ARM: dts: ste: ux500: align SPI node name with dtschema
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 10 Aug 2022 11:10:37 +0000 (14:10 +0300)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 17 Oct 2022 13:05:52 +0000 (15:05 +0200)
The node names should be generic and DT schema expects certain pattern.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220810111037.280959-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/boot/dts/ste-ux500-samsung-codina-tmo.dts
arch/arm/boot/dts/ste-ux500-samsung-codina.dts
arch/arm/boot/dts/ste-ux500-samsung-gavini.dts
arch/arm/boot/dts/ste-ux500-samsung-janice.dts

index d6940e0afa8639314c2adee33f6e69ec2025bbde..17dff403f77ae446496e562bb8af6e257a25f971 100644 (file)
                };
        };
 
-       spi-gpio-0 {
+       spi {
                compatible = "spi-gpio";
                /* Clock on GPIO220, pin SCL */
                sck-gpios = <&gpio6 28 GPIO_ACTIVE_HIGH>;
index 5f41256d7f4b4ed75a62fb10dbabd7dc9fde57ee..9db490cc395b2a317ae2fe6cc54ffaf902815505 100644 (file)
                };
        };
 
-       spi-gpio-0 {
+       spi {
                compatible = "spi-gpio";
                /* Clock on GPIO220, pin SCL */
                sck-gpios = <&gpio6 28 GPIO_ACTIVE_HIGH>;
index 806da3fc33cd7ee4b8b2de10ed1a764a17eff213..79d43fc68cd82edb5cddf4e7aaa3cb4759950b16 100644 (file)
        /*
         * TODO: See if we can use the PL023 for this instead.
         */
-       spi-gpio-0 {
+       spi {
                compatible = "spi-gpio";
                /* Clock on GPIO220, pin SCL */
                sck-gpios = <&gpio6 28 GPIO_ACTIVE_HIGH>;
index ed5c79c3d04b0ce85b6f527eb17fef373bf6e27d..b34bd19ad815e4c3b3f2f7fc0956d927450107ab 100644 (file)
         * this derivative is 3wire support, so it cannot be used to drive
         * this panel interface. We have to use GPIO bit-banging instead.
         */
-       spi-gpio-0 {
+       spi {
                compatible = "spi-gpio";
                /* Clock on GPIO220 */
                sck-gpios = <&gpio6 28 GPIO_ACTIVE_HIGH>;