diff options
author | Chen-Yu Tsai <wens@csie.org> | 2018-08-28 18:01:31 +0800 |
---|---|---|
committer | Chen-Yu Tsai <wens@csie.org> | 2018-09-03 10:59:37 +0800 |
commit | d91ebb95b96c8840932dc3a10c9f243712555467 (patch) | |
tree | 008a3cd9c89d97207be595d41a3579f930ec92bd /arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts | |
parent | fa59dd2ef7551ecae468d5ac2329e70226a8f1d8 (diff) | |
download | linux-rt-d91ebb95b96c8840932dc3a10c9f243712555467.tar.gz |
arm64: dts: allwinner: a64: Rename uart0_pins_a label to uart0_pb_pins
The pinmux name and label for a specific function should denote which
pingroup it is on, or if there is only one option for the function, have
not enumerating prefix/suffix at all.
The "uart0_pins_a" label is renamed to "uart0_pb_pins" to fit our
current style. The node name "uart0" is also changed to "uart0-pb-pins"
to match.
Acked-by: Maxime Ripard <maxime.ripard@bootlin.com>
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Diffstat (limited to 'arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts')
-rw-r--r-- | arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts b/arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts index 1b9b92e541d2..d3d5282b0ba8 100644 --- a/arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts +++ b/arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts @@ -241,7 +241,7 @@ /* On Exp and Euler connectors */ &uart0 { pinctrl-names = "default"; - pinctrl-0 = <&uart0_pins_a>; + pinctrl-0 = <&uart0_pb_pins>; status = "okay"; }; |