diff options
author | Maxime Ripard <maxime.ripard@bootlin.com> | 2019-03-25 14:52:52 +0100 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@bootlin.com> | 2019-03-25 21:05:42 +0100 |
commit | a4dc791974e568a15f7f37131729b1a6912f4811 (patch) | |
tree | 219b2e68a006a64318eeb616b6eccf4d337825c6 /arch/arm/boot/dts/sun8i-h3-orangepi-2.dts | |
parent | 75f9a058838be9880afd75c4cb14e1bf4fe34a0b (diff) | |
download | linux-a4dc791974e568a15f7f37131729b1a6912f4811.tar.bz2 |
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-orangepi-2.dts')
-rw-r--r-- | arch/arm/boot/dts/sun8i-h3-orangepi-2.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/sun8i-h3-orangepi-2.dts b/arch/arm/boot/dts/sun8i-h3-orangepi-2.dts index f1fc6bdca8be..e22c175bb515 100644 --- a/arch/arm/boot/dts/sun8i-h3-orangepi-2.dts +++ b/arch/arm/boot/dts/sun8i-h3-orangepi-2.dts @@ -152,7 +152,7 @@ &ir { pinctrl-names = "default"; - pinctrl-0 = <&ir_pins_a>; + pinctrl-0 = <&r_ir_rx_pin>; status = "okay"; }; @@ -210,7 +210,7 @@ &uart0 { pinctrl-names = "default"; - pinctrl-0 = <&uart0_pins_a>; + pinctrl-0 = <&uart0_pa_pins>; status = "okay"; }; |