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>
This commit is contained in:
Ansuel Smith 2019-12-05 01:12:55 +01:00 committed by Petr Štetiar
parent 71b1062230
commit 2336c2dbb1

View File

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