From 0d89650db13d02afa75cd4e5429670a647dc0ced Mon Sep 17 00:00:00 2001 From: Pavel Kubelun Date: Sun, 19 Mar 2017 04:24:45 +0300 Subject: 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 --- target/linux/ipq806x/files-4.9/arch/arm/boot/dts/qcom-ipq8064.dtsi | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'target/linux/ipq806x/files-4.9') diff --git a/target/linux/ipq806x/files-4.9/arch/arm/boot/dts/qcom-ipq8064.dtsi b/target/linux/ipq806x/files-4.9/arch/arm/boot/dts/qcom-ipq8064.dtsi index 4fc9f9f0fe..3893f45637 100644 --- a/target/linux/ipq806x/files-4.9/arch/arm/boot/dts/qcom-ipq8064.dtsi +++ b/target/linux/ipq806x/files-4.9/arch/arm/boot/dts/qcom-ipq8064.dtsi @@ -206,10 +206,7 @@ firmware { scm { - compatible = "qcom,scm-apq8064"; - - clocks = <&rpmcc RPM_DAYTONA_FABRIC_CLK>; - clock-names = "core"; + compatible = "qcom,scm-ipq806x"; }; }; -- cgit v1.2.3