Commit c6305dfb authored by Baruch Siach's avatar Baruch Siach Committed by Greg Kroah-Hartman

ARM: dts: clearfog: fix sdhci supply property name

[ Upstream commit e807f029 ]

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>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent b939d8b9
......@@ -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