mirror of https://github.com/hak5/openwrt.git
ramips: replace pinctrl property names for ipTIME A1004ns
The pinctrl driver had been replaced with the upstream one inmasterb756ea2a90
("ramips: replace pinctrl property names"), but the initial A1004ns support patch did not reflect the changes. This commit updates its pinctrl property names. Fixes:9169482f64
("ramips: add support for ipTIME A1004ns") Signed-off-by: Sungbo Eo <mans0n@gorani.run>
parent
a2cf87a7b1
commit
45e2b7763f
|
@ -53,8 +53,8 @@
|
|||
|
||||
&state_default {
|
||||
gpio {
|
||||
ralink,group = "i2c", "uartf", "spi refclk";
|
||||
ralink,function = "gpio";
|
||||
groups = "i2c", "uartf", "spi refclk";
|
||||
function = "gpio";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue