diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-10-05 10:17:28 +0300 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-10-13 10:21:54 +0300 |
commit | 333bf2e65a9ce3725ee0a35b408bc64de44ea2cb (patch) | |
tree | 9972a2bc6c68df56c36f4cf14c59385ef38d9ffb /arch/arm/boot/dts/sun9i-a80-optimus.dts | |
parent | 00a7088f9a035f8cbe6a0e6a6b7d24ef133db63d (diff) | |
download | linux-333bf2e65a9ce3725ee0a35b408bc64de44ea2cb.tar.xz |
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-optimus.dts')
-rw-r--r-- | arch/arm/boot/dts/sun9i-a80-optimus.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun9i-a80-optimus.dts b/arch/arm/boot/dts/sun9i-a80-optimus.dts index ba62e814f4b8..a9b807be99a0 100644 --- a/arch/arm/boot/dts/sun9i-a80-optimus.dts +++ b/arch/arm/boot/dts/sun9i-a80-optimus.dts @@ -98,7 +98,7 @@ gpio = <&pio 7 5 GPIO_ACTIVE_HIGH>; /* PH5 */ }; - wifi_pwrseq: wifi_pwrseq { + wifi_pwrseq: wifi-pwrseq { compatible = "mmc-pwrseq-simple"; clocks = <&ac100_rtc 1>; clock-names = "ext_clock"; |