arm64: mvebu: Armada 3720-db: Add SDHCI device tree nodes
authorStefan Roese <[email protected]>
Fri, 9 Dec 2016 14:12:07 +0000 (15:12 +0100)
committerStefan Roese <[email protected]>
Wed, 25 Jan 2017 06:03:58 +0000 (07:03 +0100)
This patch adds the SDHCI device tree nodes to the Armada 3700-db
dts file.

Signed-off-by: Stefan Roese <[email protected]>
Cc: Nadav Haklai <[email protected]>
Cc: Kostya Porotchkin <[email protected]>
Cc: Wilson Ding <[email protected]>
Cc: Victor Gu <[email protected]>
Cc: Hua Jing <[email protected]>
Cc: Terry Zhou <[email protected]>
Cc: Hanna Hawa <[email protected]>
Cc: Haim Boot <[email protected]>
arch/arm/dts/armada-3720-db.dts

index 83967eeac4cbdee2999f9fd3e94b0faca471abd7..85761afb748ab1279d51264d7d876ebcca27ddec 100644 (file)
        status = "okay";
 };
 
+&sdhci0 {
+       bus-width = <4>;
+       status = "okay";
+};
+
+&sdhci1 {
+       non-removable;
+       bus-width = <8>;
+       mmc-ddr-1_8v;
+       mmc-hs400-1_8v;
+       marvell,pad-type = "fixed-1-8v";
+       status = "okay";
+
+       #address-cells = <1>;
+       #size-cells = <0>;
+       mmccard: mmccard@0 {
+               compatible = "mmc-card";
+               reg = <0>;
+       };
+};
+
 &spi0 {
        status = "okay";