Message ID | 20230605214913.788893-1-festevam@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: dts: imx8mq-librem5: Use 'vqmmc-supply' | expand |
On Mon, Jun 05, 2023 at 06:49:13PM -0300, Fabio Estevam wrote: > From: Fabio Estevam <festevam@denx.de> > > 'power-supply' is an invalid property for usdhc and it gives > the following schema warning: > > imx8mq-librem5-r2.dtb: mmc@30b40000: Unevaluated properties are not allowed ('power-supply' was unexpected) > From schema: Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml > > Change it to 'vqmmc-supply', which represents the supply for the bus IO. > > Signed-off-by: Fabio Estevam <festevam@denx.de> Applied, thanks!
diff --git a/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi b/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi index 38732579d13e..38bfc822e930 100644 --- a/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi @@ -1376,7 +1376,7 @@ &usdhc1 { pinctrl-2 = <&pinctrl_usdhc1_200mhz>; bus-width = <8>; vmmc-supply = <®_vdd_3v3>; - power-supply = <®_vdd_1v8>; + vqmmc-supply = <®_vdd_1v8>; non-removable; status = "okay"; };