2
0
forked from Ivasoft/openwrt

ipq806x: remove scm firmware clocks

At the moment as a workaround definition for scm firmware in DT is used as if it is
apq8064 board. This leads to incomplete scm firmware initialization and as a result
cpuidle driver fails to configure.

By design unlike other qcom boards ipq do not use clocks to connect to scm.

Considering this we're removing from DT and scm driver clocks for ipq boards.

As a result cpuidle does not produce errors about failed configuration anymore.

Signed-off-by: Pavel Kubelun <be.dissent@gmail.com>
This commit is contained in:
Pavel Kubelun
2017-03-19 04:24:45 +03:00
committed by John Crispin
parent 312b9dcd65
commit 0d89650db1
2 changed files with 167 additions and 4 deletions

View File

@@ -206,10 +206,7 @@
firmware {
scm {
compatible = "qcom,scm-apq8064";
clocks = <&rpmcc RPM_DAYTONA_FABRIC_CLK>;
clock-names = "core";
compatible = "qcom,scm-ipq806x";
};
};