diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2020-03-27 01:25:36 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2020-03-27 17:26:09 +0300 |
commit | fdd41faca6de75737e3cb4a0e86f0723ce36c242 (patch) | |
tree | 44201ba6dbbe15a26aca57b9e063cd6bb4270358 /arch/arm/boot/dts/ste-href-stuib.dtsi | |
parent | 0d69ac522587d3cb3ded511f5bdd8af968e60d8b (diff) | |
download | linux-fdd41faca6de75737e3cb4a0e86f0723ce36c242.tar.xz |
ARM: dts: ux500: Fix missing node renames
I renamed the dsi-nodes from dsi@ to dsi-controller@
so that the schema check would kick in, but missed to
rename it in a few places.
Link: https://lore.kernel.org/r/20200326222536.86441-1-linus.walleij@linaro.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/boot/dts/ste-href-stuib.dtsi')
-rw-r--r-- | arch/arm/boot/dts/ste-href-stuib.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/ste-href-stuib.dtsi b/arch/arm/boot/dts/ste-href-stuib.dtsi index e32d0c36feb8..b8fd8f18ba16 100644 --- a/arch/arm/boot/dts/ste-href-stuib.dtsi +++ b/arch/arm/boot/dts/ste-href-stuib.dtsi @@ -199,7 +199,7 @@ mcde@a0350000 { status = "okay"; - dsi@a0351000 { + dsi-controller@a0351000 { panel { compatible = "samsung,s6d16d0"; reg = <0>; |