mpc85xx: Drop pci aliases to avoid domain changes
[openwrt/openwrt.git] / target / linux / mpc85xx / files / arch / powerpc / boot / dts / red-15w-rev1.dts
index 40b8014a53e05700b2850774201e41036401d0c2..3b78a219208244201f62247ce5dedb99f4631c57 100644 (file)
 };
 
 /include/ "fsl/p1010si-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;
+       };
+};
+