Commit a6d962ae authored by Gerd Hoffmann's avatar Gerd Hoffmann Committed by Eric Anholt

ARM: dts: bcm283x: drop alt3 from &gpio

As the alt3 group has no pins left drop it from &gpio.
Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
Signed-off-by: default avatarEric Anholt <eric@anholt.net>
Acked-by: default avatarStefan Wahren <stefan.wahren@i2se.com>
parent f8bef361
...@@ -22,7 +22,7 @@ pwr { ...@@ -22,7 +22,7 @@ pwr {
}; };
&gpio { &gpio {
pinctrl-0 = <&gpioout &alt0 &i2s_alt0 &alt3>; pinctrl-0 = <&gpioout &alt0 &i2s_alt0>;
/* I2S interface */ /* I2S interface */
i2s_alt0: i2s_alt0 { i2s_alt0: i2s_alt0 {
......
...@@ -15,7 +15,7 @@ act { ...@@ -15,7 +15,7 @@ act {
}; };
&gpio { &gpio {
pinctrl-0 = <&gpioout &alt0 &i2s_alt2 &alt3>; pinctrl-0 = <&gpioout &alt0 &i2s_alt2>;
/* I2S interface */ /* I2S interface */
i2s_alt2: i2s_alt2 { i2s_alt2: i2s_alt2 {
......
...@@ -23,7 +23,7 @@ pwr { ...@@ -23,7 +23,7 @@ pwr {
}; };
&gpio { &gpio {
pinctrl-0 = <&gpioout &alt0 &i2s_alt0 &alt3>; pinctrl-0 = <&gpioout &alt0 &i2s_alt0>;
/* I2S interface */ /* I2S interface */
i2s_alt0: i2s_alt0 { i2s_alt0: i2s_alt0 {
......
...@@ -16,7 +16,7 @@ act { ...@@ -16,7 +16,7 @@ act {
}; };
&gpio { &gpio {
pinctrl-0 = <&gpioout &alt0 &i2s_alt2 &alt3>; pinctrl-0 = <&gpioout &alt0 &i2s_alt2>;
/* I2S interface */ /* I2S interface */
i2s_alt2: i2s_alt2 { i2s_alt2: i2s_alt2 {
......
...@@ -16,7 +16,7 @@ act { ...@@ -16,7 +16,7 @@ act {
}; };
&gpio { &gpio {
pinctrl-0 = <&gpioout &alt0 &alt3>; pinctrl-0 = <&gpioout &alt0>;
}; };
&hdmi { &hdmi {
......
...@@ -26,7 +26,7 @@ act { ...@@ -26,7 +26,7 @@ act {
}; };
&gpio { &gpio {
pinctrl-0 = <&gpioout &alt0 &i2s_alt0 &alt3>; pinctrl-0 = <&gpioout &alt0 &i2s_alt0>;
/* I2S interface */ /* I2S interface */
i2s_alt0: i2s_alt0 { i2s_alt0: i2s_alt0 {
......
...@@ -42,11 +42,6 @@ alt0: alt0 { ...@@ -42,11 +42,6 @@ alt0: alt0 {
brcm,pins = <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>; brcm,function = <BCM2835_FSEL_ALT0>;
}; };
alt3: alt3 {
brcm,pins = <>;
brcm,function = <BCM2835_FSEL_ALT3>;
};
}; };
&i2c0 { &i2c0 {
......
...@@ -27,7 +27,7 @@ pwr { ...@@ -27,7 +27,7 @@ pwr {
}; };
&gpio { &gpio {
pinctrl-0 = <&gpioout &alt0 &i2s_alt0 &alt3>; pinctrl-0 = <&gpioout &alt0 &i2s_alt0>;
/* I2S interface */ /* I2S interface */
i2s_alt0: i2s_alt0 { i2s_alt0: i2s_alt0 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment