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

Commit f8bef361 authored by Gerd Hoffmann's avatar Gerd Hoffmann Committed by Eric Anholt
Browse files

ARM: dts: bcm283x: add pinctrl group to &sdhci, drop pins from &gpio

parent 4eb65cbf
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@
	};

	alt3: alt3 {
		brcm,pins = <48 49 50 51 52 53>;
		brcm,pins = <>;
		brcm,function = <BCM2835_FSEL_ALT3>;
	};
};
@@ -68,6 +68,8 @@
};

&sdhci {
	pinctrl-names = "default";
	pinctrl-0 = <&emmc_gpio48>;
	status = "okay";
	bus-width = <4>;
};