diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2015-12-07 17:25:37 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-12-08 11:01:59 +0900 |
commit | a6ff5e8d5ebc0392d5c470652cd22f730e090e29 (patch) | |
tree | 11b51f6ef827ba30c7da655a4695504a40de8a98 /arch/arm/boot/dts/r8a7778-bockw.dts | |
parent | f00be687f5fd2b626aa975dc4513cad525823c05 (diff) | |
download | lwn-a6ff5e8d5ebc0392d5c470652cd22f730e090e29.tar.gz lwn-a6ff5e8d5ebc0392d5c470652cd22f730e090e29.zip |
ARM: shmobile: bockw dts: Override #sound-dai-cells to zero
The default value of #sound-dai-cells in r8a7778.dtsi is one, while
the /sound/simple-audio-card,cpu device node in r8a7778-bockw.dts uses a
phandle without any extra cells ("<&rcar_sound>"), causing:
/sound/simple-audio-card,cpu: arguments longer than property
asoc-simple-card sound: parse error -22
asoc-simple-card: probe of sound failed with error -22
Override #sound-dai-cells to zero to fix this.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/r8a7778-bockw.dts')
-rw-r--r-- | arch/arm/boot/dts/r8a7778-bockw.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7778-bockw.dts b/arch/arm/boot/dts/r8a7778-bockw.dts index 3c03e6b8261e..158ad94fd4d1 100644 --- a/arch/arm/boot/dts/r8a7778-bockw.dts +++ b/arch/arm/boot/dts/r8a7778-bockw.dts @@ -172,6 +172,11 @@ }; }; +&rcar_sound { + /* Single DAI */ + #sound-dai-cells = <0>; +}; + &sdhi0 { pinctrl-0 = <&sdhi0_pins>, <&sdhi0_pup_pins>; pinctrl-names = "default"; |