diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2016-09-19 11:43:23 +0300 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2016-10-17 19:55:48 +0300 |
commit | a6d962aeb22fbf73c023334bdf55dc45c9fd7dba (patch) | |
tree | 03d32ef43e9f4e6d7ddc0a6adf56898569f476d6 /arch/arm/boot/dts/bcm2835-rpi-zero.dts | |
parent | f8bef3619bb219ed27dfe11cd20547e5b709650a (diff) | |
download | linux-a6d962aeb22fbf73c023334bdf55dc45c9fd7dba.tar.xz |
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-zero.dts')
-rw-r--r-- | arch/arm/boot/dts/bcm2835-rpi-zero.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/bcm2835-rpi-zero.dts b/arch/arm/boot/dts/bcm2835-rpi-zero.dts index 60e359fafc5b..7c1c18048948 100644 --- a/arch/arm/boot/dts/bcm2835-rpi-zero.dts +++ b/arch/arm/boot/dts/bcm2835-rpi-zero.dts @@ -26,7 +26,7 @@ }; &gpio { - pinctrl-0 = <&gpioout &alt0 &i2s_alt0 &alt3>; + pinctrl-0 = <&gpioout &alt0 &i2s_alt0>; /* I2S interface */ i2s_alt0: i2s_alt0 { |