Commit e807f029 authored by Baruch Siach's avatar Baruch Siach Committed by Gregory CLEMENT

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: default avatarBaruch Siach <baruch@tkos.co.il>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@bootlin.com>
parent f2aeded4
......@@ -48,7 +48,7 @@ sdhci@d8000 {
&clearfog_sdhci_cd_pins>;
pinctrl-names = "default";
status = "okay";
vmmc = <&reg_3p3v>;
vmmc-supply = <&reg_3p3v>;
wp-inverted;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment