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 | |
parent | 00a7088f9a035f8cbe6a0e6a6b7d24ef133db63d (diff) | |
download | op-kernel-dev-333bf2e65a9ce3725ee0a35b408bc64de44ea2cb.zip op-kernel-dev-333bf2e65a9ce3725ee0a35b408bc64de44ea2cb.tar.gz |
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>
-rw-r--r-- | arch/arm/boot/dts/sun9i-a80-cubieboard4.dts | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/sun9i-a80-optimus.dts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/sun9i-a80-cubieboard4.dts b/arch/arm/boot/dts/sun9i-a80-cubieboard4.dts index cb337e0..4024639 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"; diff --git a/arch/arm/boot/dts/sun9i-a80-optimus.dts b/arch/arm/boot/dts/sun9i-a80-optimus.dts index ba62e81..a9b807b 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"; |