Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Lucas Stach and committed by
Shawn Guo
ab569907 49b02715

+3 -2
+3 -2
arch/arm/boot/dts/imx51-zii-rdu1.dts
··· 217 217 simple-audio-card,widgets = 218 218 "Headphone", "Headphone Jack"; 219 219 simple-audio-card,routing = 220 - "Headphone Jack", "HPLEFT", 221 - "Headphone Jack", "HPRIGHT"; 220 + "Headphone Jack", "TPA6130A2 HPLEFT", 221 + "Headphone Jack", "TPA6130A2 HPRIGHT"; 222 222 simple-audio-card,aux-devs = <&hpa1>; 223 223 224 224 sound_cpu: simple-audio-card,cpu { ··· 470 470 compatible = "ti,tpa6130a2"; 471 471 reg = <0x60>; 472 472 Vdd-supply = <&reg_3p3v>; 473 + sound-name-prefix = "TPA6130A2"; 473 474 }; 474 475 475 476 ds1341: rtc@68 {