Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7796870c authored by Baruch Siach's avatar Baruch Siach Committed by Greg Kroah-Hartman
Browse files

ARM: dts: clearfog: fix sdhci supply property name



[ Upstream commit e807f0298144c06740022a2f900d86b7f115595e ]

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 ed5f6f8d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@
					     &clearfog_sdhci_cd_pins>;
				pinctrl-names = "default";
				status = "okay";
				vmmc = <&reg_3p3v>;
				vmmc-supply = <&reg_3p3v>;
				wp-inverted;
			};