ARM: dts: sun9i: Rename pinctrl nodes to avoid warnings

Our pinctrl node names were containing unit-adresses without a reg
property, resulting in a warning. Change the names for our new convention.

Acked-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
This commit is contained in:
Maxime Ripard 2017-10-05 12:49:50 +02:00
parent 1848f3f444
commit d177864f47
3 changed files with 8 additions and 8 deletions

View File

@ -413,6 +413,6 @@ ac100_rtc: rtc {
&uart0 { &uart0 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&uart0_pins_a>; pinctrl-0 = <&uart0_ph_pins>;
status = "okay"; status = "okay";
}; };

View File

@ -458,7 +458,7 @@ ac100_rtc: rtc {
&uart0 { &uart0 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&uart0_pins_a>; pinctrl-0 = <&uart0_ph_pins>;
status = "okay"; status = "okay";
}; };

View File

@ -489,12 +489,12 @@ pio: pinctrl@6000800 {
#size-cells = <0>; #size-cells = <0>;
#gpio-cells = <3>; #gpio-cells = <3>;
i2c3_pins_a: i2c3@0 { i2c3_pins: i2c3-pins {
pins = "PG10", "PG11"; pins = "PG10", "PG11";
function = "i2c3"; function = "i2c3";
}; };
mmc0_pins: mmc0 { mmc0_pins: mmc0-pins {
pins = "PF0", "PF1" ,"PF2", "PF3", pins = "PF0", "PF1" ,"PF2", "PF3",
"PF4", "PF5"; "PF4", "PF5";
function = "mmc0"; function = "mmc0";
@ -502,7 +502,7 @@ mmc0_pins: mmc0 {
bias-pull-up; bias-pull-up;
}; };
mmc1_pins: mmc1 { mmc1_pins: mmc1-pins {
pins = "PG0", "PG1" ,"PG2", "PG3", pins = "PG0", "PG1" ,"PG2", "PG3",
"PG4", "PG5"; "PG4", "PG5";
function = "mmc1"; function = "mmc1";
@ -510,7 +510,7 @@ mmc1_pins: mmc1 {
bias-pull-up; bias-pull-up;
}; };
mmc2_8bit_pins: mmc2_8bit { mmc2_8bit_pins: mmc2-8bit-pins {
pins = "PC6", "PC7", "PC8", "PC9", pins = "PC6", "PC7", "PC8", "PC9",
"PC10", "PC11", "PC12", "PC10", "PC11", "PC12",
"PC13", "PC14", "PC15", "PC13", "PC14", "PC15",
@ -520,12 +520,12 @@ mmc2_8bit_pins: mmc2_8bit {
bias-pull-up; bias-pull-up;
}; };
uart0_pins_a: uart0@0 { uart0_ph_pins: uart0-ph-pins {
pins = "PH12", "PH13"; pins = "PH12", "PH13";
function = "uart0"; function = "uart0";
}; };
uart4_pins_a: uart4@0 { uart4_pins: uart4-pins {
pins = "PG12", "PG13", "PG14", "PG15"; pins = "PG12", "PG13", "PG14", "PG15";
function = "uart4"; function = "uart4";
}; };