diff options
author | Rob Herring <robh@kernel.org> | 2018-09-13 14:12:40 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-09-28 06:32:51 -0400 |
commit | e9f0878c4b2004ac19581274c1ae4c61ae3ca70e (patch) | |
tree | df7bfe1a0a0d3a3e06271f1caad234b8ffa5ccd8 | |
parent | 1abf47edb388352ca674e3a96b7c3a39874bacea (diff) |
arm64: dts: amd: Fix SPI bus warnings
dtc has new checks for SPI buses. Fix the warnings in node names.
arch/arm64/boot/dts/amd/amd-overdrive.dtb: Warning (spi_bus_bridge): /smb/ssp@e1030000: node name for SPI buses should be 'spi'
arch/arm64/boot/dts/amd/amd-overdrive-rev-b0.dtb: Warning (spi_bus_bridge): /smb/ssp@e1030000: node name for SPI buses should be 'spi'
arch/arm64/boot/dts/amd/amd-overdrive-rev-b1.dtb: Warning (spi_bus_bridge): /smb/ssp@e1030000: node name for SPI buses should be 'spi'
Cc: Brijesh Singh <brijeshkumar.singh@amd.com>
Cc: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
Cc: Tom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r-- | arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi b/arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi index 125f4deb52fe..b664e7af74eb 100644 --- a/arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi +++ b/arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi | |||
@@ -107,7 +107,7 @@ | |||
107 | clock-names = "uartclk", "apb_pclk"; | 107 | clock-names = "uartclk", "apb_pclk"; |
108 | }; | 108 | }; |
109 | 109 | ||
110 | spi0: ssp@e1020000 { | 110 | spi0: spi@e1020000 { |
111 | status = "disabled"; | 111 | status = "disabled"; |
112 | compatible = "arm,pl022", "arm,primecell"; | 112 | compatible = "arm,pl022", "arm,primecell"; |
113 | reg = <0 0xe1020000 0 0x1000>; | 113 | reg = <0 0xe1020000 0 0x1000>; |
@@ -117,7 +117,7 @@ | |||
117 | clock-names = "apb_pclk"; | 117 | clock-names = "apb_pclk"; |
118 | }; | 118 | }; |
119 | 119 | ||
120 | spi1: ssp@e1030000 { | 120 | spi1: spi@e1030000 { |
121 | status = "disabled"; | 121 | status = "disabled"; |
122 | compatible = "arm,pl022", "arm,primecell"; | 122 | compatible = "arm,pl022", "arm,primecell"; |
123 | reg = <0 0xe1030000 0 0x1000>; | 123 | reg = <0 0xe1030000 0 0x1000>; |