Skip to content
This repository has been archived by the owner on May 3, 2018. It is now read-only.

Commit

Permalink
simple: add sound-dai-cells to I2S def
Browse files Browse the repository at this point in the history
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 <clive.messer@digitaldreamtime.co.uk>
  • Loading branch information
DigitalDreamtime authored and ksacilotto committed Dec 11, 2017
1 parent a686343 commit fdb134d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/bcm2708_common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@

i2s: i2s@7e203000 {
compatible = "brcm,bcm2835-i2s";
#sound-dai-cells = <0>;
reg = <0x7e203000 0x24>,
<0x7e101098 0x08>;

Expand Down

0 comments on commit fdb134d

Please sign in to comment.