ipq806x: disable spc on ipq8065 soc
authorAnsuel Smith <ansuelsmth@gmail.com>
Thu, 5 Dec 2019 00:12:55 +0000 (01:12 +0100)
committerPetr Štetiar <ynezz@true.cz>
Thu, 19 Dec 2019 21:41:57 +0000 (22:41 +0100)
Spc is disabled in ipq8065 board as it does cause cpu lockup
(probably caused by wrong register being set)

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
target/linux/ipq806x/files-4.19/arch/arm/boot/dts/qcom-ipq8065.dtsi

index 86de2bd8be9f4a107703361a67174ffbf5a3642f..d18aea4c54f4eb525aca426954908c3d8d30e9f4 100644 (file)
                        };
                };
        };
+       
+       cpus {
+               idle-states {
+                       CPU_SPC: spc {
+                               status = "disabled";
+                       };
+               };
+       };
 };