diff options
author | Mathias Kresin <dev@kresin.me> | 2016-05-26 23:08:21 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-05-27 15:50:16 +0200 |
commit | 1deab53d88cf4f69efbffeb4716a100d42b0aace (patch) | |
tree | 1d800d1502bb5160053860545f319e621e6cf480 /target/linux/lantiq/dts | |
parent | 79d92bb7ac559fca47b5476722a69dcbc3c3dbf1 (diff) | |
download | upstream-1deab53d88cf4f69efbffeb4716a100d42b0aace.tar.gz upstream-1deab53d88cf4f69efbffeb4716a100d42b0aace.tar.bz2 upstream-1deab53d88cf4f69efbffeb4716a100d42b0aace.zip |
lantiq: VGV7519 - add second usb port
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/lantiq/dts')
-rw-r--r-- | target/linux/lantiq/dts/VGV7519.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/lantiq/dts/VGV7519.dtsi b/target/linux/lantiq/dts/VGV7519.dtsi index 595452b9d4..7891ab1534 100644 --- a/target/linux/lantiq/dts/VGV7519.dtsi +++ b/target/linux/lantiq/dts/VGV7519.dtsi @@ -97,6 +97,11 @@ lantiq,portmask = <0x3>; }; + ifxhcd@E106000 { + status = "okay"; + gpios = <&gpio 32 0>; + }; + pci@E105400 { status = "okay"; lantiq,bus-clock = <33333333>; |