Message ID | 20161024113337.GE30578@tiger (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/arch/arm/boot/dts/imx6sx-udoo-neo.dtsi b/arch/arm/boot/dts/imx6sx-udoo-neo.dtsi index 314d25b15641..2b65d26f4396 100644 --- a/arch/arm/boot/dts/imx6sx-udoo-neo.dtsi +++ b/arch/arm/boot/dts/imx6sx-udoo-neo.dtsi @@ -66,7 +66,7 @@ }; }; - sdio_pwr_reg: sd-gpio-regulator { + reg_sdio_pwr: regulator-sdio-pwr { compatible = "regulator-fixed"; gpio = <&gpio6 1 GPIO_ACTIVE_HIGH>; enable-active-high; @@ -283,7 +283,7 @@ &usdhc2 { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_usdhc2>; - vmmc-supply = <&sdio_pwr_reg>; + vmmc-supply = <®_sdio_pwr>; bus-width = <4>; cd-gpios = <&gpio6 2 GPIO_ACTIVE_LOW>; no-1-8-v;