diff options
author | Suman Tripathi <stripathi@apm.com> | 2015-06-19 15:00:26 +0300 |
---|---|---|
committer | Duc Dang <dhdang@apm.com> | 2015-11-18 00:11:53 +0300 |
commit | 8f74e861862e17b3f03f095f6b3e8dc3bddc5f0c (patch) | |
tree | 0312801df3289b6aa6af2fa282ba380462bbdd73 /arch/arm64/boot/dts/apm/apm-mustang.dts | |
parent | 8005c49d9aea74d382f474ce11afbbc7d7130bec (diff) | |
download | linux-8f74e861862e17b3f03f095f6b3e8dc3bddc5f0c.tar.xz |
arm64: dts: Add the arasan mmc DTS entries for APM X-Gene v1 SoC
This patch adds the arasan mmc nodes to reuse the of-arasan
driver for APM X-Gene v1 SoC platforms.
[dhdang: changelog]
Signed-off-by: Suman Tripathi <stripathi@apm.com>
Signed-off-by: Duc Dang <dhdang@apm.com>
Diffstat (limited to 'arch/arm64/boot/dts/apm/apm-mustang.dts')
-rw-r--r-- | arch/arm64/boot/dts/apm/apm-mustang.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/apm/apm-mustang.dts b/arch/arm64/boot/dts/apm/apm-mustang.dts index 01cdeda93c3a..178aef2cdd09 100644 --- a/arch/arm64/boot/dts/apm/apm-mustang.dts +++ b/arch/arm64/boot/dts/apm/apm-mustang.dts @@ -74,3 +74,7 @@ &xgenet { status = "ok"; }; + +&mmc0 { + status = "ok"; +}; |