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

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

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

parent 14e0ea34
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@
	};

	alt0: alt0 {
		brcm,pins = <0 1 2 3 4 5 7 8 9 10 11 14 15>;
		brcm,pins = <2 3 4 5 7 8 9 10 11 14 15>;
		brcm,function = <BCM2835_FSEL_ALT0>;
	};

@@ -50,6 +50,8 @@
};

&i2c0 {
	pinctrl-names = "default";
	pinctrl-0 = <&i2c0_gpio0>;
	status = "okay";
	clock-frequency = <100000>;
};