diff options
author | Maxime Ripard <maxime.ripard@bootlin.com> | 2018-11-20 21:42:36 +0100 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@bootlin.com> | 2018-11-28 15:14:09 +0100 |
commit | e3797192428428c7bc2d18bcad8d894e04c231a3 (patch) | |
tree | 807856d4f5e9b04948aa856c7282a401c9155453 /arch/arm/boot/dts/sun6i-a31s-primo81.dts | |
parent | 9b60a3bfd8406f3143fe30bf797b5851b7d5ff88 (diff) | |
download | lwn-e3797192428428c7bc2d18bcad8d894e04c231a3.tar.gz lwn-e3797192428428c7bc2d18bcad8d894e04c231a3.zip |
ARM: dts: sun6i: Remove underscores from nodes names
Some GPIO pinctrl nodes cannot be easily removed, because they would also
change the pin configuration, for example to add a pull resistor or change
the current delivered by the pin.
Those nodes still have underscores and unit-addresses in their node names
in our DTs, so adjust their name to remove the warnings. Use that occasion
to also fix some poorly chosen node-names.
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Acked-by: Chen-Yu Tsai <wens@csie.org>
Diffstat (limited to 'arch/arm/boot/dts/sun6i-a31s-primo81.dts')
-rw-r--r-- | arch/arm/boot/dts/sun6i-a31s-primo81.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun6i-a31s-primo81.dts b/arch/arm/boot/dts/sun6i-a31s-primo81.dts index 645d405fcfcc..ba378affd497 100644 --- a/arch/arm/boot/dts/sun6i-a31s-primo81.dts +++ b/arch/arm/boot/dts/sun6i-a31s-primo81.dts @@ -154,7 +154,7 @@ }; &pio { - mma8452_int_primo81: mma8452_int_pin@0 { + mma8452_int_primo81: mma8452-int-pin { pins = "PA9"; function = "gpio_in"; bias-pull-up; |