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/DUZUN-DM06.dts | |
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/DUZUN-DM06.dts')
-rw-r--r-- | target/linux/ramips/dts/DUZUN-DM06.dts | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/target/linux/ramips/dts/DUZUN-DM06.dts b/target/linux/ramips/dts/DUZUN-DM06.dts index c529b34a7a..b8261a591e 100644 --- a/target/linux/ramips/dts/DUZUN-DM06.dts +++ b/target/linux/ramips/dts/DUZUN-DM06.dts @@ -63,20 +63,6 @@ ralink,function = "gpio"; }; }; - - i2s_pins: i2s { - i2s { - ralink,group = "i2s"; - ralink,function = "i2s"; - }; - }; - - wm8960_mclk_pins: wm8960_mclk { - wm8960_mclk { - ralink,group = "refclk"; - ralink,function = "refclk"; - }; - }; }; &gpio1 { @@ -108,7 +94,7 @@ #sound-dai-cells = <0>; status = "okay"; pinctrl-names = "default"; - pinctrl-0 = <&i2s_pins>, <&wm8960_mclk_pins>; + pinctrl-0 = <&i2s_pins>, <&refclk_pins>; }; &sdhci { |