ARM: dts: clearfog: fix sdhci supply property name
The vmmc phandle, like all power supply property names, must have the '-supply' suffix. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
This commit is contained in:
parent
f2aeded4a6
commit
e807f02981
|
@ -48,7 +48,7 @@
|
||||||
&clearfog_sdhci_cd_pins>;
|
&clearfog_sdhci_cd_pins>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
status = "okay";
|
status = "okay";
|
||||||
vmmc = <®_3p3v>;
|
vmmc-supply = <®_3p3v>;
|
||||||
wp-inverted;
|
wp-inverted;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue