]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: sun8i: a83t: Replace underscores with hyphens in pinmux node names
authorChen-Yu Tsai <wens@csie.org>
Mon, 1 May 2017 03:14:08 +0000 (11:14 +0800)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Sun, 14 May 2017 06:32:33 +0000 (08:32 +0200)
We should use hyphens and not underscores in device node names.

Replace the ones that were just added.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun8i-a83t.dtsi

index aecde8be53bc3eea1b5560b6052ee4c55f02ec14..c0a1e4f74b89c40227272cd446fbea0786b607bc 100644 (file)
                        #interrupt-cells = <3>;
                        #gpio-cells = <3>;
 
-                       mmc0_pins: mmc0_pins {
+                       mmc0_pins: mmc0-pins {
                                pins = "PF0", "PF1", "PF2",
                                       "PF3", "PF4", "PF5";
                                function = "mmc0";
                                bias-pull-up;
                        };
 
-                       uart0_pb_pins: uart0_pb_pins {
+                       uart0_pb_pins: uart0-pb-pins {
                                pins = "PB9", "PB10";
                                function = "uart0";
                        };
 
-                       uart0_pf_pins: uart0_pf_pins {
+                       uart0_pf_pins: uart0-pf-pins {
                                pins = "PF2", "PF4";
                                function = "uart0";
                        };