diff options
author | Sungbo Eo <mans0n@gorani.run> | 2020-04-18 22:47:34 +0900 |
---|---|---|
committer | Chuanhong Guo <gch981213@gmail.com> | 2020-04-19 13:47:23 +0800 |
commit | 45e2b7763f2a846bf1a40f5fa79b4cfe4678557a (patch) | |
tree | b60e9ec13bb988c9a67c717ca633266ef0ee7c06 /target | |
parent | a2cf87a7b1fa1566e2f8f6e2916b098339c19f71 (diff) | |
download | upstream-45e2b7763f2a846bf1a40f5fa79b4cfe4678557a.tar.gz upstream-45e2b7763f2a846bf1a40f5fa79b4cfe4678557a.tar.bz2 upstream-45e2b7763f2a846bf1a40f5fa79b4cfe4678557a.zip |
ramips: replace pinctrl property names for ipTIME A1004ns
The pinctrl driver had been replaced with the upstream one in b756ea2a909a
("ramips: replace pinctrl property names"), but the initial A1004ns support
patch did not reflect the changes. This commit updates its pinctrl property
names.
Fixes: 9169482f640c ("ramips: add support for ipTIME A1004ns")
Signed-off-by: Sungbo Eo <mans0n@gorani.run>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/dts/mt7620a_iptime_a1004ns.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/mt7620a_iptime_a1004ns.dts b/target/linux/ramips/dts/mt7620a_iptime_a1004ns.dts index 02b674963b..e1e9050406 100644 --- a/target/linux/ramips/dts/mt7620a_iptime_a1004ns.dts +++ b/target/linux/ramips/dts/mt7620a_iptime_a1004ns.dts @@ -53,8 +53,8 @@ &state_default { gpio { - ralink,group = "i2c", "uartf", "spi refclk"; - ralink,function = "gpio"; + groups = "i2c", "uartf", "spi refclk"; + function = "gpio"; }; }; |