Commit ab569907 authored by Lucas Stach's avatar Lucas Stach Committed by Shawn Guo

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: default avatarLucas Stach <l.stach@pengutronix.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 49b02715
...@@ -217,8 +217,8 @@ sound { ...@@ -217,8 +217,8 @@ sound {
simple-audio-card,widgets = simple-audio-card,widgets =
"Headphone", "Headphone Jack"; "Headphone", "Headphone Jack";
simple-audio-card,routing = simple-audio-card,routing =
"Headphone Jack", "HPLEFT", "Headphone Jack", "TPA6130A2 HPLEFT",
"Headphone Jack", "HPRIGHT"; "Headphone Jack", "TPA6130A2 HPRIGHT";
simple-audio-card,aux-devs = <&hpa1>; simple-audio-card,aux-devs = <&hpa1>;
sound_cpu: simple-audio-card,cpu { sound_cpu: simple-audio-card,cpu {
...@@ -470,6 +470,7 @@ hpa1: amp@60 { ...@@ -470,6 +470,7 @@ hpa1: amp@60 {
compatible = "ti,tpa6130a2"; compatible = "ti,tpa6130a2";
reg = <0x60>; reg = <0x60>;
Vdd-supply = <&reg_3p3v>; Vdd-supply = <&reg_3p3v>;
sound-name-prefix = "TPA6130A2";
}; };
ds1341: rtc@68 { ds1341: rtc@68 {
......
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