diff options
author | John Crispin <blogic@openwrt.org> | 2012-12-15 11:01:11 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2012-12-15 11:01:11 +0000 |
commit | ab0787e58fe890b7f15d9d7b98933a4d10c6579b (patch) | |
tree | ff4587edc6e0ad52330d64ccf3122958cec3b9c2 /target | |
parent | 53ccbdf3f185df54ea22adc13655cd1c546ebee0 (diff) | |
download | upstream-ab0787e58fe890b7f15d9d7b98933a4d10c6579b.tar.gz upstream-ab0787e58fe890b7f15d9d7b98933a4d10c6579b.tar.bz2 upstream-ab0787e58fe890b7f15d9d7b98933a4d10c6579b.zip |
[lantiq] EASY80920 has 2 usb ports
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34701 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/lantiq/image/EASY80920.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/lantiq/image/EASY80920.dtsi b/target/linux/lantiq/image/EASY80920.dtsi index 660f3cfdfe..d4a922d3fb 100644 --- a/target/linux/lantiq/image/EASY80920.dtsi +++ b/target/linux/lantiq/image/EASY80920.dtsi @@ -247,7 +247,8 @@ ifxhcd@E101000 { status = "okay"; gpios = <&gpio 33 0>; - }; + lantiq,portmask = <0x3>; + }; pci@E105400 { #address-cells = <3>; |