Skip to content

Commit cffe558

Browse files
Faiz-AbbasRobertCNelson
authored andcommitted
ARM: dts: am57xx-beagle-x15: Update pinmux name to ddr_3_3v
commit e415e4d2d506ce64ea540b4552654d1be0680a52 upstream. am57xx-beagle-x15 revb1 and revc have 3.3V connected to the eMMC I/O lines. Update the pinmux name to reflect this. Signed-off-by: Faiz Abbas <[email protected]> Signed-off-by: Tony Lindgren <[email protected]> Signed-off-by: Sekhar Nori <[email protected]>
1 parent 9da1432 commit cffe558

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/arm/am57xx-beagle-x15-revb1.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
};
2525

2626
&mmc2 {
27-
pinctrl-names = "default", "hs", "ddr_1_8v";
27+
pinctrl-names = "default", "hs", "ddr_3_3v";
2828
pinctrl-0 = <&mmc2_pins_default>;
2929
pinctrl-1 = <&mmc2_pins_hs>;
3030
pinctrl-2 = <&mmc2_pins_ddr_3_3v_rev11 &mmc2_iodelay_ddr_3_3v_rev11_conf>;

src/arm/am57xx-beagle-x15-revc.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
};
2525

2626
&mmc2 {
27-
pinctrl-names = "default", "hs", "ddr_1_8v";
27+
pinctrl-names = "default", "hs", "ddr_3_3v";
2828
pinctrl-0 = <&mmc2_pins_default>;
2929
pinctrl-1 = <&mmc2_pins_hs>;
3030
pinctrl-2 = <&mmc2_pins_ddr_rev20>;

0 commit comments

Comments
 (0)