MIPS: mscc: jaguar2: rename pinctrl nodes

The pinctrl device tree binding will be converted to YAML format. Rename
the pin nodes so they end with "-pins" to match the schema.

Signed-off-by: Michael Walle <michael@walle.cc>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
This commit is contained in:
Michael Walle 2022-04-20 21:50:16 +02:00 committed by Thomas Bogendoerfer
parent d9a683f57b
commit 3949aaa608
3 changed files with 13 additions and 13 deletions

View File

@ -180,27 +180,27 @@
pins = "GPIO_49"; pins = "GPIO_49";
function = "si"; function = "si";
}; };
i2cmux_pins_i: i2cmux-pins-i { i2cmux_pins_i: i2cmux-pins {
pins = "GPIO_17", "GPIO_18", "GPIO_20", "GPIO_21"; pins = "GPIO_17", "GPIO_18", "GPIO_20", "GPIO_21";
function = "twi_scl_m"; function = "twi_scl_m";
output-low; output-low;
}; };
i2cmux_0: i2cmux-0 { i2cmux_0: i2cmux-0-pins {
pins = "GPIO_17"; pins = "GPIO_17";
function = "twi_scl_m"; function = "twi_scl_m";
output-high; output-high;
}; };
i2cmux_1: i2cmux-1 { i2cmux_1: i2cmux-1-pins {
pins = "GPIO_18"; pins = "GPIO_18";
function = "twi_scl_m"; function = "twi_scl_m";
output-high; output-high;
}; };
i2cmux_2: i2cmux-2 { i2cmux_2: i2cmux-2-pins {
pins = "GPIO_20"; pins = "GPIO_20";
function = "twi_scl_m"; function = "twi_scl_m";
output-high; output-high;
}; };
i2cmux_3: i2cmux-3 { i2cmux_3: i2cmux-3-pins {
pins = "GPIO_21"; pins = "GPIO_21";
function = "twi_scl_m"; function = "twi_scl_m";
output-high; output-high;

View File

@ -79,27 +79,27 @@
}; };
&gpio { &gpio {
i2cmux_pins_i: i2cmux-pins-i { i2cmux_pins_i: i2cmux-pins {
pins = "GPIO_17", "GPIO_18"; pins = "GPIO_17", "GPIO_18";
function = "twi_scl_m"; function = "twi_scl_m";
output-low; output-low;
}; };
i2cmux_0: i2cmux-0 { i2cmux_0: i2cmux-0-pins {
pins = "GPIO_17"; pins = "GPIO_17";
function = "twi_scl_m"; function = "twi_scl_m";
output-high; output-high;
}; };
i2cmux_1: i2cmux-1 { i2cmux_1: i2cmux-1-pins {
pins = "GPIO_18"; pins = "GPIO_18";
function = "twi_scl_m"; function = "twi_scl_m";
output-high; output-high;
}; };
i2cmux_2: i2cmux-2 { i2cmux_2: i2cmux-2-pins {
pins = "GPIO_20"; pins = "GPIO_20";
function = "twi_scl_m"; function = "twi_scl_m";
output-high; output-high;
}; };
i2cmux_3: i2cmux-3 { i2cmux_3: i2cmux-3-pins {
pins = "GPIO_21"; pins = "GPIO_21";
function = "twi_scl_m"; function = "twi_scl_m";
output-high; output-high;

View File

@ -39,17 +39,17 @@
}; };
&gpio { &gpio {
i2cmux_pins_i: i2cmux-pins-i { i2cmux_pins_i: i2cmux-pins {
pins = "GPIO_17", "GPIO_16"; pins = "GPIO_17", "GPIO_16";
function = "twi_scl_m"; function = "twi_scl_m";
output-low; output-low;
}; };
i2cmux_0: i2cmux-0 { i2cmux_0: i2cmux-0-pins {
pins = "GPIO_17"; pins = "GPIO_17";
function = "twi_scl_m"; function = "twi_scl_m";
output-high; output-high;
}; };
i2cmux_1: i2cmux-1 { i2cmux_1: i2cmux-1-pins {
pins = "GPIO_16"; pins = "GPIO_16";
function = "twi_scl_m"; function = "twi_scl_m";
output-high; output-high;