Commit 1c67e35d authored by Rob Herring's avatar Rob Herring Committed by Kleber Sacilotto de Souza

ARM: dts: ste: Fix SPI controller node names

BugLink: https://bugs.launchpad.net/bugs/1853881

[ Upstream commit 2f967f9e ]

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>
Signed-off-by: default avatarConnor Kuehl <connor.kuehl@canonical.com>
Signed-off-by: default avatarKhalid Elmously <khalid.elmously@canonical.com>
parent a481903a
...@@ -894,7 +894,7 @@ i2c@8012a000 { ...@@ -894,7 +894,7 @@ i2c@8012a000 {
power-domains = <&pm_domains DOMAIN_VAPE>; power-domains = <&pm_domains DOMAIN_VAPE>;
}; };
ssp@80002000 { spi@80002000 {
compatible = "arm,pl022", "arm,primecell"; compatible = "arm,pl022", "arm,primecell";
reg = <0x80002000 0x1000>; reg = <0x80002000 0x1000>;
interrupts = <0 14 IRQ_TYPE_LEVEL_HIGH>; interrupts = <0 14 IRQ_TYPE_LEVEL_HIGH>;
...@@ -908,7 +908,7 @@ ssp@80002000 { ...@@ -908,7 +908,7 @@ ssp@80002000 {
power-domains = <&pm_domains DOMAIN_VAPE>; power-domains = <&pm_domains DOMAIN_VAPE>;
}; };
ssp@80003000 { spi@80003000 {
compatible = "arm,pl022", "arm,primecell"; compatible = "arm,pl022", "arm,primecell";
reg = <0x80003000 0x1000>; reg = <0x80003000 0x1000>;
interrupts = <0 52 IRQ_TYPE_LEVEL_HIGH>; interrupts = <0 52 IRQ_TYPE_LEVEL_HIGH>;
......
...@@ -57,7 +57,7 @@ tc3589x_gpio: tc3589x_gpio { ...@@ -57,7 +57,7 @@ tc3589x_gpio: tc3589x_gpio {
}; };
}; };
ssp@80002000 { spi@80002000 {
/* /*
* On the first generation boards, this SSP/SPI port was connected * On the first generation boards, this SSP/SPI port was connected
* to the AB8500. * to the AB8500.
......
...@@ -311,7 +311,7 @@ i2c@80110000 { ...@@ -311,7 +311,7 @@ i2c@80110000 {
pinctrl-1 = <&i2c3_sleep_mode>; pinctrl-1 = <&i2c3_sleep_mode>;
}; };
ssp@80002000 { spi@80002000 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&ssp0_snowball_mode>; pinctrl-0 = <&ssp0_snowball_mode>;
}; };
......
...@@ -451,7 +451,7 @@ mmcsd: mmcsd@c0001000 { ...@@ -451,7 +451,7 @@ mmcsd: mmcsd@c0001000 {
dma-names = "rx"; dma-names = "rx";
}; };
spi: ssp@c0006000 { spi: spi@c0006000 {
compatible = "arm,pl022", "arm,primecell"; compatible = "arm,pl022", "arm,primecell";
reg = <0xc0006000 0x1000>; reg = <0xc0006000 0x1000>;
interrupt-parent = <&vica>; interrupt-parent = <&vica>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment