arm64: dts: imx8mq-librem5: Use 'vqmmc-supply'
authorFabio Estevam <festevam@denx.de>
Mon, 5 Jun 2023 21:49:13 +0000 (18:49 -0300)
committerShawn Guo <shawnguo@kernel.org>
Sun, 16 Jul 2023 23:52:23 +0000 (07:52 +0800)
'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>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi

index 38732579d13e93dc2f0fb4abc560f05fb8883e37..38bfc822e930099f1d0d15db1b8085ae1b100373 100644 (file)
        pinctrl-2 = <&pinctrl_usdhc1_200mhz>;
        bus-width = <8>;
        vmmc-supply = <&reg_vdd_3v3>;
-       power-supply = <&reg_vdd_1v8>;
+       vqmmc-supply = <&reg_vdd_1v8>;
        non-removable;
        status = "okay";
 };