lantiq: dts: fix pci unit addresses
authorMathias Kresin <dev@kresin.me>
Tue, 5 Jan 2021 00:15:25 +0000 (01:15 +0100)
committerMathias Kresin <dev@kresin.me>
Mon, 12 Apr 2021 21:50:46 +0000 (23:50 +0200)
dtc has new checks for PCI unit address format errors. Fix the unit
address as suggested to fix the new warnings.

arch/mips/boot/dts/lantiq/vr9_zyxel_p-2812hnu-f3.dts: Warning (pci_device_reg): /fpi@10000000/pci@e105400/wifi@1814,3092: PCI unit address format error, expected "e,0"

Signed-off-by: Mathias Kresin <dev@kresin.me>
24 files changed:
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/ar9_avm_fritz7312.dts
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/ar9_avm_fritz7320.dts
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/ar9_bt_homehub-v3a.dts
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/ar9_netgear_dgn3500.dtsi
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/danube_arcadyan_arv7506pw11.dts
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/danube_arcadyan_arv7510pw22.dts
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/danube_arcadyan_arv7518pw.dts
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/danube_arcadyan_arv7519pw.dts
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/danube_arcadyan_arv7525pw.dts
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/danube_arcadyan_arv752dpw.dts
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/danube_arcadyan_arv752dpw22.dts
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/danube_arcadyan_arv8539pw22.dts
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/danube_bt_homehub-v2b.dts
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_arcadyan_vgv7510kw22.dtsi
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_arcadyan_vgv7519.dtsi
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_avm_fritz3370-rev2.dtsi
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_avm_fritz736x.dtsi
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_avm_fritz7412.dts
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_avm_fritz7430.dts
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_bt_homehub-v5a.dts
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_tplink_tdw89x0.dtsi
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_tplink_vr200.dtsi
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_zyxel_p-2812hnu-f1.dts
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_zyxel_p-2812hnu-f3.dts

index d368f9fa186fe5d3bc2b1ad73e6999a2936f1a4f..5ff87bd042e157a3450d18bd769288e1adc58144 100644 (file)
        req-mask = <0xf>;
        reset-gpios = <&gpio 21 GPIO_ACTIVE_HIGH>;
 
