summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/sun5i-a10s-auxtek-t003.dts
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@bootlin.com>2018-11-08 11:20:15 +0100
committerMaxime Ripard <maxime.ripard@bootlin.com>2018-11-28 14:27:11 +0100
commitbc0160655ec32e0b8e46aa29aa5da1430431b3f7 (patch)
tree4034ea36984369d088c7b2a20547d77684f2c23c /arch/arm/boot/dts/sun5i-a10s-auxtek-t003.dts
parent335d7fcb1d69a5fae9f199b2e9eb3047f1a4dba7 (diff)
ARM: dts: sun5i: 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/sun5i-a10s-auxtek-t003.dts')
-rw-r--r--arch/arm/boot/dts/sun5i-a10s-auxtek-t003.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun5i-a10s-auxtek-t003.dts b/arch/arm/boot/dts/sun5i-a10s-auxtek-t003.dts
index 30c8e7b5fabc..f5c50b66290a 100644
--- a/arch/arm/boot/dts/sun5i-a10s-auxtek-t003.dts
+++ b/arch/arm/boot/dts/sun5i-a10s-auxtek-t003.dts
@@ -106,7 +106,7 @@
};
&pio {
- led_pins_t003: led_pins@0 {
+ led_pins_t003: led-pin {
pins = "PB2";
function = "gpio_out";
drive-strength = <20>;