diff options
author | Rob Herring <robh@kernel.org> | 2018-09-13 20:12:26 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2018-09-27 09:29:12 +0200 |
commit | 016add12977bcc30f77d7e48fc9a3a024cb46645 (patch) | |
tree | aeb02a5cd462a30b482c9f389e8ed3a17602738f /arch/arm/boot/dts/versatile-ab.dts | |
parent | Linux 4.19-rc1 (diff) | |
download | linux-016add12977bcc30f77d7e48fc9a3a024cb46645.tar.xz linux-016add12977bcc30f77d7e48fc9a3a024cb46645.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/versatile-ab.dts')
-rw-r--r-- | arch/arm/boot/dts/versatile-ab.dts | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ clock-names = "apb_pclk"; }; - ssp@101f4000 { + spi@101f4000 { compatible = "arm,pl022", "arm,primecell"; reg = <0x101f4000 0x1000>; interrupts = <11>; |