diff options
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2022-06-25 21:19:22 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-06-27 00:57:16 +0200 |
commit | 9d06e5a7735508d793c3a125f9f7d623671e29e4 (patch) | |
tree | e00c8b8ffb8f0727ae5483c184eb1cbea086fe90 /target/linux/lantiq | |
parent | f1cd14448221d6114c6c150a8e78fa360bbb47dd (diff) | |
download | upstream-9d06e5a7735508d793c3a125f9f7d623671e29e4.tar.gz upstream-9d06e5a7735508d793c3a125f9f7d623671e29e4.tar.bz2 upstream-9d06e5a7735508d793c3a125f9f7d623671e29e4.zip |
lantiq: dts: td-w8980: Remove duplicate PCI properties
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>
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r-- | target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_tplink_tdw8980.dts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_tplink_tdw8980.dts b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_tplink_tdw8980.dts index f4a7b8d3c9..1b8d2c6a0f 100644 --- a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_tplink_tdw8980.dts +++ b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_tplink_tdw8980.dts @@ -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>; }; |