diff options
author | Konstantin Porotchkin <kostap@marvell.com> | 2018-05-25 14:20:53 +0800 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2018-05-29 08:33:05 +0200 |
commit | 61dccf73d3021a9a82ce6481213cc8e70d0239d4 (patch) | |
tree | 58d4e7270fab8888f9d741c50ae1f8d32e3905b0 /arch/arm/dts/armada-8040-mcbin.dts | |
parent | f5db5979df6a6de12dcf634280d618bb32834ef9 (diff) | |
download | u-boot-61dccf73d3021a9a82ce6481213cc8e70d0239d4.tar.gz |
dts: mvebu: a80x0: Enable SD/eMMC interfaces
Enable SDHCI interface on AP and CP0 in A80x0 DTS files
Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Evan Wang <xswang@marvell.com>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'arch/arm/dts/armada-8040-mcbin.dts')
-rw-r--r-- | arch/arm/dts/armada-8040-mcbin.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/armada-8040-mcbin.dts b/arch/arm/dts/armada-8040-mcbin.dts index f912596c2c..08f1d7df69 100644 --- a/arch/arm/dts/armada-8040-mcbin.dts +++ b/arch/arm/dts/armada-8040-mcbin.dts @@ -154,6 +154,14 @@ status = "okay"; }; +/* uSD slot */ +&cpm_sdhci0 { + pinctrl-names = "default"; + pinctrl-0 = <&cpm_sdhci_pins>; + bus-width = <4>; + status = "okay"; +}; + &cpm_comphy { /* * CP0 Serdes Configuration: |