Commit 818046eb authored by Andy Gross's avatar Andy Gross

arm64: dts: qcom: msm8998: Fixup clock to use xo_board

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: 634da330 (arm64: dts: qcom: msm8998: correct xo clock name)
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
Reviewed-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Reviewed-by: default avatarStephen Boyd <sboyd@kernel.org>
Reviewed-by: default avatarJeffrey Hugo <jhugo@codeaurora.org>
parent bb2203d5
......@@ -54,10 +54,11 @@ rmtfs {
};
clocks {
xo: xo {
xo: xo-board {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <19200000>;
clock-output-names = "xo_board";
};
sleep_clk {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment