summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/WT1520.dtsi
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2016-02-08 08:26:27 +0000
committerJohn Crispin <john@openwrt.org>2016-02-08 08:26:27 +0000
commit6801c4e33ed5790fd849ea77b9f505e2a6912c41 (patch)
tree5a277001e62ddaffebb148661dacc17dee28cfbf /target/linux/ramips/dts/WT1520.dtsi
parent7f672e66f8da2e51b72138697a6d055814df3ef5 (diff)
downloadmaster-31e0f0ae-6801c4e33ed5790fd849ea77b9f505e2a6912c41.tar.gz
master-31e0f0ae-6801c4e33ed5790fd849ea77b9f505e2a6912c41.tar.bz2
master-31e0f0ae-6801c4e33ed5790fd849ea77b9f505e2a6912c41.zip
ramips: HLK-RM04 - Enable GPIO14 for WPS button
The top half of UARTF on the HLK-RM04 is used for GPIO. mode 1 mode 2 RIN GPIO14 DSR_N GPIO13 DCD_N GPIO12 DTR_N GPIO11 RXD GPIO10 CTS_N GPIO09 TXD GPIO08 RTS_N GPIO07 This patch applies 3'b101 mode to UARTF: GPIO14 GPIO13 GPIO12 GPIO11 RXD CTS_N TXD RTS_N Because the base rt5350.dtsi file forces 3'b000 mode, remove the pin setting from this file and apply it directly to the files that inherit from it (WIZFI630A.dts and WT1520.dtsi). This change makes the rt5350.dtsi file consistent with the mt7620a.dtsi file. Signed-off-by: John Clark <inindev@gmail.com> SVN-Revision: 48665
Diffstat (limited to 'target/linux/ramips/dts/WT1520.dtsi')
-rw-r--r--target/linux/ramips/dts/WT1520.dtsi2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/WT1520.dtsi b/target/linux/ramips/dts/WT1520.dtsi
index b8c4e0a17d..13ff268a8b 100644
--- a/target/linux/ramips/dts/WT1520.dtsi
+++ b/target/linux/ramips/dts/WT1520.dtsi
@@ -15,6 +15,8 @@
palmbus@10000000 {
uart@500 {
+ pinctrl-names = "default";
+ pinctrl-0 = <&uartf_pins>;
status = "okay";
};
};