Skip to content

Commit a5b101d

Browse files
author
Dingxian Wen
committed
media: i2c: rk628csi: fixed some issues
1.Fix the problem that MIPI CSI TX is abnormal when HDMI TX is powered on after rk628. 2.Support dynamic switching of MIPI bit rate. 3.Remove 1080i60 from edid. 4.Remove the cru processing of txphy_con and txesc, because it has been processed in other parts of rk628. 5.Modify the private controls of rk628 audio to general controls. Signed-off-by: Dingxian Wen <shawn.wen@rock-chips.com> Change-Id: I9980065da639b4b269306470f3ffa2db83a9b132
1 parent ad3483c commit a5b101d

3 files changed

Lines changed: 109 additions & 122 deletions

File tree

arch/arm/boot/dts/rk628.dtsi

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -368,21 +368,17 @@
368368
<&rk628_cru CGU_CLK_HDMIRX_CEC>,
369369
<&rk628_cru CGU_SCLK_VOP>,
370370
<&rk628_cru CGU_CLK_RX_READ>,
371-
<&rk628_cru CGU_PCLK_TXPHY_CON>,
372-
<&rk628_cru CGU_CLK_TXESC>,
373371
<&rk628_cru CGU_PCLK_CSI>;
374372
clock-names = "hdmirx", "imodet", "hdmirx_aud", "hdmirx_cec",
375-
"vop", "rx_read", "txphy", "txesc", "csi0";
373+
"vop", "rx_read", "csi0";
376374
resets = <&rk628_cru RGU_HDMIRX>,
377375
<&rk628_cru RGU_HDMIRX_PON>,
378376
<&rk628_cru RGU_DECODER>,
379377
<&rk628_cru RGU_CLK_RX>,
380378
<&rk628_cru RGU_VOP>,
381-
<&rk628_cru RGU_TXPHY_CON>,
382-
<&rk628_cru RGU_TXESC>,
383379
<&rk628_cru RGU_CSI>;
384380
reset-names = "hdmirx", "hdmirx_pon", "decoder", "clk_rx",
385-
"vop", "txphy", "txesc", "csi0";
381+
"vop", "csi0";
386382
phys = <&rk628_combrxphy>, <&rk628_combtxphy>;
387383
phy-names = "combrxphy", "combtxphy";
388384
pinctrl-names = "default";

0 commit comments

Comments
 (0)