Skip to content

Commit

Permalink
ramips: replace pinctrl property names for ipTIME A1004ns
Browse files Browse the repository at this point in the history
The pinctrl driver had been replaced with the upstream one in b756ea2
("ramips: replace pinctrl property names"), but the initial A1004ns support
patch did not reflect the changes. This commit updates its pinctrl property
names.

Fixes: 9169482 ("ramips: add support for ipTIME A1004ns")
Signed-off-by: Sungbo Eo <mans0n@gorani.run>
  • Loading branch information
mans0n authored and 981213 committed Apr 19, 2020
1 parent a2cf87a commit 45e2b77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions target/linux/ramips/dts/mt7620a_iptime_a1004ns.dts
Expand Up @@ -53,8 +53,8 @@

&state_default {
gpio {
ralink,group = "i2c", "uartf", "spi refclk";
ralink,function = "gpio";
groups = "i2c", "uartf", "spi refclk";
function = "gpio";
};
};

Expand Down

0 comments on commit 45e2b77

Please sign in to comment.