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/WIZFI630A.dts | |
parent | b69ceb0c3d705143511fdc32cb92aedda29c7db3 (diff) | |
download | mtk-20170518-aa82141d9be0bbac5bf7c8b82fe1b1581e679587.zip mtk-20170518-aa82141d9be0bbac5bf7c8b82fe1b1581e679587.tar.gz mtk-20170518-aa82141d9be0bbac5bf7c8b82fe1b1581e679587.tar.bz2 |
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/WIZFI630A.dts')
-rw-r--r-- | target/linux/ramips/dts/WIZFI630A.dts | 35 |
1 files changed, 1 insertions, 34 deletions
diff --git a/target/linux/ramips/dts/WIZFI630A.dts b/target/linux/ramips/dts/WIZFI630A.dts index 882086b..86ed197 100644 --- a/target/linux/ramips/dts/WIZFI630A.dts +++ b/target/linux/ramips/dts/WIZFI630A.dts @@ -118,28 +118,9 @@ }; &uart { - compatible = "ralink,mt7620a-uart", "ralink,rt2880-uart", "ns16550a"; - reg = <0x500 0x100>; - resets = <&rstctrl 12>; - reset-names = "uart"; - interrupt-parent = <&intc>; - interrupts = <5>; - reg-shift = <2>; - pinctrl-names = "default"; - pinctrl-0 = <&uartf_pins>; status = "okay"; -}; - -&uartlite { - compatible = "ralink,mt7620a-uart", "ralink,rt2880-uart", "ns16550a"; - reg = <0xc00 0x100>; - resets = <&rstctrl 19>; - reset-names = "uartl"; - interrupt-parent = <&intc>; - interrupts = <12>; - reg-shift = <2>; pinctrl-names = "default"; - pinctrl-0 = <&uartlite_pins>; + pinctrl-0 = <&uartf_pins>; }; &pinctrl { @@ -149,20 +130,6 @@ ralink,function = "gpio"; }; }; - - uartf_gpio_pins: uartf_gpio { - uartf_gpio { - ralink,group = "uartf"; - ralink,function = "uartf"; - }; - }; - - uartlite_pins: uartlite { - uart { - ralink,group = "uartlite"; - ralink,function = "uartlite"; - }; - }; }; ðernet { |