ramips: simplify state_default/pinctrl0 in device DTS files
The node pinctrl0 is already set up in the SOC DTSI files, but defined again as member of pinctrl in most of the device DTS(I) files. This patch removes this redundancy for the entire ramips target. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
@@ -94,11 +94,9 @@
|
||||
ralink,mtd-eeprom = <&factory 0>;
|
||||
};
|
||||
|
||||
&pinctrl {
|
||||
state_default: pinctrl0 {
|
||||
default {
|
||||
ralink,group = "ephy", "wled", "pa", "i2c", "wdt", "uartf", "spi refclk";
|
||||
ralink,function = "gpio";
|
||||
};
|
||||
&state_default {
|
||||
default {
|
||||
ralink,group = "ephy", "wled", "pa", "i2c", "wdt", "uartf", "spi refclk";
|
||||
ralink,function = "gpio";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user