mirror of https://github.com/hak5/openwrt.git
lantiq: use external pci clock on ARV7506PW11
Fixes a ralink wireless driver related kernel crash as soon as a lot of data is tranfered via wireless. Signed-off-by: Mathias Kresin <dev@kresin.me>lede-17.01
parent
112cf52d45
commit
3db1a5c8fa
|
@ -83,6 +83,7 @@
|
||||||
|
|
||||||
pci@E105400 {
|
pci@E105400 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
lantiq,external-clock;
|
||||||
gpio-reset = <&gpio 21 GPIO_ACTIVE_HIGH>;
|
gpio-reset = <&gpio 21 GPIO_ACTIVE_HIGH>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue