From b239dd7f41e713ba297cc573303f567bca52e37c Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Mon, 5 Jun 2023 18:49:13 -0300 Subject: arm64: dts: imx8mq-librem5: Use 'vqmmc-supply' '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 Signed-off-by: Shawn Guo --- arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi') 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 @@ pinctrl-2 = <&pinctrl_usdhc1_200mhz>; bus-width = <8>; vmmc-supply = <®_vdd_3v3>; - power-supply = <®_vdd_1v8>; + vqmmc-supply = <®_vdd_1v8>; non-removable; status = "okay"; }; -- cgit