diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2016-09-19 10:43:23 +0200 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2016-10-17 09:55:48 -0700 |
commit | a6d962aeb22fbf73c023334bdf55dc45c9fd7dba (patch) | |
tree | 03d32ef43e9f4e6d7ddc0a6adf56898569f476d6 /arch/arm/boot/dts/bcm2835-rpi-a-plus.dts | |
parent | f8bef3619bb219ed27dfe11cd20547e5b709650a (diff) | |
download | blackbird-obmc-linux-a6d962aeb22fbf73c023334bdf55dc45c9fd7dba.tar.gz blackbird-obmc-linux-a6d962aeb22fbf73c023334bdf55dc45c9fd7dba.zip |
ARM: dts: bcm283x: drop alt3 from &gpio
As the alt3 group has no pins left drop it from &gpio.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
Acked-by: Stefan Wahren <stefan.wahren@i2se.com>
Diffstat (limited to 'arch/arm/boot/dts/bcm2835-rpi-a-plus.dts')
-rw-r--r-- | arch/arm/boot/dts/bcm2835-rpi-a-plus.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/bcm2835-rpi-a-plus.dts b/arch/arm/boot/dts/bcm2835-rpi-a-plus.dts index f7f9db355d98..21507c922783 100644 --- a/arch/arm/boot/dts/bcm2835-rpi-a-plus.dts +++ b/arch/arm/boot/dts/bcm2835-rpi-a-plus.dts @@ -22,7 +22,7 @@ }; &gpio { - pinctrl-0 = <&gpioout &alt0 &i2s_alt0 &alt3>; + pinctrl-0 = <&gpioout &alt0 &i2s_alt0>; /* I2S interface */ i2s_alt0: i2s_alt0 { |