ramips: replace pinctrl property names for ipTIME A1004ns
authorSungbo Eo <mans0n@gorani.run>
Sat, 18 Apr 2020 13:47:34 +0000 (22:47 +0900)
committerChuanhong Guo <gch981213@gmail.com>
Sun, 19 Apr 2020 05:47:23 +0000 (13:47 +0800)
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>
target/linux/ramips/dts/mt7620a_iptime_a1004ns.dts

index 02b674963bfd3d1c559e7ae9bfecb62c00622e23..e1e90504061199aa99b5e25b77d10329e5dc14d1 100644 (file)
@@ -53,8 +53,8 @@
 
 &state_default {
        gpio {
-               ralink,group = "i2c", "uartf", "spi refclk";
-               ralink,function = "gpio";
+               groups = "i2c", "uartf", "spi refclk";
+               function = "gpio";
        };
 };