ARM: dts: lpc32xx: Fix SPI controller node names
authorRob Herring <robh@kernel.org>
Thu, 13 Sep 2018 18:12:33 +0000 (13:12 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Nov 2019 17:47:52 +0000 (18:47 +0100)
[ Upstream commit 11236ef582b8d66290bb3b3710e03ca1d85d8ad8 ]

SPI controller nodes should be named 'spi' rather than 'ssp'. Fixing the
name enables dtc SPI bus checks.

Cc: Vladimir Zapolskiy <vz@mleia.com>
Cc: Sylvain Lemieux <slemieux.tyco@gmail.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/boot/dts/lpc32xx.dtsi

index 4981741..ed0d6fb 100644 (file)
                         * ssp0 and spi1 are shared pins;
                         * enable one in your board dts, as needed.
                         */
-                       ssp0: ssp@20084000 {
+                       ssp0: spi@20084000 {
                                compatible = "arm,pl022", "arm,primecell";
                                reg = <0x20084000 0x1000>;
                                interrupts = <20 IRQ_TYPE_LEVEL_HIGH>;
                         * ssp1 and spi2 are shared pins;
                         * enable one in your board dts, as needed.
                         */
-                       ssp1: ssp@2008c000 {
+                       ssp1: spi@2008c000 {
                                compatible = "arm,pl022", "arm,primecell";
                                reg = <0x2008c000 0x1000>;
                                interrupts = <21 IRQ_TYPE_LEVEL_HIGH>;