Commit 634da330 authored by Jeffrey Hugo's avatar Jeffrey Hugo Committed by Andy Gross

arm64: dts: qcom: msm8998: correct xo clock name

The root parent clock of most msm8998 clock is the "xo" clock.  The DT node
is incorrectly named "xo_board", which prevents Linux from correctly
parsing the clock tree, resulting in most clocks being unparented and
unable to be manipulated.  The end result is that we can't turn on clocks
for peripherals like SD, so init usually fails.

Fixes: 4807c71c (arm64: dts: Add msm8998 SoC and MTP board support)
Signed-off-by: default avatarJeffrey Hugo <jhugo@codeaurora.org>
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
parent 2aaa1b21
......@@ -53,7 +53,7 @@ rmtfs {
};
clocks {
xo_board {
xo {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <19200000>;
......
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