diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2015-05-26 12:44:44 +0300 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2015-05-27 13:04:45 +0300 |
commit | 2d2959286017f5501187cfa47d3854f955c4beae (patch) | |
tree | f609b3ad4d79881bef3ba35ec045a75930502e52 /arch/arm/boot/dts/armada-39x.dtsi | |
parent | 16b79921e3002ec4e374432a1ceb1986182df71a (diff) | |
download | linux-2d2959286017f5501187cfa47d3854f955c4beae.tar.xz |
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-39x.dtsi')
-rw-r--r-- | arch/arm/boot/dts/armada-39x.dtsi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/armada-39x.dtsi b/arch/arm/boot/dts/armada-39x.dtsi index 0e85fc15ceda..7daf2c2a1793 100644 --- a/arch/arm/boot/dts/armada-39x.dtsi +++ b/arch/arm/boot/dts/armada-39x.dtsi @@ -128,7 +128,8 @@ }; spi0: spi@10600 { - compatible = "marvell,orion-spi"; + compatible = "marvell,armada-390-spi", + "marvell,orion-spi"; reg = <0x10600 0x50>; #address-cells = <1>; #size-cells = <0>; @@ -139,7 +140,8 @@ }; spi1: spi@10680 { - compatible = "marvell,orion-spi"; + compatible = "marvell,armada-390-spi", + "marvell,orion-spi"; reg = <0x10680 0x50>; #address-cells = <1>; #size-cells = <0>; |