diff options
author | Andrew Lunn <andrew@lunn.ch> | 2012-06-10 10:58:11 -0400 |
---|---|---|
committer | Andrew Lunn <andrew@lunn.ch> | 2012-07-27 10:49:29 -0400 |
commit | 2cef1a2853aece830586453296e413240961a42b (patch) | |
tree | 0c331981ee3d4cb14c9759fdd0ff22b67b2259dc /arch/arm/boot/dts/kirkwood-ts219.dtsi | |
parent | be2aa95675e135eb54a32bc49b9fbe0d84d03a30 (diff) |
ARM: Kirkwood: Use DT to configure SATA device.
Convert boards using DT, but the old way of configuring SATA to now
use properties in there DT file.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Tested-by: Simon Baatz <gmbnomis@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/kirkwood-ts219.dtsi')
-rw-r--r-- | arch/arm/boot/dts/kirkwood-ts219.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/kirkwood-ts219.dtsi b/arch/arm/boot/dts/kirkwood-ts219.dtsi index 7b3f961d37d9..b4a789aa851f 100644 --- a/arch/arm/boot/dts/kirkwood-ts219.dtsi +++ b/arch/arm/boot/dts/kirkwood-ts219.dtsi | |||
@@ -70,5 +70,9 @@ | |||
70 | }; | 70 | }; |
71 | }; | 71 | }; |
72 | }; | 72 | }; |
73 | sata@80000 { | ||
74 | status = "okay"; | ||
75 | nr-ports = <2>; | ||
76 | }; | ||
73 | }; | 77 | }; |
74 | }; | 78 | }; |