diff options
author | Rob Herring <robh@kernel.org> | 2018-09-13 20:12:34 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2018-09-20 23:59:56 +0200 |
commit | 2f967f9e9fa076affb711da1a8389b5d33814fc6 (patch) | |
tree | 38dcbd4a940593981a72c1b2cf99f9867c994ce6 /arch/arm/boot/dts/ste-u300.dts | |
parent | ARM: dts: ux500: Get rid of DTC warnings (diff) | |
download | linux-2f967f9e9fa076affb711da1a8389b5d33814fc6.tar.xz linux-2f967f9e9fa076affb711da1a8389b5d33814fc6.zip |
ARM: dts: ste: Fix SPI controller node names
SPI controller nodes should be named 'spi' rather than 'ssp'. Fixing the
name enables dtc SPI bus checks.
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/ste-u300.dts')
-rw-r--r-- | arch/arm/boot/dts/ste-u300.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/ste-u300.dts b/arch/arm/boot/dts/ste-u300.dts index 62ecb6a2fa39..1bd1aba3322f 100644 --- a/arch/arm/boot/dts/ste-u300.dts +++ b/arch/arm/boot/dts/ste-u300.dts @@ -442,7 +442,7 @@ dma-names = "rx"; }; - spi: ssp@c0006000 { + spi: spi@c0006000 { compatible = "arm,pl022", "arm,primecell"; reg = <0xc0006000 0x1000>; interrupt-parent = <&vica>; |