Skip to content

Commit

Permalink
ARM: dts: clearfog: fix sdhci supply property name
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Baruch Siach authored and Gregory CLEMENT committed Sep 21, 2018
1 parent f2aeded commit e807f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/armada-388-clearfog.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
&clearfog_sdhci_cd_pins>;
pinctrl-names = "default";
status = "okay";
vmmc = <&reg_3p3v>;
vmmc-supply = <&reg_3p3v>;
wp-inverted;
};

Expand Down

0 comments on commit e807f02

Please sign in to comment.