Message ID | 20190424001210.201672-1-mka@chromium.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | ARM: dts: qcom-apq8064: Fix DSI PHY ref clk phandle | expand |
Hi Matthias, On Tue, 23 Apr 2019 17:12:10 -0700 Matthias Kaehlcke <mka@chromium.org> wrote: > > Commit 3560af5a56b5 ("ARM: dts: qcom-apq8064: Set 'xo_board' as > ref clock of the DSI PHY") specifies the non-existing phandle > 'xo_board' as DSI PHY ref clk. Fix this by using the correct > phandle is 'cxo_board'. > > Fixes: 3560af5a56b5 ("ARM: dts: qcom-apq8064: Set 'xo_board' as ref clock of the DSI PHY") > > Signed-off-by: Matthias Kaehlcke <mka@chromium.org> You should keep the tags in one group (no blank lines between them). Also, you might like to add a Reported-by tag when you get reports from others (unless you discovered this yourself, of course).
diff --git a/arch/arm/boot/dts/qcom-apq8064.dtsi b/arch/arm/boot/dts/qcom-apq8064.dtsi index 2fff5074f2d7..65975df6a8c3 100644 --- a/arch/arm/boot/dts/qcom-apq8064.dtsi +++ b/arch/arm/boot/dts/qcom-apq8064.dtsi @@ -1305,7 +1305,7 @@ reg-names = "dsi_pll", "dsi_phy", "dsi_phy_regulator"; clock-names = "iface_clk", "ref"; clocks = <&mmcc DSI_M_AHB_CLK>, - <&xo_board>; + <&cxo_board>; };
Commit 3560af5a56b5 ("ARM: dts: qcom-apq8064: Set 'xo_board' as ref clock of the DSI PHY") specifies the non-existing phandle 'xo_board' as DSI PHY ref clk. Fix this by using the correct phandle is 'cxo_board'. Fixes: 3560af5a56b5 ("ARM: dts: qcom-apq8064: Set 'xo_board' as ref clock of the DSI PHY") Signed-off-by: Matthias Kaehlcke <mka@chromium.org> --- arch/arm/boot/dts/qcom-apq8064.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)