diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-10-05 09:17:28 +0200 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-10-13 09:21:54 +0200 |
commit | 333bf2e65a9ce3725ee0a35b408bc64de44ea2cb (patch) | |
tree | 9972a2bc6c68df56c36f4cf14c59385ef38d9ffb /arch/arm/boot/dts/sun9i-a80-cubieboard4.dts | |
parent | ARM: dts: sun9i: Change node names to remove underscores (diff) | |
download | linux-333bf2e65a9ce3725ee0a35b408bc64de44ea2cb.tar.xz linux-333bf2e65a9ce3725ee0a35b408bc64de44ea2cb.zip |
ARM: dts: sun9i: Change node names to remove underscores
Some boards have had node names with underscores. Remove them in favour of
hyphens in order to reduce the DTC warnings.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/sun9i-a80-cubieboard4.dts')
-rw-r--r-- | arch/arm/boot/dts/sun9i-a80-cubieboard4.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun9i-a80-cubieboard4.dts b/arch/arm/boot/dts/sun9i-a80-cubieboard4.dts index cb337e08adab..4024639aa005 100644 --- a/arch/arm/boot/dts/sun9i-a80-cubieboard4.dts +++ b/arch/arm/boot/dts/sun9i-a80-cubieboard4.dts @@ -74,7 +74,7 @@ }; }; - wifi_pwrseq: wifi_pwrseq { + wifi_pwrseq: wifi-pwrseq { compatible = "mmc-pwrseq-simple"; clocks = <&ac100_rtc 1>; clock-names = "ext_clock"; |