diff options
author | Maxime Ripard <maxime@cerno.tech> | 2021-09-01 12:18:40 +0300 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2021-09-13 10:04:29 +0300 |
commit | f7717f2874952730df3a12da391003fc8e9e2b9c (patch) | |
tree | 2d94642ecc7457e09dd04a7347ed50ec4f2cfb34 /arch/arm/boot/dts | |
parent | 44d52206adac0cf0bc85c9a958815d653a0910e5 (diff) | |
download | linux-f7717f2874952730df3a12da391003fc8e9e2b9c.tar.xz |
ARM: dts: sunxi: Rename gpio pinctrl names
We've had a pinctrl node name convention for a while now, let's follow
it for the AXP pinctrl nodes as well.
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Link: https://lore.kernel.org/r/20210901091852.479202-41-maxime@cerno.tech
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/axp81x.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/axp81x.dtsi b/arch/arm/boot/dts/axp81x.dtsi index 63fb9811b453..b93387b0c1c3 100644 --- a/arch/arm/boot/dts/axp81x.dtsi +++ b/arch/arm/boot/dts/axp81x.dtsi @@ -63,12 +63,12 @@ gpio-controller; #gpio-cells = <2>; - gpio0_ldo: gpio0-ldo { + gpio0_ldo: gpio0-ldo-pin { pins = "GPIO0"; function = "ldo"; }; - gpio1_ldo: gpio1-ldo { + gpio1_ldo: gpio1-ldo-pin { pins = "GPIO1"; function = "ldo"; }; |