diff options
author | Rob Herring <robh@kernel.org> | 2018-09-13 14:12:26 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2018-09-27 03:29:12 -0400 |
commit | 016add12977bcc30f77d7e48fc9a3a024cb46645 (patch) | |
tree | aeb02a5cd462a30b482c9f389e8ed3a17602738f | |
parent | 5b394b2ddf0347bef56e50c69a58773c94343ff3 (diff) |
ARM: dts: realview: Fix SPI controller node names
SPI controller nodes should be named 'spi' rather than 'ssp'. Fixing the
name enables dtc SPI bus checks.
Cc: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r-- | arch/arm/boot/dts/arm-realview-eb.dtsi | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/arm-realview-pb1176.dts | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/arm-realview-pb11mp.dts | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/arm-realview-pbx.dtsi | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/versatile-ab.dts | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/arm-realview-eb.dtsi b/arch/arm/boot/dts/arm-realview-eb.dtsi index a917cf8825ca..0e4c7c4c8c09 100644 --- a/arch/arm/boot/dts/arm-realview-eb.dtsi +++ b/arch/arm/boot/dts/arm-realview-eb.dtsi | |||
@@ -371,7 +371,7 @@ | |||
371 | clock-names = "uartclk", "apb_pclk"; | 371 | clock-names = "uartclk", "apb_pclk"; |
372 | }; | 372 | }; |
373 | 373 | ||
374 | ssp: ssp@1000d000 { | 374 | ssp: spi@1000d000 { |
375 | compatible = "arm,pl022", "arm,primecell"; | 375 | compatible = "arm,pl022", "arm,primecell"; |
376 | reg = <0x1000d000 0x1000>; | 376 | reg = <0x1000d000 0x1000>; |
377 | clocks = <&sspclk>, <&pclk>; | 377 | clocks = <&sspclk>, <&pclk>; |
diff --git a/arch/arm/boot/dts/arm-realview-pb1176.dts b/arch/arm/boot/dts/arm-realview-pb1176.dts index f935b72d3d96..f2a1d25eb6cf 100644 --- a/arch/arm/boot/dts/arm-realview-pb1176.dts +++ b/arch/arm/boot/dts/arm-realview-pb1176.dts | |||
@@ -380,7 +380,7 @@ | |||
380 | clock-names = "apb_pclk"; | 380 | clock-names = "apb_pclk"; |
381 | }; | 381 | }; |
382 | 382 | ||
383 | pb1176_ssp: ssp@1010b000 { | 383 | pb1176_ssp: spi@1010b000 { |
384 | compatible = "arm,pl022", "arm,primecell"; | 384 | compatible = "arm,pl022", "arm,primecell"; |
385 | reg = <0x1010b000 0x1000>; | 385 | reg = <0x1010b000 0x1000>; |
386 | interrupt-parent = <&intc_dc1176>; | 386 | interrupt-parent = <&intc_dc1176>; |
diff --git a/arch/arm/boot/dts/arm-realview-pb11mp.dts b/arch/arm/boot/dts/arm-realview-pb11mp.dts index 36203288de42..7f9cbdf33a51 100644 --- a/arch/arm/boot/dts/arm-realview-pb11mp.dts +++ b/arch/arm/boot/dts/arm-realview-pb11mp.dts | |||
@@ -523,7 +523,7 @@ | |||
523 | clock-names = "uartclk", "apb_pclk"; | 523 | clock-names = "uartclk", "apb_pclk"; |
524 | }; | 524 | }; |
525 | 525 | ||
526 | ssp@1000d000 { | 526 | spi@1000d000 { |
527 | compatible = "arm,pl022", "arm,primecell"; | 527 | compatible = "arm,pl022", "arm,primecell"; |
528 | reg = <0x1000d000 0x1000>; | 528 | reg = <0x1000d000 0x1000>; |
529 | interrupt-parent = <&intc_pb11mp>; | 529 | interrupt-parent = <&intc_pb11mp>; |
diff --git a/arch/arm/boot/dts/arm-realview-pbx.dtsi b/arch/arm/boot/dts/arm-realview-pbx.dtsi index 10868ba3277f..a5676697ff3b 100644 --- a/arch/arm/boot/dts/arm-realview-pbx.dtsi +++ b/arch/arm/boot/dts/arm-realview-pbx.dtsi | |||
@@ -362,7 +362,7 @@ | |||
362 | clock-names = "uartclk", "apb_pclk"; | 362 | clock-names = "uartclk", "apb_pclk"; |
363 | }; | 363 | }; |
364 | 364 | ||
365 | ssp: ssp@1000d000 { | 365 | ssp: spi@1000d000 { |
366 | compatible = "arm,pl022", "arm,primecell"; | 366 | compatible = "arm,pl022", "arm,primecell"; |
367 | reg = <0x1000d000 0x1000>; | 367 | reg = <0x1000d000 0x1000>; |
368 | clocks = <&sspclk>, <&pclk>; | 368 | clocks = <&sspclk>, <&pclk>; |
diff --git a/arch/arm/boot/dts/versatile-ab.dts b/arch/arm/boot/dts/versatile-ab.dts index 5f61d3609027..6f4f60ba5429 100644 --- a/arch/arm/boot/dts/versatile-ab.dts +++ b/arch/arm/boot/dts/versatile-ab.dts | |||
@@ -373,7 +373,7 @@ | |||
373 | clock-names = "apb_pclk"; | 373 | clock-names = "apb_pclk"; |
374 | }; | 374 | }; |
375 | 375 | ||
376 | ssp@101f4000 { | 376 | spi@101f4000 { |
377 | compatible = "arm,pl022", "arm,primecell"; | 377 | compatible = "arm,pl022", "arm,primecell"; |
378 | reg = <0x101f4000 0x1000>; | 378 | reg = <0x101f4000 0x1000>; |
379 | interrupts = <11>; | 379 | interrupts = <11>; |