-       wifi@0,0 {
+       wifi@e,0 {
                compatible = "pci0,0";
                reg = <0x7000 0 0 0 0>;
                qca,no-eeprom; /* load from ath9k-eeprom-pci-0000:00:0e.0.bin */
index 2b34a7ae605adf716801308061adef3af20b849e..1748a854861a4ccf7ac0202d9a10d219c65a7197 100644 (file)
        req-mask = <0xf>;
        reset-gpios = <&gpio 21 GPIO_ACTIVE_LOW>;
 
-       wifi@0,0 {
+       wifi@e,0 {
                compatible = "pci0,0";
                reg = <0x7000 0 0 0 0>;
                qca,no-eeprom; /* load from ath9k-eeprom-pci-0000:00:0e.0.bin */
index 4e9502ead762947f588d24c8b62372649ec91c53..58bdc43a2e6c030ceaaa5ee7caeed6a0a52e0066 100644 (file)
 
        reset-gpios = <&gpio 21 GPIO_ACTIVE_LOW>;
 
-       wifi@7000 {
+       wifi@e,0 {
                reg = <0x7000 0 0 0 0>;
                qca,no-eeprom; /* load from ath9k-eeprom-pci-0000:00:0e.0.bin */
        };
index e59d44e9d30e40ee2aeb695b90c2d8b642dac7c1..441b190679ec8a6d48c7a6144f96228749ccb062 100644 (file)
 
        reset-gpios = <&gpio 21 GPIO_ACTIVE_LOW>;
 
-       wifi@168c,0029 {
+       wifi@e,0 {
                compatible = "pci168c,0029";
                reg = <0x7000 0 0 0 0>;
                qca,no-eeprom; /* load from ath9k-eeprom-pci-0000:00:0e.0.bin */
index f86021776d7f95d5aebab764aaf71bd8faba0617..535728aa326e0897cad8fb8b4a5ce6b5d3e3c38e 100644 (file)
        lantiq,external-clock;
        reset-gpios = <&gpio 21 GPIO_ACTIVE_LOW>;
 
-       wifi@1814,3592 {
+       wifi@e,0 {
                compatible = "pci1814,3592";
                reg = <0x7000 0 0 0 0>;
                ralink,mtd-eeprom = <&boardconfig 0x410>;
index 9fd88cce6334472b8068bc2feab0a09778840220..2613707a7e3cd47702728199ed237694e6ef3cb2 100644 (file)
        reset-gpios = <&gpio 21 GPIO_ACTIVE_LOW>;
        req-mask = <0x3>;
 
-       wifi@1814,3592 {
+       wifi@e,0 {
                compatible = "pci1814,3592";
                reg = <0x7000 0 0 0 0>;
                ralink,mtd-eeprom = <&boardconfig 0x410>;
index b4dcd7f1223c18a171b9f641b500ff57e6b56eca..69d0b98f1e8e89bb57497b89b9833c0881027f33 100644 (file)
        lantiq,external-clock;
        req-mask = <0xf>;
 
-       wifi@168c,0029 {
+       wifi@e,0 {
                compatible = "pci168c,0029";
                reg = <0x7000 0 0 0 0>;
                qca,no-eeprom; /* load from ath9k-eeprom-pci-0000:00:0e.0.bin */
index 45a42c79448d5cb2219e35da7b9538ce61509f90..52bc4df7925ae3d083203b523b33c7704c46c2ec 100644 (file)
        reset-gpios = <&gpio 21 GPIO_ACTIVE_LOW>;
        req-mask = <0xf>;
 
-       wifi@0,0 {
+       wifi@e,0 {
                compatible = "pci0,0";
                reg = <0x7000 0 0 0 0>;
                ralink,mtd-eeprom = <&boardconfig 0x410>;
index 1f1adc4738b788f3ccee5f007436f6e8b88c312f..fffbcf26fa8c7b1cbe9f3aa43721d98835b0a123 100644 (file)
 
        interrupt-map = <0x7000 0 0 1 &icu0 135 1>;
 
-       wifi@0,0 {
+       wifi@e,0 {
                compatible = "pci0,0";
                reg = <0x7000 0 0 0 0>;
                ralink,mtd-eeprom = <&boardconfig 0x410>;
index 84b78d7aed14a95f36c827254a249e2b5ff42d64..a1303ae96c27e1406aecd39007409d723d974cc9 100644 (file)
        interrupt-map = <0x7000 0 0 1 &icu0 135>;
        req-mask = <0x3>;
 
-       wifi0: wifi@1814,0601 {
+       wifi0: wifi@e,0 {
                compatible = "pci1814,0601";
                reg = <0x7000 0 0 0 0>;
                mtd-mac-address = <&boardconfig 0x16>;
index 04ca883312ea64dd98915c4dda99313d760fa954..0353bdcd8ee09a5d6409de7cd29f72cd1c2eff72 100644 (file)
        reset-gpios = <&gpio 21 GPIO_ACTIVE_LOW>;
        req-mask = <0x3>;
 
-       wifi@1814,3592 {
+       wifi@e,0 {
                compatible = "pci1814,3592";
                reg = <0x7000 0 0 0 0>;
                ralink,mtd-eeprom = <&boardconfig 0x410>;
index 3b706c23ba5ad9b202a98c29e89d18666f00710b..c32692c37c4fd38f0c43fd30a127cede9419baf9 100644 (file)
 
        reset-gpios = <&gpio 21 GPIO_ACTIVE_LOW>;
 
-       wifi@168c,0029 {
+       wifi@e,0 {
                compatible = "pci168c,0029";
                reg = <0x7000 0 0 0 0>;
                qca,no-eeprom; /* load from ath9k-eeprom-pci-0000:00:0e.0.bin */
index 34255576927c44b1cdc3512f3670257d3c4bde9f..5c805cd2d97e430d8029936e3d7e0dee3287f371 100644 (file)
 
        reset-gpios = <&gpio 21 GPIO_ACTIVE_LOW>;
 
-       wifi@168c,0027 {
+       wifi@e,0 {
                compatible = "pci168c,0027";
                reg = <0x7000 0 0 0 0>;
                qca,no-eeprom; /* load from ath9k-eeprom-pci-0000:00:0e.0.bin */
index b5099cd8abc61c7890bbe68e0dfd09cf1f2a5492..a9e8178d677ae4a961a1dfb368e695dc4bc57b6a 100644 (file)
        status = "okay";
        reset-gpios = <&gpio 21 GPIO_ACTIVE_LOW>;
 
-       wifi@1814,3592 {
+       wifi@e,0 {
                compatible = "pci1814,3592";
                reg = <0x7000 0 0 0 0>;
                ralink,mtd-eeprom = <&boardconfig 0x410>;
index e296725eebef19860cb3ebcd7f23c6a14972db75..66b020cad4f752a2b7eaac0c8a1966783947ceec 100644 (file)
        status = "okay";
        reset-gpios = <&gpio 21 GPIO_ACTIVE_LOW>;
 
-       wifi@1814,3091 {
+       wifi@e,0 {
                compatible = "pci1814,3091";
                reg = <0x7000 0 0 0 0>;
                ralink,mtd-eeprom = <&boardconfig 0x410>;
index 8cddd446da6fe4e2410e5e6130da73565d202dd5..615cd9dcbff97caf0aeddec55e66e667efb967fd 100644 (file)
 };
 
 &pcie_bridge0 {
-       wifi@0,0 {
+       wifi@0,0{
                compatible = "pci0,0";
                reg = <0 0 0 0 0>;
                qca,no-eeprom; /* load from ath9k-eeprom-pci-0000:01:00.0.bin */
index b8055bb2bb46f9ac40fcaf31bcdc10b3d3cb56ca..f4bfcf5e6c55413319c1e601c2acf8a821ca3dc9 100644 (file)
 };
 
 &pcie_bridge0 {
-       wifi@168c,002e {
+       wifi@0,0{
                compatible = "pci168c,002e";
                reg = <0 0 0 0 0>;
                qca,no-eeprom; /* load from ath9k-eeprom-pci-0000:01:00.0.bin */
index c15db8870378a95f25a6a7d7e966b6396e78b147..69ad8fef25124fa2b9965eb66748e8d3ab696221 100644 (file)
 };
 
 &pcie_bridge0 {
-       wifi@168c,002e {
+       wifi@0,0{
                compatible = "pci168c,002e";
                reg = <0 0 0 0 0>;
                qca,no-eeprom; /* load from ath9k-eeprom-pci-0000:01:00.0.bin */
index cf52b6b12c2be697afab1915eeab17990f06a050..8c43416ace1b536e8fe7b18a856e6ffd11d10dfa 100644 (file)
 };
 
 &pcie_bridge0 {
-       wifi@168c,abcd {
+       wifi@0,0{
                compatible = "pci168c,abcd";
                reg = <0 0 0 0 0>;
                qca,no-eeprom; /* load from ath9k-eeprom-pci-0000:01:00.0.bin */
index 931de01d07805b6a41d037b0e8073cc32e6e7787..c311be25949cb60be31b3546c924284d083edfca 100644 (file)
        status = "okay";
        reset-gpios = <&gpio 21 GPIO_ACTIVE_LOW>;
 
-       wifi@168c,002d {
+       wifi@e,0 {
                compatible = "pci168c,002d";
                reg = <0x7000 0 0 0 0>;
                qca,no-eeprom; /* load from ath9k-eeprom-pci-0000:00:0e.0.bin */
index a4a9816383599989fa68fcc168fd844692adf119..0af05751b56f0e4d25ed9bcc9f06edc16fa3386a 100644 (file)
 };
 
 &pcie_bridge0 {
-       ath9k: wifi@168c,002e {
+       ath9k: wifi@0,0{
                compatible = "pci168c,002e";
                reg = <0 0 0 0 0>;
                #gpio-cells = <2>;
index a8d37280a5bf8c59f69d6c68487fb0a7b19249fe..6b3a814f8d9fa21bc16298f60f92d06ed91371fe 100644 (file)
 };
 
 &pcie_bridge0 {
-       wifi@0,0 {
+       wifi@0,0{
                reg = <0 0 0 0 0>;
                mediatek,mtd-eeprom = <&radio 0x0000>;
                big-endian;
index 37149240fb540fb752454116d7300458433a695a..e7f84202d52770c572ea851379f4acb81c99a2f7 100644 (file)
@@ -56,7 +56,7 @@
 };
 
 &pci0 {
-       wifi@1814,3062 {
+       wifi@e,0 {
                compatible = "pci1814,3062";
                reg = <0x7000 0 0 0 0>;
                ralink,eeprom = "RT3062.eeprom";
index 3487d3606180ad43d07e69e6bb1be2b9ede9dbea..1810334fd4706a53b08eb33559d330dea0a3695c 100644 (file)
@@ -14,7 +14,7 @@
 };
 
 &pci0 {
-       wifi@1814,3092 {
+       wifi@e,0 {
                compatible = "pci1814,3092";
                reg = <0x7000 0 0 0 0>;
                ralink,eeprom = "RT3092.eeprom";