mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
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 <festevam@denx.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
06c2afb862
commit
b239dd7f41
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue