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

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