diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2017-03-30 18:23:04 +0300 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2017-04-11 10:56:27 +0300 |
commit | 910b4c5cb3807aa5ee051d8b656a5dcb435c4964 (patch) | |
tree | 5cda1bce0d938fe9a13589ec4c8204bdc8c5990b /arch/arm64/boot/dts/marvell/armada-7040-db.dts | |
parent | 53e747780a24b271401fe2b1531696a553b00995 (diff) | |
download | linux-910b4c5cb3807aa5ee051d8b656a5dcb435c4964.tar.xz |
arm64: dts: marvell: add sdhci support for Armada 7K/8K
Also enable it on the Armada 7040 DB and Armada 8040 DB boards.
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Diffstat (limited to 'arch/arm64/boot/dts/marvell/armada-7040-db.dts')
-rw-r--r-- | arch/arm64/boot/dts/marvell/armada-7040-db.dts | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-7040-db.dts b/arch/arm64/boot/dts/marvell/armada-7040-db.dts index bb0e1e8e7138..577950492fec 100644 --- a/arch/arm64/boot/dts/marvell/armada-7040-db.dts +++ b/arch/arm64/boot/dts/marvell/armada-7040-db.dts @@ -147,6 +147,20 @@ status = "okay"; }; +&ap_sdhci0 { + status = "okay"; + bus-width = <4>; + no-1-8-v; + non-removable; +}; + +&cpm_sdhci0 { + status = "okay"; + bus-width = <4>; + no-1-8-v; + non-removable; +}; + &cpm_mdio { phy0: ethernet-phy@0 { reg = <0>; |