diff options
author | Mathias Kresin <dev@kresin.me> | 2017-11-18 10:51:07 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-11-22 08:21:52 +0100 |
commit | b69ceb0c3d705143511fdc32cb92aedda29c7db3 (patch) | |
tree | 569b35367c16c1ce00acaa7acb2d470f600cce3c /target/linux/ramips/dts/mt7620a.dtsi | |
parent | e142173e8dc5ddd923761581bcc877a786f3c2ff (diff) | |
download | upstream-b69ceb0c3d705143511fdc32cb92aedda29c7db3.tar.gz upstream-b69ceb0c3d705143511fdc32cb92aedda29c7db3.tar.bz2 upstream-b69ceb0c3d705143511fdc32cb92aedda29c7db3.zip |
ramips: add missing pinmuxes to SoC dtsi
Add pinmuxes defined by some board which are including the dtsi files
to the dtsi files itself. Allows to reduce duplication.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ramips/dts/mt7620a.dtsi')
-rw-r--r-- | target/linux/ramips/dts/mt7620a.dtsi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/mt7620a.dtsi b/target/linux/ramips/dts/mt7620a.dtsi index 96966b4647..882cf88104 100644 --- a/target/linux/ramips/dts/mt7620a.dtsi +++ b/target/linux/ramips/dts/mt7620a.dtsi @@ -365,6 +365,13 @@ }; }; + mdio_refclk_pins: mdio_refclk { + mdio_refclk { + ralink,group = "mdio"; + ralink,function = "refclk"; + }; + }; + ephy_pins: ephy { ephy { ralink,group = "ephy"; @@ -399,6 +406,13 @@ ralink,function = "pcie rst"; }; }; + + pa_pins: pa { + pa { + ralink,group = "pa"; + ralink,function = "pa"; + }; + }; }; rstctrl: rstctrl { |