diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-02-18 19:52:50 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-02-29 03:50:16 +0900 |
commit | c7f94eecfd46bb62d173169caa8c6d9493a9859b (patch) | |
tree | d54e8bcfc47954535647201d69ab2d0fb8afae19 /arch/arm/dts/uniphier-ph1-sld8-ref.dts | |
parent | 4aceb3f8d4bfcafa895ecbc3108e1f35f2b8c091 (diff) | |
download | u-boot-imx-c7f94eecfd46bb62d173169caa8c6d9493a9859b.zip u-boot-imx-c7f94eecfd46bb62d173169caa8c6d9493a9859b.tar.gz u-boot-imx-c7f94eecfd46bb62d173169caa8c6d9493a9859b.tar.bz2 |
ARM: dts: uniphier: add SD/MMC host controller nodes
This host controller is available for all UniPhier SoCs.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/dts/uniphier-ph1-sld8-ref.dts')
-rw-r--r-- | arch/arm/dts/uniphier-ph1-sld8-ref.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/uniphier-ph1-sld8-ref.dts b/arch/arm/dts/uniphier-ph1-sld8-ref.dts index b5b6f65..ec5c5bd 100644 --- a/arch/arm/dts/uniphier-ph1-sld8-ref.dts +++ b/arch/arm/dts/uniphier-ph1-sld8-ref.dts @@ -51,6 +51,10 @@ status = "okay"; }; +&sd { + status = "okay"; +}; + &usb0 { status = "okay"; }; |