diff options
author | Andrey Jr. Melnikov <temnota.am@gmail.com> | 2018-06-27 20:32:23 +0300 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-06-28 18:39:57 +0200 |
commit | 19c7e950af8edbc3f26114266b6007851e381b5b (patch) | |
tree | b7dfa370c408e1821c609b3e082bbb163c48943b /target | |
parent | b701d78105a3f233f993dddde12d16973ba88972 (diff) | |
download | upstream-19c7e950af8edbc3f26114266b6007851e381b5b.tar.gz upstream-19c7e950af8edbc3f26114266b6007851e381b5b.tar.bz2 upstream-19c7e950af8edbc3f26114266b6007851e381b5b.zip |
ramips: move mt7620n i2c_pins definition to right place
Move to i2c pins pinmux node to the pinctrl node.
Fixes: a0685deec458 ("ramips: Add i2c support for mt7620n")
Signed-off-by: Andrey Jr. Melnikov <temnota.am@gmail.com>
[fix commit message]
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/dts/mt7620n.dtsi | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/target/linux/ramips/dts/mt7620n.dtsi b/target/linux/ramips/dts/mt7620n.dtsi index 91d124ca75..78d12a2686 100644 --- a/target/linux/ramips/dts/mt7620n.dtsi +++ b/target/linux/ramips/dts/mt7620n.dtsi @@ -208,13 +208,6 @@ pinctrl-0 = <&spi_cs1>; }; - i2c_pins: i2c { - i2c { - ralink,group = "i2c"; - ralink,function = "i2c"; - }; - }; - uartlite: uartlite@c00 { compatible = "ralink,mt7620a-uart", "ralink,rt2880-uart", "ns16550a"; reg = <0xc00 0x100>; @@ -272,6 +265,13 @@ }; }; + i2c_pins: i2c { + i2c { + ralink,group = "i2c"; + ralink,function = "i2c"; + }; + }; + uartlite_pins: uartlite { uart { ralink,group = "uartlite"; |