9
0
Fork 0

dts: tegra: activate SDMMC on Colibri T20

Signed-off-by: Lucas Stach <dev@lynxeye.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Lucas Stach 2013-12-03 20:57:02 +01:00 committed by Sascha Hauer
parent 78a637d2bf
commit 1a476f8fb3
2 changed files with 9 additions and 0 deletions

View File

@ -29,4 +29,9 @@
};
};
};
sdhci@c8000600 {
status = "okay";
bus-width = <4>;
};
};

View File

@ -187,4 +187,8 @@
};
};
};
sdhci@c8000600 {
cd-gpios = <&gpio 23 0>; /* gpio PC7 */
};
};