mirror of https://gitee.com/openkylin/linux.git
ARM: dts: pxa300-raumfeld-speaker-one: add channel output mapping for STA320
These settings are needed to make the hardware operable. Signed-off-by: Daniel Mack <daniel@zonque.org> Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
This commit is contained in:
parent
867a6b36a4
commit
bea8754e78
|
@ -116,6 +116,9 @@ sta320: codec@1a {
|
|||
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;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue