ipq806x: disable spc on ipq8065 soc

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>
master
Ansuel Smith 4 years ago committed by Petr Štetiar
parent 71b1062230
commit 2336c2dbb1

@ -75,4 +75,12 @@
};
};
};
cpus {
idle-states {
CPU_SPC: spc {
status = "disabled";
};
};
};
};

Loading…
Cancel
Save