diff options
author | Rob Herring <robh@kernel.org> | 2018-09-13 21:12:34 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2018-09-21 00:59:56 +0300 |
commit | 2f967f9e9fa076affb711da1a8389b5d33814fc6 (patch) | |
tree | 38dcbd4a940593981a72c1b2cf99f9867c994ce6 /arch/arm/boot/dts/ste-hrefprev60.dtsi | |
parent | ee8119af4facf87d45bae2d89765ef3f9e8c7746 (diff) | |
download | linux-2f967f9e9fa076affb711da1a8389b5d33814fc6.tar.xz |
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-hrefprev60.dtsi')
-rw-r--r-- | arch/arm/boot/dts/ste-hrefprev60.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/ste-hrefprev60.dtsi b/arch/arm/boot/dts/ste-hrefprev60.dtsi index 3f14b4df69b4..94eeb7f1c947 100644 --- a/arch/arm/boot/dts/ste-hrefprev60.dtsi +++ b/arch/arm/boot/dts/ste-hrefprev60.dtsi @@ -57,7 +57,7 @@ }; }; - ssp@80002000 { + spi@80002000 { /* * On the first generation boards, this SSP/SPI port was connected * to the AB8500. |