Commit ee5930c9 authored by Michael Walle's avatar Michael Walle Committed by Thomas Bogendoerfer

MIPS: mscc: ocelot: 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: default avatarMichael Walle <michael@walle.cc>
Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent 3949aaa6
...@@ -225,7 +225,7 @@ uart2_pins: uart2-pins { ...@@ -225,7 +225,7 @@ uart2_pins: uart2-pins {
function = "uart2"; function = "uart2";
}; };
miim1: miim1 { miim1_pins: miim1-pins {
pins = "GPIO_14", "GPIO_15"; pins = "GPIO_14", "GPIO_15";
function = "miim"; function = "miim";
}; };
...@@ -261,7 +261,7 @@ mdio1: mdio@10700c0 { ...@@ -261,7 +261,7 @@ mdio1: mdio@10700c0 {
reg = <0x10700c0 0x24>; reg = <0x10700c0 0x24>;
interrupts = <15>; interrupts = <15>;
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&miim1>; pinctrl-0 = <&miim1_pins>;
status = "disabled"; status = "disabled";
}; };
......
...@@ -22,12 +22,12 @@ memory@0 { ...@@ -22,12 +22,12 @@ memory@0 {
}; };
&gpio { &gpio {
phy_int_pins: phy_int_pins { phy_int_pins: phy-int-pins {
pins = "GPIO_4"; pins = "GPIO_4";
function = "gpio"; function = "gpio";
}; };
phy_load_save_pins: phy_load_save_pins { phy_load_save_pins: phy-load-save-pins {
pins = "GPIO_10"; pins = "GPIO_10";
function = "ptp2"; function = "ptp2";
}; };
...@@ -40,7 +40,7 @@ &mdio0 { ...@@ -40,7 +40,7 @@ &mdio0 {
&mdio1 { &mdio1 {
status = "okay"; status = "okay";
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&miim1>, <&phy_int_pins>, <&phy_load_save_pins>; pinctrl-0 = <&miim1_pins>, <&phy_int_pins>, <&phy_load_save_pins>;
phy7: ethernet-phy@0 { phy7: ethernet-phy@0 {
reg = <0>; reg = <0>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment