ipq806x: m520: fix startup on kernel 4.19/5.4 (thx chilauhe)

This commit is contained in:
AmadeusGhost 2020-07-12 18:02:22 +08:00
parent d687105133
commit fc4afdfaa9
2 changed files with 16 additions and 0 deletions

View File

@ -34,6 +34,14 @@
stdout-path = "serial0:115200n8";
};
cpus {
idle-states {
CPU_SPC: spc {
status = "disabled";
};
};
};
soc {
pinmux@800000 {
button_pins: button_pins {

View File

@ -32,6 +32,14 @@
bootargs = "root=/dev/mmcblk0p3 rootfstype=squashfs,ext4 rootwait noinitrd";
};
cpus {
idle-states {
CPU_SPC: spc {
status = "disabled";
};
};
};
keys {
compatible = "gpio-keys";
pinctrl-0 = <&button_pins>;