diff mbox series

[v2] arm: dts: qcom: msm8998: Fixup clock to use xo_board

Message ID 1544209088-25602-1-git-send-email-andy.gross@linaro.org (mailing list archive)
State New, archived
Headers show
Series [v2] arm: dts: qcom: msm8998: Fixup clock to use xo_board | expand

Commit Message

Andy Gross Dec. 7, 2018, 6:58 p.m. UTC
This patch sets the msm8998 xo clock name back to xo_board.  Recent
clock tree changes fixed the clock tree and the change to the xo name
is causing issues where msm8998 boards do not boot properly.  Let's
change it back and leave the xo label on it.

Fixes: 634da3307b08 (arm64: dts: qcom: msm8998: correct xo clock name)
Signed-off-by: Andy Gross <andy.gross@linaro.org>
---
 arch/arm64/boot/dts/qcom/msm8998.dtsi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Jeffrey Hugo Dec. 7, 2018, 7:23 p.m. UTC | #1
On 12/7/2018 11:58 AM, Andy Gross wrote:
> This patch sets the msm8998 xo clock name back to xo_board.  Recent
> clock tree changes fixed the clock tree and the change to the xo name
> is causing issues where msm8998 boards do not boot properly.  Let's
> change it back and leave the xo label on it.
> 
> Fixes: 634da3307b08 (arm64: dts: qcom: msm8998: correct xo clock name)
> Signed-off-by: Andy Gross <andy.gross@linaro.org>

Looks good to me.  Seems fine according to a quick test.  Feel free to 
put on a reviewed-by, acked, or whatever tag you'd like to have from me.
Stephen Boyd Dec. 7, 2018, 7:47 p.m. UTC | #2
Quoting Andy Gross (2018-12-07 10:58:08)
> This patch sets the msm8998 xo clock name back to xo_board.  Recent
> clock tree changes fixed the clock tree and the change to the xo name
> is causing issues where msm8998 boards do not boot properly.  Let's
> change it back and leave the xo label on it.
> 
> Fixes: 634da3307b08 (arm64: dts: qcom: msm8998: correct xo clock name)
> Signed-off-by: Andy Gross <andy.gross@linaro.org>
> ---

Reviewed-by: Stephen Boyd <sboyd@kernel.org>
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/qcom/msm8998.dtsi b/arch/arm64/boot/dts/qcom/msm8998.dtsi
index 49f0fee..8d41b69 100644
--- a/arch/arm64/boot/dts/qcom/msm8998.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8998.dtsi
@@ -54,10 +54,11 @@ 
 	};
 
 	clocks {
-		xo: xo {
+		xo: xo-board {
 			compatible = "fixed-clock";
 			#clock-cells = <0>;
 			clock-frequency = <19200000>;
+			clock-output-names = "xo_board";
 		};
 
 		sleep_clk {