ARM: dts: imx7-colibri: specify usdhc1 supplies
authorStefan Agner <stefan@agner.ch>
Tue, 19 Dec 2017 18:10:35 +0000 (19:10 +0100)
committerShawn Guo <shawnguo@kernel.org>
Tue, 26 Dec 2017 08:15:44 +0000 (16:15 +0800)
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>
arch/arm/boot/dts/imx7-colibri-eval-v3.dtsi
arch/arm/boot/dts/imx7-colibri.dtsi

index a4027bd..83c0b71 100644 (file)
 &usdhc1 {
        keep-power-in-suspend;
        wakeup-source;
+       vmmc-supply = <&reg_3v3>;
        status = "okay";
 };
index 6498c11..d623ef0 100644 (file)
        no-1-8-v;
        cd-gpios = <&gpio1 0 GPIO_ACTIVE_LOW>;
        disable-wp;
+       vqmmc-supply = <&reg_LDO2>;
 };
 
 &iomuxc {