Commit 49e6ce61 authored by Stefan Agner's avatar Stefan Agner Committed by Shawn Guo

ARM: dts: imx7-colibri: specify usdhc1 supplies

The usdhc1 controller instance is used to provide the default
SD/MMC capabilities of the Colibri standard. The IO pins are
supplied to the SoC on the module whereas the SD-card is powered
by the Carrier Board supply.
Signed-off-by: default avatarStefan Agner <stefan@agner.ch>
Reviewed-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 5dc2dcf5
...@@ -158,5 +158,6 @@ &usbotg1 { ...@@ -158,5 +158,6 @@ &usbotg1 {
&usdhc1 { &usdhc1 {
keep-power-in-suspend; keep-power-in-suspend;
wakeup-source; wakeup-source;
vmmc-supply = <&reg_3v3>;
status = "okay"; status = "okay";
}; };
...@@ -299,6 +299,7 @@ &usdhc1 { ...@@ -299,6 +299,7 @@ &usdhc1 {
no-1-8-v; no-1-8-v;
cd-gpios = <&gpio1 0 GPIO_ACTIVE_LOW>; cd-gpios = <&gpio1 0 GPIO_ACTIVE_LOW>;
disable-wp; disable-wp;
vqmmc-supply = <&reg_LDO2>;
}; };
&iomuxc { &iomuxc {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment