Author: nbd Date: 2015-01-03 19:30:57 +0100 (Sat, 03 Jan 2015) New Revision: 43815
Modified: trunk/target/linux/ramips/dts/MT7621.dts trunk/target/linux/ramips/dts/mt7621.dtsi Log: ramips: on mt7621 only enable xhci for the eval board (still needs patch cleanup to take effect) Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/target/linux/ramips/dts/MT7621.dts =================================================================== --- trunk/target/linux/ramips/dts/MT7621.dts 2015-01-02 21:53:45 UTC (rev 43814) +++ trunk/target/linux/ramips/dts/MT7621.dts 2015-01-03 18:30:57 UTC (rev 43815) @@ -17,4 +17,8 @@ sdhci@10130000 { status = "okay"; }; + + xhci@1E1C0000 { + status = "okay"; + }; }; Modified: trunk/target/linux/ramips/dts/mt7621.dtsi =================================================================== --- trunk/target/linux/ramips/dts/mt7621.dtsi 2015-01-02 21:53:45 UTC (rev 43814) +++ trunk/target/linux/ramips/dts/mt7621.dtsi 2015-01-03 18:30:57 UTC (rev 43815) @@ -201,6 +201,8 @@ }; xhci@1E1C0000 { + status = "disabled"; + compatible = "xhci-platform"; reg = <0x1E1C0000 4000>; _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
