diff options
author | Peter Rosin <peda@axentia.se> | 2018-01-18 12:46:16 +0100 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2018-02-13 17:15:15 +0100 |
commit | 8b97da49cc3401233d72b10adea1f09e4651f355 (patch) | |
tree | 5d53caa4c4ded1e5fad6b6a5cffefc05a88c52b3 /arch/arm/boot/dts/at91-tse850-3.dts | |
parent | ARM: dts: at91: nattis: add lvds-encoder (diff) | |
download | linux-8b97da49cc3401233d72b10adea1f09e4651f355.tar.xz linux-8b97da49cc3401233d72b10adea1f09e4651f355.zip |
ARM: dts: at91: tse850: make the sound dai cell count explicit
The node is referred to as a DAI from the sound node and should
therefore have a #sound-dai-cells property.
Fixes: 21dd0ece34c2 ("ARM: dts: at91: add devicetree for the Axentia TSE-850")
Signed-off-by: Peter Rosin <peda@axentia.se>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'arch/arm/boot/dts/at91-tse850-3.dts')
-rw-r--r-- | arch/arm/boot/dts/at91-tse850-3.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91-tse850-3.dts b/arch/arm/boot/dts/at91-tse850-3.dts index 97b227693658..2fbec69d9cd6 100644 --- a/arch/arm/boot/dts/at91-tse850-3.dts +++ b/arch/arm/boot/dts/at91-tse850-3.dts @@ -234,6 +234,7 @@ compatible = "ti,pcm5142"; reg = <0x4c>; + #sound-dai-cells = <0>; AVDD-supply = <®_3v3>; DVDD-supply = <®_3v3>; |