diff options
author | Ahmad Fatoum <a.fatoum@pengutronix.de> | 2020-03-26 23:02:06 +0100 |
---|---|---|
committer | Alexandre Torgue <alexandre.torgue@st.com> | 2020-04-20 12:15:23 +0200 |
commit | 9c32f980d999b4f441044f94005b3e649d036694 (patch) | |
tree | 0dce31a63cae11be5c80bee03555286989d52c19 /arch/arm/boot/dts/stm32mp151.dtsi | |
parent | ARM: dts: stm32: enable stm32mp157's &gpu by default (diff) | |
download | linux-9c32f980d999b4f441044f94005b3e649d036694.tar.xz linux-9c32f980d999b4f441044f94005b3e649d036694.zip |
ARM: dts: stm32: preset stm32mp15x video #address- and #size-cells
The cell count for address and size is defined by the binding and not
something a board would change. Avoid each board adding this
boilerplate by having the cell size specification in the SoC DTSI.
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
Diffstat (limited to 'arch/arm/boot/dts/stm32mp151.dtsi')
-rw-r--r-- | arch/arm/boot/dts/stm32mp151.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stm32mp151.dtsi b/arch/arm/boot/dts/stm32mp151.dtsi index 5260818543e5..d70fc774e0a4 100644 --- a/arch/arm/boot/dts/stm32mp151.dtsi +++ b/arch/arm/boot/dts/stm32mp151.dtsi @@ -1423,6 +1423,11 @@ clock-names = "lcd"; resets = <&rcc LTDC_R>; status = "disabled"; + + port { + #address-cells = <1>; + #size-cells = <0>; + }; }; iwdg2: watchdog@5a002000 { |