diff options
author | John Crispin <john@openwrt.org> | 2014-10-06 20:07:56 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-10-06 20:07:56 +0000 |
commit | 1e7962ceaf94c06cce2c0b106d91057e10c129ad (patch) | |
tree | c23c315a0c11ee76c0b272c91ec171b8ec43b1f7 /target | |
parent | ea9aec2fa9b8842b0400aa0c5faadd4d0618eb94 (diff) | |
download | upstream-1e7962ceaf94c06cce2c0b106d91057e10c129ad.tar.gz upstream-1e7962ceaf94c06cce2c0b106d91057e10c129ad.tar.bz2 upstream-1e7962ceaf94c06cce2c0b106d91057e10c129ad.zip |
lantiq - vgv7519: add pci-rst entry into dts
SVN-Revision: 42820
Diffstat (limited to 'target')
-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", |