diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-17 19:56:16 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-17 19:56:16 +0000 |
commit | d64465556c480002c94ca06c3dcf6c63b1cedbfc (patch) | |
tree | 623f3302691186426cad9f0f8449feb7c5db7eef /target | |
parent | 720f599c9a82f52a5ee7f1d8e43b5564f7cb5c41 (diff) | |
download | upstream-d64465556c480002c94ca06c3dcf6c63b1cedbfc.tar.gz upstream-d64465556c480002c94ca06c3dcf6c63b1cedbfc.tar.bz2 upstream-d64465556c480002c94ca06c3dcf6c63b1cedbfc.zip |
lantiq: Remove incorrect PCIe compatible strings
Re-defining the compatible property is not required since the correct
value is inherited from vr9.dtsi.
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
SVN-Revision: 48295
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/lantiq/dts/ARV7519RW22.dts | 1 | ||||
-rw-r--r-- | target/linux/lantiq/dts/TDW89X0.dtsi | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/target/linux/lantiq/dts/ARV7519RW22.dts b/target/linux/lantiq/dts/ARV7519RW22.dts index 43d6c6e0f2..dfc7e8f257 100644 --- a/target/linux/lantiq/dts/ARV7519RW22.dts +++ b/target/linux/lantiq/dts/ARV7519RW22.dts @@ -163,7 +163,6 @@ pcie@d900000 { status = "disabled"; - compatible = "lantiq,pcie-xway"; }; pci@E105400 { diff --git a/target/linux/lantiq/dts/TDW89X0.dtsi b/target/linux/lantiq/dts/TDW89X0.dtsi index eabb98056f..b7be27e101 100644 --- a/target/linux/lantiq/dts/TDW89X0.dtsi +++ b/target/linux/lantiq/dts/TDW89X0.dtsi @@ -151,10 +151,6 @@ phys = [ 00 01 ]; }; - pcie { - compatible = "lantiq,pcie-xway"; - }; - ath9k_eep { compatible = "ath9k,eeprom"; ath,eep-flash = <&ath9k_cal 0x21000>; |