diff options
author | Raphael Gallais-Pou <raphael.gallais-pou@foss.st.com> | 2023-05-29 11:13:59 +0200 |
---|---|---|
committer | Alexandre Torgue <alexandre.torgue@foss.st.com> | 2023-05-30 10:05:19 +0200 |
commit | 5364e37799c83d405175b2e1e1065c7c247949b3 (patch) | |
tree | d9b84f5a7b2385c9e91881bfe52f48325df99f1f /arch/arm/boot/dts/stm32mp151.dtsi | |
parent | ARM: dts: stm32: fix dsi warnings on stm32mp15 boards (diff) | |
download | linux-5364e37799c83d405175b2e1e1065c7c247949b3.tar.xz linux-5364e37799c83d405175b2e1e1065c7c247949b3.zip |
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/stm32mp151.dtsi')
-rw-r--r-- | arch/arm/boot/dts/stm32mp151.dtsi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/stm32mp151.dtsi b/arch/arm/boot/dts/stm32mp151.dtsi index a98ae58e2c1c..bf3830dca742 100644 --- a/arch/arm/boot/dts/stm32mp151.dtsi +++ b/arch/arm/boot/dts/stm32mp151.dtsi @@ -1529,11 +1529,6 @@ clock-names = "lcd"; resets = <&rcc LTDC_R>; status = "disabled"; - - port { - #address-cells = <1>; - #size-cells = <0>; - }; }; iwdg2: watchdog@5a002000 { |