diff options
author | 2018-12-19 15:55:26 -0800 | |
---|---|---|
committer | 2019-04-23 14:20:24 -0500 | |
commit | 79e51645a1dd7bc76c70bbb0f211868e94d8331e (patch) | |
tree | 530212671f5d458ee6db6a907353e42ac143d14a | |
parent | arm64: dts: qcom: pm8998: Use ADC temperature to temp-alarm node (diff) | |
download | linux-rng-79e51645a1dd7bc76c70bbb0f211868e94d8331e.tar.xz linux-rng-79e51645a1dd7bc76c70bbb0f211868e94d8331e.zip |
arm64: dts: qcom: msm8916: Set 'xo_board' as ref clock of the DSI PHY
Add 'xo_board' as ref clock for the DSI PHYs, it was previously
hardcoded in the PLL 'driver' for the 28nm 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/msm8916.dtsi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi index e4b1010f70b6..423dda996b5d 100644 --- a/arch/arm64/boot/dts/qcom/msm8916.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi @@ -1024,8 +1024,9 @@ #clock-cells = <1>; #phy-cells = <0>; - clocks = <&gcc GCC_MDSS_AHB_CLK>; - clock-names = "iface"; + clocks = <&gcc GCC_MDSS_AHB_CLK>, + <&xo_board>; + clock-names = "iface", "ref"; }; }; |