Skip to content

Commit

Permalink
ARM: dts: sun9i: Change node names to remove underscores
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
mripard committed Oct 13, 2017
1 parent 00a7088 commit 333bf2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/sun9i-a80-cubieboard4.dts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
};
};

wifi_pwrseq: wifi_pwrseq {
wifi_pwrseq: wifi-pwrseq {
compatible = "mmc-pwrseq-simple";
clocks = <&ac100_rtc 1>;
clock-names = "ext_clock";
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/sun9i-a80-optimus.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 333bf2e

Please sign in to comment.