diff options
author | Mathias Kresin <dev@kresin.me> | 2017-11-18 22:05:16 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-11-22 08:21:53 +0100 |
commit | aa82141d9be0bbac5bf7c8b82fe1b1581e679587 (patch) | |
tree | e557ddd1d44b883fe280e3be78c2a3b6dddb5fa8 /target/linux/ramips/dts/HC5X61.dtsi | |
parent | b69ceb0c3d705143511fdc32cb92aedda29c7db3 (diff) | |
download | upstream-aa82141d9be0bbac5bf7c8b82fe1b1581e679587.tar.gz upstream-aa82141d9be0bbac5bf7c8b82fe1b1581e679587.tar.bz2 upstream-aa82141d9be0bbac5bf7c8b82fe1b1581e679587.zip |
ramips: use pinmux nodes from dtsi
Use the pinmux nodes from the included dtsi file instead of adding
duplicate nodes.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ramips/dts/HC5X61.dtsi')
-rw-r--r-- | target/linux/ramips/dts/HC5X61.dtsi | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/target/linux/ramips/dts/HC5X61.dtsi b/target/linux/ramips/dts/HC5X61.dtsi index 1a5927dfd4..f0b59ecf11 100644 --- a/target/linux/ramips/dts/HC5X61.dtsi +++ b/target/linux/ramips/dts/HC5X61.dtsi @@ -122,6 +122,8 @@ &wmac { ralink,mtd-eeprom = <&factory 0>; + pinctrl-names = "default"; + pinctrl-0 = <&pa_pins>; }; &pcie { @@ -134,10 +136,5 @@ ralink,group = "uartf", "wled", "nd_sd"; ralink,function = "gpio"; }; - - pa { - ralink,group = "pa"; - ralink,function = "pa"; - }; }; }; |