All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: qcom-apq8064: Fix DSI PHY ref clk phandle
@ 2019-04-24  0:12 Matthias Kaehlcke
  2019-04-24  1:16 ` Stephen Rothwell
  0 siblings, 1 reply; 2+ messages in thread
From: Matthias Kaehlcke @ 2019-04-24  0:12 UTC (permalink / raw)
  To: Andy Gross, David Brown, Rob Herring, Mark Rutland
  Cc: linux-arm-msm, devicetree, linux-kernel, Linux Next Mailing List,
	Stephen Rothwell, Douglas Anderson, Stephen Boyd,
	Matthias Kaehlcke

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(-)

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>;
 		};
 
 
-- 
2.21.0.593.g511ec345e18-goog

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: dts: qcom-apq8064: Fix DSI PHY ref clk phandle
  2019-04-24  0:12 [PATCH] ARM: dts: qcom-apq8064: Fix DSI PHY ref clk phandle Matthias Kaehlcke
@ 2019-04-24  1:16 ` Stephen Rothwell
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Rothwell @ 2019-04-24  1:16 UTC (permalink / raw)
  To: Matthias Kaehlcke
  Cc: Andy Gross, David Brown, Rob Herring, Mark Rutland,
	linux-arm-msm, devicetree, linux-kernel, Linux Next Mailing List,
	Douglas Anderson, Stephen Boyd

[-- Attachment #1: Type: text/plain, Size: 714 bytes --]

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).
-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-04-24  1:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-24  0:12 [PATCH] ARM: dts: qcom-apq8064: Fix DSI PHY ref clk phandle Matthias Kaehlcke
2019-04-24  1:16 ` Stephen Rothwell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.