diff options
author | Chen-Yu Tsai <wens@csie.org> | 2017-05-01 11:14:08 +0800 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-05-14 08:32:33 +0200 |
commit | 62628be26caae02b9320494c2fc5feb7daf7c1ee (patch) | |
tree | 8b4a4e363de19b6279d9dd9e35cbed2e8d298a02 /arch/arm/boot/dts/sun8i-a83t.dtsi | |
parent | e407e25d4f925d7be6d51fc8bc262efe7876bcf8 (diff) | |
download | talos-op-linux-62628be26caae02b9320494c2fc5feb7daf7c1ee.tar.gz talos-op-linux-62628be26caae02b9320494c2fc5feb7daf7c1ee.zip |
ARM: sun8i: a83t: Replace underscores with hyphens in pinmux node names
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>
Diffstat (limited to 'arch/arm/boot/dts/sun8i-a83t.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sun8i-a83t.dtsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/sun8i-a83t.dtsi b/arch/arm/boot/dts/sun8i-a83t.dtsi index aecde8be53bc..c0a1e4f74b89 100644 --- a/arch/arm/boot/dts/sun8i-a83t.dtsi +++ b/arch/arm/boot/dts/sun8i-a83t.dtsi @@ -174,7 +174,7 @@ #interrupt-cells = <3>; #gpio-cells = <3>; - mmc0_pins: mmc0_pins { + mmc0_pins: mmc0-pins { pins = "PF0", "PF1", "PF2", "PF3", "PF4", "PF5"; function = "mmc0"; @@ -182,12 +182,12 @@ 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"; }; |