projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
755f121
)
ARM: bcm2835: dt: Raspberry Pi Model B had no I2S
author
Lubomir Rintel
<lkundrak@v3.sk>
Sun, 11 Oct 2015 19:37:15 +0000
(21:37 +0200)
committer
Eric Anholt
<eric@anholt.net>
Wed, 14 Oct 2015 22:35:51 +0000
(15:35 -0700)
It's the Model B rev2 that had it. Remove it.
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Eric Anholt <eric@anholt.net>
arch/arm/boot/dts/bcm2835-rpi-b.dts
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/bcm2835-rpi-b.dts
b/arch/arm/boot/dts/bcm2835-rpi-b.dts
index ee89b79426cf4d8bdf17b37065e435cf5b1bd632..ff6b2d1c6c9077823ca3351b200c46cbf8b83a94 100644
(file)
--- a/
arch/arm/boot/dts/bcm2835-rpi-b.dts
+++ b/
arch/arm/boot/dts/bcm2835-rpi-b.dts
@@
-13,11
+13,5
@@
};
&gpio {
- pinctrl-0 = <&gpioout &alt0 &i2s_alt2 &alt3>;
-
- /* I2S interface */
- i2s_alt2: i2s_alt2 {
- brcm,pins = <28 29 30 31>;
- brcm,function = <BCM2835_FSEL_ALT2>;
- };
+ pinctrl-0 = <&gpioout &alt0 &alt3>;
};