提交 8e359bce 编写于 作者: R Rob Herring 提交者: Greg Kroah-Hartman

arm64: dts: lg: Fix SPI controller node names

[ Upstream commit 09bae3b64cb580c95329bd8d16f08f0a5cb81ec9 ]

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

Cc: Chanho Min <chanho.min@lge.com>
Signed-off-by: NRob Herring <robh@kernel.org>
Signed-off-by: NArnd Bergmann <arnd@arndb.de>
Signed-off-by: NSasha Levin <sashal@kernel.org>
上级 f52a34b5
...@@ -168,14 +168,14 @@ ...@@ -168,14 +168,14 @@
clock-names = "apb_pclk"; clock-names = "apb_pclk";
status="disabled"; status="disabled";
}; };
spi0: ssp@fe800000 { spi0: spi@fe800000 {
compatible = "arm,pl022", "arm,primecell"; compatible = "arm,pl022", "arm,primecell";
reg = <0x0 0xfe800000 0x1000>; reg = <0x0 0xfe800000 0x1000>;
interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clk_bus>; clocks = <&clk_bus>;
clock-names = "apb_pclk"; clock-names = "apb_pclk";
}; };
spi1: ssp@fe900000 { spi1: spi@fe900000 {
compatible = "arm,pl022", "arm,primecell"; compatible = "arm,pl022", "arm,primecell";
reg = <0x0 0xfe900000 0x1000>; reg = <0x0 0xfe900000 0x1000>;
interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
......
...@@ -168,14 +168,14 @@ ...@@ -168,14 +168,14 @@
clock-names = "apb_pclk"; clock-names = "apb_pclk";
status="disabled"; status="disabled";
}; };
spi0: ssp@fe800000 { spi0: spi@fe800000 {
compatible = "arm,pl022", "arm,primecell"; compatible = "arm,pl022", "arm,primecell";
reg = <0x0 0xfe800000 0x1000>; reg = <0x0 0xfe800000 0x1000>;
interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clk_bus>; clocks = <&clk_bus>;
clock-names = "apb_pclk"; clock-names = "apb_pclk";
}; };
spi1: ssp@fe900000 { spi1: spi@fe900000 {
compatible = "arm,pl022", "arm,primecell"; compatible = "arm,pl022", "arm,primecell";
reg = <0x0 0xfe900000 0x1000>; reg = <0x0 0xfe900000 0x1000>;
interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册