Commit 27090324c23faa7b947c55e680d4d501d471465b

Authored by Stefan Roese
1 parent b14b0b1e7b

arm64: mvebu: Armada 7040-db: Add SDHCI device tree nodes

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>

Showing 1 changed file with 14 additions and 0 deletions Side-by-side Diff

arch/arm/dts/armada-7040-db.dts
... ... @@ -195,4 +195,18 @@
195 195 &cpm_utmi1 {
196 196 status = "okay";
197 197 };
  198 +
  199 +&ap_sdhci0 {
  200 + status = "okay";
  201 + bus-width = <4>;
  202 + no-1-8-v;
  203 + non-removable;
  204 +};
  205 +
  206 +&cpm_sdhci0 {
  207 + status = "okay";
  208 + bus-width = <4>;
  209 + no-1-8-v;
  210 + non-removable;
  211 +};