mpc85xx: Drop pci aliases to avoid domain changes
[openwrt/openwrt.git] / target / linux / mpc85xx / files / arch / powerpc / boot / dts / panda.dts
index baaa4a43fd559c6ba8c1cd9e73a7527fb0d0364d..9be822f7bb8acf80f24a09b95f2909fe379e5c3c 100644 (file)
        };
 };
 /include/ "fsl/p1020si-post.dtsi"
+
+/*
+ * For the OpenWrt 22.03 release, since Linux 5.10.138 now uses
+ * aliases to determine PCI domain numbers, drop aliases so as not to
+ * change the sysfs path of our wireless netdevs.
+ */
+
+/ {
+       aliases {
+               /delete-property/ pci0;
+               /delete-property/ pci1;
+       };
+};
+