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: 4807c71cc6 (arm64: dts: Add msm8998 SoC and MTP board support)
Signed-off-by: Jeffrey Hugo <jhugo@codeaurora.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
This commit is contained in:
Jeffrey Hugo 2018-11-15 10:18:08 -07:00 committed by Andy Gross
parent 2aaa1b2161
commit 634da3307b

View File

@ -53,7 +53,7 @@ rmtfs {
};
clocks {
xo_board {
xo {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <19200000>;