mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
arm64: dts: rockchip: rk3576: fix apb clk to PCLK_HDPTX_APB for hdmi
The parent clock of PCLK_HDPTX_APB is PCLK_PMUPHY_ROOT, which must be always on. In order to reduce power consumption, replace apb clock PCLK_PMUPHY_ROOT by controllable PCLK_HDPTX_APB in suspend and plug out. Change-Id: I856fa05382ea50a7541195d49941c113bbe3986a Signed-off-by: Algea Cao <algea.cao@rock-chips.com>
This commit is contained in:
@@ -5199,7 +5199,7 @@
|
||||
hdptxphy_hdmi: hdmiphy@2b000000 {
|
||||
compatible = "rockchip,rk3576-hdptx-phy-hdmi", "rockchip,rk3588-hdptx-phy-hdmi";
|
||||
reg = <0x0 0x2b000000 0x0 0x2000>;
|
||||
clocks = <&cru CLK_PHY_REF_SRC>, <&cru PCLK_PMUPHY_ROOT>;
|
||||
clocks = <&cru CLK_PHY_REF_SRC>, <&cru PCLK_HDPTX_APB>;
|
||||
clock-names = "ref", "apb";
|
||||
clock-output-names = "clk_hdmiphy_pixel0";
|
||||
#clock-cells = <0>;
|
||||
|
||||
Reference in New Issue
Block a user