mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
arm64: dts: rockchip: change naneng combphy ref clock to 100mhz for rk3568
When using 24MHz reference clock, some devices can't identify the SATA PM chip, And the signal quality is not as good as 100MHz. so change the reference clock to 100MHz. Signed-off-by: Yifeng Zhao <yifeng.zhao@rock-chips.com> Change-Id: If7d951a0b77d503f9faf1c1f88c78a9e07471e47
This commit is contained in:
@@ -3086,7 +3086,7 @@
|
||||
<&cru PCLK_PIPE>;
|
||||
clock-names = "refclk", "apbclk", "pipe_clk";
|
||||
assigned-clocks = <&pmucru CLK_PCIEPHY0_REF>;
|
||||
assigned-clock-rates = <24000000>;
|
||||
assigned-clock-rates = <100000000>;
|
||||
resets = <&cru SRST_P_PIPEPHY0>, <&cru SRST_PIPEPHY0>;
|
||||
reset-names = "combphy-apb", "combphy";
|
||||
rockchip,pipe-grf = <&pipegrf>;
|
||||
@@ -3102,7 +3102,7 @@
|
||||
<&cru PCLK_PIPE>;
|
||||
clock-names = "refclk", "apbclk", "pipe_clk";
|
||||
assigned-clocks = <&pmucru CLK_PCIEPHY1_REF>;
|
||||
assigned-clock-rates = <24000000>;
|
||||
assigned-clock-rates = <100000000>;
|
||||
resets = <&cru SRST_P_PIPEPHY1>, <&cru SRST_PIPEPHY1>;
|
||||
reset-names = "combphy-apb", "combphy";
|
||||
rockchip,pipe-grf = <&pipegrf>;
|
||||
|
||||
Reference in New Issue
Block a user