Commit 069de7bb authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo

ARM: dts: imx6q-gw54xx: Do not use 'simple-audio-card,dai-link'

According to Documentation/devicetree/bindings/sound/simple-card.txt
the 'simple-audio-card,dai-link' may be omitted when the card has
only one DAI link, which is the case here.

Get rid of 'simple-audio-card,dai-link' in order to fix the following
build warning with W=1:

arch/arm/boot/dts/imx6q-gw54xx.dts:19.32-31.5: Warning (unit_address_vs_reg): /sound-digital/simple-audio-card,dai-link@0: node has a unit name, but no reg property

Cc: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: default avatarFabio Estevam <festevam@gmail.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 764b5b5e
...@@ -15,21 +15,18 @@ / { ...@@ -15,21 +15,18 @@ / {
sound-digital { sound-digital {
compatible = "simple-audio-card"; compatible = "simple-audio-card";
simple-audio-card,name = "tda1997x-audio"; simple-audio-card,name = "tda1997x-audio";
simple-audio-card,format = "i2s";
simple-audio-card,bitclock-master = <&sound_codec>;
simple-audio-card,frame-master = <&sound_codec>;
simple-audio-card,dai-link@0 { sound_cpu: simple-audio-card,cpu {
format = "i2s";
cpu {
sound-dai = <&ssi2>; sound-dai = <&ssi2>;
}; };
codec { sound_codec: simple-audio-card,codec {
bitclock-master;
frame-master;
sound-dai = <&hdmi_receiver>; sound-dai = <&hdmi_receiver>;
}; };
}; };
};
}; };
&i2c3 { &i2c3 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment