Message ID | 20190509160439.18827-1-daniel@zonque.org (mailing list archive) |
---|---|
State | Mainlined |
Commit | bea8754e784ef894a7aaf1821a1e8b700cc70f32 |
Headers | show |
Series | ARM: dts: pxa300-raumfeld-speaker-one: Add channel output mapping for STA320 | expand |
Daniel Mack <daniel@zonque.org> writes: > These settings are needed to make the hardware operable. > > Signed-off-by: Daniel Mack <daniel@zonque.org> Queued to pxa/dt (change "Add" to "add" in the subject line). Cheers. -- Robert
diff --git a/arch/arm/boot/dts/pxa300-raumfeld-speaker-one.dts b/arch/arm/boot/dts/pxa300-raumfeld-speaker-one.dts index 543ba6cb36b2..a3a12b68e91e 100644 --- a/arch/arm/boot/dts/pxa300-raumfeld-speaker-one.dts +++ b/arch/arm/boot/dts/pxa300-raumfeld-speaker-one.dts @@ -114,6 +114,9 @@ st,invalid-input-detect-mute; /* 2 (half-bridge) and 1 (full-bridge) on-board power */ st,output-conf = /bits/ 8 <0x1>; + st,ch1-output-mapping = /bits/ 8 <0>; + st,ch2-output-mapping = /bits/ 8 <1>; + st,ch3-output-mapping = /bits/ 8 <2>; st,needs_esd_watchdog; }; };
These settings are needed to make the hardware operable. Signed-off-by: Daniel Mack <daniel@zonque.org> --- arch/arm/boot/dts/pxa300-raumfeld-speaker-one.dts | 3 +++ 1 file changed, 3 insertions(+)