diff options
author | Lee Jones <lee.jones@linaro.org> | 2014-07-22 13:28:00 +0400 |
---|---|---|
committer | Maxime Coquelin <maxime.coquelin@st.com> | 2014-10-31 11:59:07 +0300 |
commit | 45188b726e231c069a78163a24243b83fbee7d34 (patch) | |
tree | 2016052c7e2d37421b026306167b722d01808e6b /arch/arm/boot/dts/stih416-b2020.dts | |
parent | d436a609444b05beeced27cc30be88205c716d59 (diff) | |
download | linux-45188b726e231c069a78163a24243b83fbee7d34.tar.xz |
ARM: DT: STi: STiH416: Add DT node for ST's SATA device
ARM: DT: STi: STiH416: Add DT node for ST's SATA device
Cc: devicetree@vger.kernel.org
Acked-by: Alexandre Torgue <alexandre.torgue@st.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>
Diffstat (limited to 'arch/arm/boot/dts/stih416-b2020.dts')
-rw-r--r-- | arch/arm/boot/dts/stih416-b2020.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stih416-b2020.dts b/arch/arm/boot/dts/stih416-b2020.dts index 7ce798be5e01..5d1543babf56 100644 --- a/arch/arm/boot/dts/stih416-b2020.dts +++ b/arch/arm/boot/dts/stih416-b2020.dts @@ -29,5 +29,9 @@ st,pcie-tx-pol-inv; }; }; + + sata0: sata@fe380000{ + status = "okay"; + }; }; }; |