diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2015-05-26 11:44:44 +0200 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2015-05-27 12:04:45 +0200 |
commit | 2d2959286017f5501187cfa47d3854f955c4beae (patch) | |
tree | f609b3ad4d79881bef3ba35ec045a75930502e52 /arch/arm/boot/dts/armada-370-xp.dtsi | |
parent | ARM: mvebu: dts: Add dts file for DLink DNS-327L (diff) | |
download | linux-2d2959286017f5501187cfa47d3854f955c4beae.tar.xz linux-2d2959286017f5501187cfa47d3854f955c4beae.zip |
ARM: mvebu: use improved armada spi device tree compatible name for each SoC
Use the new compatible introduced in order to benefit of a wider and
more accurate range of baud rates to be used.
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/armada-370-xp.dtsi')
-rw-r--r-- | arch/arm/boot/dts/armada-370-xp.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/armada-370-xp.dtsi b/arch/arm/boot/dts/armada-370-xp.dtsi index ec96f0b36346..7f0252c580e4 100644 --- a/arch/arm/boot/dts/armada-370-xp.dtsi +++ b/arch/arm/boot/dts/armada-370-xp.dtsi @@ -149,7 +149,6 @@ }; spi0: spi@10600 { - compatible = "marvell,armada-370-spi", "marvell,orion-spi"; reg = <0x10600 0x28>; #address-cells = <1>; #size-cells = <0>; @@ -160,7 +159,6 @@ }; spi1: spi@10680 { - compatible = "marvell,armada-370-spi", "marvell,orion-spi"; reg = <0x10680 0x28>; #address-cells = <1>; #size-cells = <0>; |