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: Stefan Agner <stefan@agner.ch> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
5dc2dcf58a
commit
49e6ce614b
|
@ -158,5 +158,6 @@
|
|||
&usdhc1 {
|
||||
keep-power-in-suspend;
|
||||
wakeup-source;
|
||||
vmmc-supply = <®_3v3>;
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -299,6 +299,7 @@
|
|||
no-1-8-v;
|
||||
cd-gpios = <&gpio1 0 GPIO_ACTIVE_LOW>;
|
||||
disable-wp;
|
||||
vqmmc-supply = <®_LDO2>;
|
||||
};
|
||||
|
||||
&iomuxc {
|
||||
|
|
Loading…
Reference in New Issue