diff options
author | Matthias Kaehlcke <mka@chromium.org> | 2018-12-20 00:55:27 +0100 |
---|---|---|
committer | Andy Gross <agross@kernel.org> | 2019-04-23 21:20:37 +0200 |
commit | 0c0e72705a3345916192f740e5fd158efc01fefd (patch) | |
tree | 0b1bc1b6ca143d7afa7eda0a6fbe851ac1f8a751 | |
parent | arm64: dts: qcom: msm8916: Set 'xo_board' as ref clock of the DSI PHY (diff) | |
download | linux-0c0e72705a3345916192f740e5fd158efc01fefd.tar.xz linux-0c0e72705a3345916192f740e5fd158efc01fefd.zip |
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>
-rw-r--r-- | arch/arm64/boot/dts/qcom/sdm845.dtsi | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi index dd67f9c5cb43..0d7dd5e3d946 100644 --- a/arch/arm64/boot/dts/qcom/sdm845.dtsi +++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi @@ -1985,8 +1985,9 @@ #clock-cells = <1>; #phy-cells = <0>; - clocks = <&dispcc DISP_CC_MDSS_AHB_CLK>; - clock-names = "iface"; + clocks = <&dispcc DISP_CC_MDSS_AHB_CLK>, + <&rpmhcc RPMH_CXO_CLK>; + clock-names = "iface", "ref"; status = "disabled"; }; @@ -2051,8 +2052,9 @@ #clock-cells = <1>; #phy-cells = <0>; - clocks = <&dispcc DISP_CC_MDSS_AHB_CLK>; - clock-names = "iface"; + clocks = <&dispcc DISP_CC_MDSS_AHB_CLK>, + <&rpmhcc RPMH_CXO_CLK>; + clock-names = "iface", "ref"; status = "disabled"; }; |