]> git.sur5r.net Git - u-boot/commitdiff
arm64: mvebu: Armada 7040-db: Add SDHCI device tree nodes
authorStefan Roese <sr@denx.de>
Fri, 9 Dec 2016 14:42:15 +0000 (15:42 +0100)
committerStefan Roese <sr@denx.de>
Wed, 25 Jan 2017 06:04:12 +0000 (07:04 +0100)
This patch adds the SDHCI device tree nodes to the Armada 7040-db
dts file.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Nadav Haklai <nadavh@marvell.com>
Cc: Kostya Porotchkin <kostap@marvell.com>
Cc: Wilson Ding <dingwei@marvell.com>
Cc: Victor Gu <xigu@marvell.com>
Cc: Hua Jing <jinghua@marvell.com>
Cc: Terry Zhou <bjzhou@marvell.com>
Cc: Hanna Hawa <hannah@marvell.com>
Cc: Haim Boot <hayim@marvell.com>
arch/arm/dts/armada-7040-db.dts

index 466c6dcc3f3b25c7038b0ae0a63074a012a2aedf..63442df8f390ce7e00bd704466668ad466c7f4a6 100644 (file)
 &cpm_utmi1 {
        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;
+};