arm: dts: omap3-gta04: cleanup LCD definition
authorAndreas Kemnade <andreas@kemnade.info>
Fri, 1 Oct 2021 07:34:12 +0000 (09:34 +0200)
committerTony Lindgren <tony@atomide.com>
Wed, 6 Oct 2021 07:32:02 +0000 (10:32 +0300)
Replace depreciated nodenames, fix label name to match scheme.

Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap3-gta04.dtsi

index 938cc691bb2fea4ece5c3f06189e9b525afa55c3..9ccd45599104d626ba374df54d308be6d5817974 100644 (file)
                #sound-dai-cells = <0>;
        };
 
-       spi_lcd: spi_lcd {
+       spi_lcd: spi {
                compatible = "spi-gpio";
                #address-cells = <0x1>;
                #size-cells = <0x0>;
                pinctrl-names = "default";
                pinctrl-0 = <&spi_gpio_pins>;
 
-               gpio-sck = <&gpio1 12 GPIO_ACTIVE_HIGH>;
-               gpio-miso = <&gpio1 18 GPIO_ACTIVE_HIGH>;
-               gpio-mosi = <&gpio1 20 GPIO_ACTIVE_HIGH>;
+               sck-gpios = <&gpio1 12 GPIO_ACTIVE_HIGH>;
+               miso-gpios = <&gpio1 18 GPIO_ACTIVE_HIGH>;
+               mosi-gpios = <&gpio1 20 GPIO_ACTIVE_HIGH>;
                cs-gpios = <&gpio1 19 GPIO_ACTIVE_LOW>;
                num-chipselects = <1>;