ARM: dts: imx51-zii-rdu1: set name prefix for TPA6130A2
Set a sound name prefix for the HPA, as otherwise the sound controls naming will clash with the controls of the DAC. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
49b027156b
commit
ab56990713
|
@ -217,8 +217,8 @@
|
|||
simple-audio-card,widgets =
|
||||
"Headphone", "Headphone Jack";
|
||||
simple-audio-card,routing =
|
||||
"Headphone Jack", "HPLEFT",
|
||||
"Headphone Jack", "HPRIGHT";
|
||||
"Headphone Jack", "TPA6130A2 HPLEFT",
|
||||
"Headphone Jack", "TPA6130A2 HPRIGHT";
|
||||
simple-audio-card,aux-devs = <&hpa1>;
|
||||
|
||||
sound_cpu: simple-audio-card,cpu {
|
||||
|
@ -470,6 +470,7 @@
|
|||
compatible = "ti,tpa6130a2";
|
||||
reg = <0x60>;
|
||||
Vdd-supply = <®_3p3v>;
|
||||
sound-name-prefix = "TPA6130A2";
|
||||
};
|
||||
|
||||
ds1341: rtc@68 {
|
||||
|
|
Loading…
Reference in New Issue