Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bb4c022b authored by Rob Herring's avatar Rob Herring Committed by Greg Kroah-Hartman
Browse files

ARM: dts: ste: Fix SPI controller node names



[ Upstream commit 2f967f9e9fa076affb711da1a8389b5d33814fc6 ]

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

Signed-off-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent f4b69c0e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -878,7 +878,7 @@
			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>;
@@ -892,7 +892,7 @@
			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>;
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@
			};
		};

		ssp@80002000 {
		spi@80002000 {
			/*
			 * On the first generation boards, this SSP/SPI port was connected
			 * to the AB8500.
+1 −1
Original line number Diff line number Diff line
@@ -376,7 +376,7 @@
			pinctrl-1 = <&i2c3_sleep_mode>;
		};

		ssp@80002000 {
		spi@80002000 {
			pinctrl-names = "default";
			pinctrl-0 = <&ssp0_snowball_mode>;
		};
+1 −1
Original line number Diff line number Diff line
@@ -442,7 +442,7 @@
			dma-names = "rx";
		};

		spi: ssp@c0006000 {
		spi: spi@c0006000 {
			compatible = "arm,pl022", "arm,primecell";
			reg = <0xc0006000 0x1000>;
			interrupt-parent = <&vica>;