ARM: dts: sun9i: Change node names to remove underscores
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 5 Oct 2017 07:17:40 +0000 (09:17 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Fri, 13 Oct 2017 07:21:53 +0000 (09:21 +0200)
Some node names in the A80 DTSI still have underscores in them. Remove them
in favour of hyphens to remove DTC warnings.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun9i-a80.dtsi

index f9cb701f29b05f8f3929873ab2fb6430a6848c08..90eac0b2a1938aac9a3935c88dbed007678e6425 100644 (file)
                 * would also throw all the PLL clock rates off, or just the
                 * downstream clocks in the PRCM.
                 */
-               osc24M: osc24M_clk {
+               osc24M: clk-24M {
                        #clock-cells = <0>;
                        compatible = "fixed-clock";
                        clock-frequency = <24000000>;
                 * AC100 codec/RTC chip. This serves as a placeholder for
                 * board dts files to specify the source.
                 */
-               osc32k: osc32k_clk {
+               osc32k: clk-32k {
                        #clock-cells = <0>;
                        compatible = "fixed-factor-clock";
                        clock-div = <1>;
                        clock-output-names = "cpus";
                };
 
-               ahbs: ahbs_clk {
+               ahbs: clk-ahbs {
                        compatible = "fixed-factor-clock";
                        #clock-cells = <0>;
                        clock-div = <1>;
                        #interrupt-cells = <3>;
                        #gpio-cells = <3>;
 
-                       r_ir_pins: r_ir {
+                       r_ir_pins: r-ir-pins {
                                pins = "PL6";
                                function = "s_cir_rx";
                        };
 
-                       r_rsb_pins: r_rsb {
+                       r_rsb_pins: r-rsb-pins {
                                pins = "PN0", "PN1";
                                function = "s_rsb";
                                drive-strength = <20>;