Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Eric Anholt <eric@anholt.net>

authored by

Gerd Hoffmann and committed by
Eric Anholt
4eb65cbf e6e19971

+3 -1
+3 -1
arch/arm/boot/dts/bcm2835-rpi.dtsi
··· 39 39 }; 40 40 41 41 alt0: alt0 { 42 - brcm,pins = <2 3 4 5 7 8 9 10 11 14 15>; 42 + brcm,pins = <4 5 7 8 9 10 11 14 15>; 43 43 brcm,function = <BCM2835_FSEL_ALT0>; 44 44 }; 45 45 ··· 57 57 }; 58 58 59 59 &i2c1 { 60 + pinctrl-names = "default"; 61 + pinctrl-0 = <&i2c1_gpio2>; 60 62 status = "okay"; 61 63 clock-frequency = <100000>; 62 64 };