diff options
author | John Crispin <blogic@openwrt.org> | 2014-10-06 20:07:56 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-10-06 20:07:56 +0000 |
commit | 626dbb940e2bcafb3e335e1c4a0c1f5d7d848e1b (patch) | |
tree | 522639071f6b71079d677cf8da0ad3f94390a4a0 /target/linux/lantiq/dts | |
parent | bd72aeacf39eae6f8167d0d601a44bb2a0b6219a (diff) | |
download | master-187ad058-626dbb940e2bcafb3e335e1c4a0c1f5d7d848e1b.tar.gz master-187ad058-626dbb940e2bcafb3e335e1c4a0c1f5d7d848e1b.tar.bz2 master-187ad058-626dbb940e2bcafb3e335e1c4a0c1f5d7d848e1b.zip |
lantiq - vgv7519: add pci-rst entry into dts
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42820 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/dts')
-rw-r--r-- | target/linux/lantiq/dts/VGV7519.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/lantiq/dts/VGV7519.dtsi b/target/linux/lantiq/dts/VGV7519.dtsi index 83adda9e82..50ee7a321c 100644 --- a/target/linux/lantiq/dts/VGV7519.dtsi +++ b/target/linux/lantiq/dts/VGV7519.dtsi @@ -55,6 +55,12 @@ lantiq,pull = <0>; lantiq,output = <1>; }; + pci-rst { + lantiq,pins = "io21"; + lantiq,open-drain = <0>; + lantiq,pull = <0>; + lantiq,output = <1>; + }; conf_out { lantiq,pins = "io4", "io5", "io6", /* stp */ "io21", |