]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm64: xilinx: Do not use '_' in si5335 DT node names
authorMichal Simek <michal.simek@amd.com>
Wed, 27 Sep 2023 10:05:32 +0000 (12:05 +0200)
committerMichal Simek <michal.simek@amd.com>
Mon, 9 Oct 2023 10:14:41 +0000 (12:14 +0200)
Character '_' not recommended in node name. Use '-' instead.
Pretty much run sed below for node names.
s/si5335_/si5335-/

Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/ac752b1e27f02efb32608188992bb7ae50e4b1b0.1695809130.git.michal.simek@amd.com
arch/arm/dts/zynqmp-zcu100-revC.dts

index a84cd86694e28a80d552477e1c4ae491bd908493..44d1b24677d1ade485920e3cfcea74caa8f13df4 100644 (file)
@@ -2,7 +2,8 @@
 /*
  * dts file for Xilinx ZynqMP ZCU100 revC
  *
- * (C) Copyright 2016 - 2021, Xilinx, Inc.
+ * (C) Copyright 2016 - 2022, Xilinx, Inc.
+ * (C) Copyright 2022 - 2023, Advanced Micro Devices, Inc.
  *
  * Michal Simek <michal.simek@amd.com>
  * Nathalie Chan King Choy
                io-channels = <&u35 0>, <&u35 1>, <&u35 2>, <&u35 3>;
        };
 
-       si5335_0: si5335_0 { /* clk0_usb - u23 */
+       si5335_0: si5335-0 { /* clk0_usb - u23 */
                compatible = "fixed-clock";
                #clock-cells = <0>;
                clock-frequency = <26000000>;
        };
 
-       si5335_1: si5335_1 { /* clk1_dp - u23 */
+       si5335_1: si5335-1 { /* clk1_dp - u23 */
                compatible = "fixed-clock";
                #clock-cells = <0>;
                clock-frequency = <27000000>;