summaryrefslogtreecommitdiff
authorivan.nie <ivan.nie@amlogic.com>2018-05-03 11:25:04 (GMT)
committer Xindong Xu <xindong.xu@amlogic.com>2018-05-09 06:09:05 (GMT)
commitfdf04bf2d2befa618c126112209c58b3daa976bf (patch)
tree6be109092d4bbf69dd6438ad5facaaa2be21d109
parentc87631a086ee33a4086a9cc07cfa3166345bf13b (diff)
downloadcommon-fdf04bf2d2befa618c126112209c58b3daa976bf.zip
common-fdf04bf2d2befa618c126112209c58b3daa976bf.tar.gz
common-fdf04bf2d2befa618c126112209c58b3daa976bf.tar.bz2
dts: atom add tx cec support and fix wrong channel map issue
1.PD#165588: cec: modfiy port info define for playback & audiosystem 2.fix channel map issue Change-Id: I0848a9cf667bb753e4621e3b429810c5513f633c
Diffstat
-rw-r--r--arch/arm64/boot/dts/amlogic/atom.dts7
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/arm64/boot/dts/amlogic/atom.dts b/arch/arm64/boot/dts/amlogic/atom.dts
index 3d64f98..6ca0983 100644
--- a/arch/arm64/boot/dts/amlogic/atom.dts
+++ b/arch/arm64/boot/dts/amlogic/atom.dts
@@ -957,13 +957,14 @@
vendor_id = <0x000000>;
product_desc = "TXLX"; /* Max Chars: 16 */
cec_osd_string = "AML_TV"; /* Max Chars: 14 */
- port_num = <3>;
+ port_num = <4>;
ee_cec;
arc_port_mask = <0x2>;
interrupts = <0 205 1>;
interrupt-names = "hdmi_aocecb";
- pinctrl-names = "default";
+ pinctrl-names = "hdmitx_aocecb","hdmitx_aocecb1";
pinctrl-0=<&hdmitx_aocecb>;
+ pinctrl-1=<&hdmitx_aocecb1>;
reg = <0x0 0xFF80023c 0x0 0x4
0x0 0xFF800000 0x0 0x400>;
};
@@ -1211,7 +1212,7 @@
};
Channel_Mask {
/*i2s has 4 pins, 8channel, mux output*/
- Speaker_Channel_Mask = "i2s_0/1";
+ Speaker_Channel_Mask = "i2s_2/3";
DAC0_Channel_Mask = "i2s_0/1";
DAC1_Channel_Mask = "i2s_0/1";
EQ_DRC_Channel_Mask = "i2s_0/1";