lantiq: dts: td-w8980: Remove duplicate PCI properties
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Sat, 25 Jun 2022 19:19:22 +0000 (21:19 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 26 Jun 2022 22:57:16 +0000 (00:57 +0200)
lantiq,bus-clock, interrupt-map-mask and interrupt-map are already
defined with these exact values in vr9.dtsi. Drop them from
vr9_tplink_tdw8980.dts to just have one place where these are
maintained.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_tplink_tdw8980.dts

index f4a7b8d3c91ebe53ba9c681e6b7d01222eb648e7..1b8d2c6a0f620baa82d68f011b1e8cf2a0eac07a 100644 (file)
@@ -24,8 +24,6 @@
 
 &pci0 {
        status = "okay";
-       lantiq,bus-clock = <33333333>;
-       interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
-       interrupt-map = <0x7000 0 0 1 &icu0 30 1>;
+
        gpio-reset = <&gpio 21 GPIO_ACTIVE_HIGH>;
 };