diff options
author | Maxime Ripard <maxime.ripard@bootlin.com> | 2019-03-25 16:52:52 +0300 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@bootlin.com> | 2019-03-25 23:05:42 +0300 |
commit | a4dc791974e568a15f7f37131729b1a6912f4811 (patch) | |
tree | 219b2e68a006a64318eeb616b6eccf4d337825c6 /arch/arm/boot/dts/sun8i-h3-nanopi-neo-air.dts | |
parent | 75f9a058838be9880afd75c4cb14e1bf4fe34a0b (diff) | |
download | linux-a4dc791974e568a15f7f37131729b1a6912f4811.tar.xz |
ARM: dts: sun8i: h3: Refactor the pinctrl node names
The H3 and H5 have never been converted to the new convention we want to
have for the pinctrl nodes.
Convert them.
Acked-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Diffstat (limited to 'arch/arm/boot/dts/sun8i-h3-nanopi-neo-air.dts')
-rw-r--r-- | arch/arm/boot/dts/sun8i-h3-nanopi-neo-air.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun8i-h3-nanopi-neo-air.dts b/arch/arm/boot/dts/sun8i-h3-nanopi-neo-air.dts index 6246d3eff39d..07867a0d569b 100644 --- a/arch/arm/boot/dts/sun8i-h3-nanopi-neo-air.dts +++ b/arch/arm/boot/dts/sun8i-h3-nanopi-neo-air.dts @@ -105,7 +105,7 @@ &uart0 { pinctrl-names = "default"; - pinctrl-0 = <&uart0_pins_a>; + pinctrl-0 = <&uart0_pa_pins>; status = "okay"; }; |