arm64: dts: sdm845: Set 'bi_tcxo' as ref clock of the DSI PHYs
Add 'bi_tcxo' as ref clock for the DSI PHYs, it was previously hardcoded in the PLL 'driver' for the 10nm PHY. Signed-off-by: Matthias Kaehlcke <mka@chromium.org> Reviewed-by: Douglas Anderson <dianders@chromium.org> Reviewed-by: Stephen Boyd <swboyd@chromium.org> Signed-off-by: Andy Gross <agross@kernel.org>
This commit is contained in:
parent
79e51645a1
commit
0c0e72705a
1 changed files with 6 additions and 4 deletions
|
@ -1985,8 +1985,9 @@
|
||||||
#clock-cells = <1>;
|
#clock-cells = <1>;
|
||||||
#phy-cells = <0>;
|
#phy-cells = <0>;
|
||||||
|
|
||||||
clocks = <&dispcc DISP_CC_MDSS_AHB_CLK>;
|
clocks = <&dispcc DISP_CC_MDSS_AHB_CLK>,
|
||||||
clock-names = "iface";
|
<&rpmhcc RPMH_CXO_CLK>;
|
||||||
|
clock-names = "iface", "ref";
|
||||||
|
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
@ -2051,8 +2052,9 @@
|
||||||
#clock-cells = <1>;
|
#clock-cells = <1>;
|
||||||
#phy-cells = <0>;
|
#phy-cells = <0>;
|
||||||
|
|
||||||
clocks = <&dispcc DISP_CC_MDSS_AHB_CLK>;
|
clocks = <&dispcc DISP_CC_MDSS_AHB_CLK>,
|
||||||
clock-names = "iface";
|
<&rpmhcc RPMH_CXO_CLK>;
|
||||||
|
clock-names = "iface", "ref";
|
||||||
|
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue