summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/stm32mp157c-ev1.dts
diff options
context:
space:
mode:
authorRaphael Gallais-Pou <raphael.gallais-pou@foss.st.com>2023-05-29 11:13:59 +0200
committerAlexandre Torgue <alexandre.torgue@foss.st.com>2023-05-30 10:05:19 +0200
commit5364e37799c83d405175b2e1e1065c7c247949b3 (patch)
treed9b84f5a7b2385c9e91881bfe52f48325df99f1f /arch/arm/boot/dts/stm32mp157c-ev1.dts
parentf7164b346a9009e5b70671bb72e32e1cc22a90b4 (diff)
ARM: dts: stm32: fix ltdc warnings in stm32mp15 boards
Those concern: * "#size-cells" and "#address-cells" wrongly used * residual "reg" property appearing on endpoints where it could be avoided 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>
Diffstat (limited to 'arch/arm/boot/dts/stm32mp157c-ev1.dts')
-rw-r--r--arch/arm/boot/dts/stm32mp157c-ev1.dts3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/stm32mp157c-ev1.dts b/arch/arm/boot/dts/stm32mp157c-ev1.dts
index 67c6b9440878..49ca94c19b02 100644
--- a/arch/arm/boot/dts/stm32mp157c-ev1.dts
+++ b/arch/arm/boot/dts/stm32mp157c-ev1.dts
@@ -244,8 +244,7 @@
status = "okay";
port {
- ltdc_ep0_out: endpoint@0 {
- reg = <0>;
+ ltdc_ep0_out: endpoint {
remote-endpoint = <&dsi_in>;
};
};