]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: ste: Fix SPI controller node names
authorRob Herring <robh@kernel.org>
Thu, 13 Sep 2018 18:12:34 +0000 (13:12 -0500)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 20 Sep 2018 21:59:56 +0000 (14:59 -0700)
SPI controller nodes should be named 'spi' rather than 'ssp'. Fixing the
name enables dtc SPI bus checks.

Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/boot/dts/ste-dbx5x0.dtsi
arch/arm/boot/dts/ste-hrefprev60.dtsi
arch/arm/boot/dts/ste-snowball.dts
arch/arm/boot/dts/ste-u300.dts

index a58ce6f68d7d4f82d8de169253f91317481c6bc3..da01c61b9858016fa75652a745613cbaad19accc 100644 (file)
@@ -883,7 +883,7 @@ i2c@8012a000 {
                        power-domains = <&pm_domains DOMAIN_VAPE>;
                };
 
-               ssp@80002000 {
+               spi@80002000 {
                        compatible = "arm,pl022", "arm,primecell";
                        reg = <0x80002000 0x1000>;
                        interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
@@ -897,7 +897,7 @@ ssp@80002000 {
                        power-domains = <&pm_domains DOMAIN_VAPE>;
                };
 
-               ssp@80003000 {
+               spi@80003000 {
                        compatible = "arm,pl022", "arm,primecell";
                        reg = <0x80003000 0x1000>;
                        interrupts = <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>;
index 3f14b4df69b4e4d1ab27bd821eaeeb8d819ef40f..94eeb7f1c947863956561ce5e507bcbc75574bbb 100644 (file)
@@ -57,7 +57,7 @@ tc3589x_gpio: tc3589x_gpio {
                        };
                };
 
-               ssp@80002000 {
+               spi@80002000 {
                        /*
                         * On the first generation boards, this SSP/SPI port was connected
                         * to the AB8500.
index 8fa025251dc6984437df0f07aee56e04b5b85788..2de3ce79e496befac0bb88fa097ad7bf010515b9 100644 (file)
@@ -377,7 +377,7 @@ i2c@80110000 {
                        pinctrl-1 = <&i2c3_sleep_mode>;
                };
 
-               ssp@80002000 {
+               spi@80002000 {
                        pinctrl-names = "default";
                        pinctrl-0 = <&ssp0_snowball_mode>;
                };
index 62ecb6a2fa39e14aa99daf35782d7b2071852e93..1bd1aba3322f111c67cf672019bb3aac9599d6cd 100644 (file)
@@ -442,7 +442,7 @@ mmcsd: mmcsd@c0001000 {
                        dma-names = "rx";
                };
 
-               spi: ssp@c0006000 {
+               spi: spi@c0006000 {
                        compatible = "arm,pl022", "arm,primecell";
                        reg = <0xc0006000 0x1000>;
                        interrupt-parent = <&vica>;