brcm2708: update linux 4.4 patches to latest version
[openwrt/openwrt.git] / target / linux / brcm2708 / patches-4.4 / 0368-simple-add-sound-dai-cells-to-I2S-def.patch
1 From 4de668ca1f16498a6eab79af3b71e4e863333106 Mon Sep 17 00:00:00 2001
2 From: DigitalDreamtime <clive.messer@digitaldreamtime.co.uk>
3 Date: Thu, 19 May 2016 00:00:00 +0100
4 Subject: [PATCH] simple: add sound-dai-cells to I2S def
5
6 Add '#sound-dai-cells = <0>;' to the I2S definition in
7 bcm2708_common.dtsi
8
9 Not having it specified, whilst not causing an issue right now with
10 rpi-4.4.y, is going to cause an issue going forward with the use of
11 simple-card driver. So it doesn't fall through the cracks, patch it
12 in now.
13
14 Hopefully Martin has taken care of getting a patch submitted for the
15 upstream Pi dts, as it was he who first run into the issue with the
16 current upstream kernel....
17 https://github.com/msperl/linux-rpi/issues/3#issue-154916615
18
19 Signed-off-by: DigitalDreamtime <clive.messer@digitaldreamtime.co.uk>
20 ---
21 arch/arm/boot/dts/bcm2708_common.dtsi | 1 +
22 1 file changed, 1 insertion(+)
23
24 --- a/arch/arm/boot/dts/bcm2708_common.dtsi
25 +++ b/arch/arm/boot/dts/bcm2708_common.dtsi
26 @@ -137,6 +137,7 @@
27
28 i2s: i2s@7e203000 {
29 compatible = "brcm,bcm2835-i2s";
30 + #sound-dai-cells = <0>;
31 reg = <0x7e203000 0x24>,
32 <0x7e101098 0x08>;
33