ipq807x: fix kernel 5.15 support for mf269 (#10354)

This commit is contained in:
1054009064 2022-11-02 12:21:00 +08:00 committed by GitHub
parent 3765b2938c
commit f118cbd66e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,12 +32,6 @@
bootargs-append = " root=/dev/ubiblock0_1"; bootargs-append = " root=/dev/ubiblock0_1";
}; };
reserved-memory {
/delete-node/ tzapp@4a400000;
/delete-node/ q6_etr_dump@50f00000;
/delete-node/ m3_dump@51000000;
};
keys { keys {
compatible = "gpio-keys"; compatible = "gpio-keys";
@ -155,7 +149,13 @@
status = "okay"; status = "okay";
}; };
&edma {
status = "okay";
};
&switch { &switch {
status = "okay";
switch_cpu_bmp = <0x1>; /* cpu port bitmap */ switch_cpu_bmp = <0x1>; /* cpu port bitmap */
switch_lan_bmp = <0x3e>; /* lan port bitmap */ switch_lan_bmp = <0x3e>; /* lan port bitmap */
switch_wan_bmp = <0x40>; /* wan port bitmap */ switch_wan_bmp = <0x40>; /* wan port bitmap */
@ -177,6 +177,7 @@
port_mac_sel = "QGMAC_PORT"; port_mac_sel = "QGMAC_PORT";
}; };
}; };
port_scheduler_resource { port_scheduler_resource {
port@0 { port@0 {
port_id = <0>; port_id = <0>;