arm64: dts: qcom: msm8916: Set 'xo_board' as ref clock of the DSI PHY
authorMatthias Kaehlcke <mka@chromium.org>
Wed, 19 Dec 2018 23:55:26 +0000 (15:55 -0800)
committerAndy Gross <agross@kernel.org>
Tue, 23 Apr 2019 19:20:24 +0000 (14:20 -0500)
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>
arch/arm64/boot/dts/qcom/msm8916.dtsi

index e4b1010..423dda9 100644 (file)
                                #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";
                        };
                };