Author: nbd Date: 2016-01-17 20:56:16 +0100 (Sun, 17 Jan 2016) New Revision: 48295
Modified: trunk/target/linux/lantiq/dts/ARV7519RW22.dts trunk/target/linux/lantiq/dts/TDW89X0.dtsi Log: 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 <[email protected]> Modified: trunk/target/linux/lantiq/dts/ARV7519RW22.dts =================================================================== --- trunk/target/linux/lantiq/dts/ARV7519RW22.dts 2016-01-17 19:56:10 UTC (rev 48294) +++ trunk/target/linux/lantiq/dts/ARV7519RW22.dts 2016-01-17 19:56:16 UTC (rev 48295) @@ -163,7 +163,6 @@ pcie@d900000 { status = "disabled"; - compatible = "lantiq,pcie-xway"; }; pci@E105400 { Modified: trunk/target/linux/lantiq/dts/TDW89X0.dtsi =================================================================== --- trunk/target/linux/lantiq/dts/TDW89X0.dtsi 2016-01-17 19:56:10 UTC (rev 48294) +++ trunk/target/linux/lantiq/dts/TDW89X0.dtsi 2016-01-17 19:56:16 UTC (rev 48295) @@ -151,10 +151,6 @@ phys = [ 00 01 ]; }; - pcie { - compatible = "lantiq,pcie-xway"; - }; - ath9k_eep { compatible = "ath9k,eeprom"; ath,eep-flash = <&ath9k_cal 0x21000>; _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
