Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: stm32: fix warnings on stm32f469-disco board

Several warnings appear when building and checking stm32f429 device-tree:

arch/arm/boot/dts/stm32f469-disco.dts:182.28-184.5: Warning (unit_address_vs_reg): /soc/display-controller@40016800/port/endpoint@0: node has a unit name, but no reg or ranges property

.../arch/arm/boot/dts/stm32f469-disco.dtb: dsi@40016c00: Unevaluated properties are not allowed ('panel-dsi@0' was unexpected)
From schema: .../Documentation/devicetree/bindings/display/st,stm32-dsi.yaml

Fix those.

Signed-off-by: Raphael Gallais-Pou <raphael.gallais-pou@foss.st.com>
Reviewed-by: Marek Vasut <marex@denx.de>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>

authored by

Raphael Gallais-Pou and committed by
Alexandre Torgue
0c211488 0cf765e5

+2 -2
+2 -2
arch/arm/boot/dts/stm32f469-disco.dts
··· 160 160 }; 161 161 }; 162 162 163 - panel-dsi@0 { 163 + panel@0 { 164 164 compatible = "orisetech,otm8009a"; 165 165 reg = <0>; /* dsi virtual channel (0..3) */ 166 166 reset-gpios = <&gpioh 7 GPIO_ACTIVE_LOW>; ··· 179 179 status = "okay"; 180 180 181 181 port { 182 - ltdc_out_dsi: endpoint@0 { 182 + ltdc_out_dsi: endpoint { 183 183 remote-endpoint = <&dsi_in>; 184 184 }; 185 185 };