summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2016-09-19 10:43:21 +0200
committerEric Anholt <eric@anholt.net>2016-10-17 09:55:46 -0700
commit4eb65cbfa721db9d7bbe2f76e8b1909fa0320273 (patch)
tree220280c8df4028c9423c7f9821483911cb5c51fa
parente6e199712008374edb4de979e74ae5acb1f40845 (diff)
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>
-rw-r--r--arch/arm/boot/dts/bcm2835-rpi.dtsi4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/bcm2835-rpi.dtsi b/arch/arm/boot/dts/bcm2835-rpi.dtsi
index 096891fd7047..8b3ff38cc4ba 100644
--- a/arch/arm/boot/dts/bcm2835-rpi.dtsi
+++ b/arch/arm/boot/dts/bcm2835-rpi.dtsi
@@ -39,7 +39,7 @@
};
alt0: alt0 {
- brcm,pins = <2 3 4 5 7 8 9 10 11 14 15>;
+ brcm,pins = <4 5 7 8 9 10 11 14 15>;
brcm,function = <BCM2835_FSEL_ALT0>;
};
@@ -57,6 +57,8 @@
};
&i2c1 {
+ pinctrl-names = "default";
+ pinctrl-0 = <&i2c1_gpio2>;
status = "okay";
clock-frequency = <100000>;
};