[PATCH] arm64: dts: imx8mq-librem5: Use 'vqmmc-supply'
Fabio Estevam
festevam at gmail.com
Mon Jun 5 14:49:13 PDT 2023
From: Fabio Estevam <festevam at denx.de>
'power-supply' is an invalid property for usdhc and it gives
the following schema warning:
imx8mq-librem5-r2.dtb: mmc at 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 at denx.de>
---
arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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";
};
--
2.34.1
More information about the linux-arm-kernel
mailing list