Skip to content

Commit e24c018

Browse files
DigitalDreamtimeksacilotto
authored andcommitted
simple: add sound-dai-cells to I2S def
Add '#sound-dai-cells = <0>;' to the I2S definition in bcm2708_common.dtsi Not having it specified, whilst not causing an issue right now with rpi-4.4.y, is going to cause an issue going forward with the use of simple-card driver. So it doesn't fall through the cracks, patch it in now. Hopefully Martin has taken care of getting a patch submitted for the upstream Pi dts, as it was he who first run into the issue with the current upstream kernel.... msperl/linux-rpi#3 (comment) Signed-off-by: DigitalDreamtime <[email protected]>
1 parent ec0a7c6 commit e24c018

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/boot/dts/bcm2708_common.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@
137137

138138
i2s: i2s@7e203000 {
139139
compatible = "brcm,bcm2835-i2s";
140+
#sound-dai-cells = <0>;
140141
reg = <0x7e203000 0x24>,
141142
<0x7e101098 0x08>;
142143

0 commit comments

Comments
 (0)