]> www.infradead.org Git - users/jedix/linux-maple.git/commit
arm64: dts: apple: Move touchbar mipi {address,size}-cells from dtsi to dts
authorSven Peter <sven@kernel.org>
Wed, 11 Jun 2025 15:18:53 +0000 (15:18 +0000)
committerSven Peter <sven@kernel.org>
Fri, 13 Jun 2025 14:32:25 +0000 (14:32 +0000)
commit08a0d93c353bd55de8b5fb77b464d89425be0215
treec5ca84d8eb30b5da966f8cd47c53198ff1012b32
parent811a909978bf59caa25359e0aca4e30500dcff26
arm64: dts: apple: Move touchbar mipi {address,size}-cells from dtsi to dts

Move the {address,size}-cells property from the (disabled) touchbar screen
mipi node inside the dtsi file to the model-specific dts file where it's
enabled to fix the following W=1 warnings:

t8103.dtsi:404.34-433.5: Warning (avoid_unnecessary_addr_size): /soc/dsi@228600000: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property
t8112.dtsi:419.34-448.5: Warning (avoid_unnecessary_addr_size): /soc/dsi@228600000: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property

Fixes: 7275e795e520 ("arm64: dts: apple: Add touchbar screen nodes")
Reviewed-by: Janne Grunau <j@jannau.net>
Link: https://lore.kernel.org/r/20250611-display-pipe-mipi-warning-v1-1-bd80ba2c0eea@kernel.org
Signed-off-by: Sven Peter <sven@kernel.org>
arch/arm64/boot/dts/apple/t8103-j293.dts
arch/arm64/boot/dts/apple/t8103.dtsi
arch/arm64/boot/dts/apple/t8112-j493.dts
arch/arm64/boot/dts/apple/t8112.dtsi