
9 Oct
2023
9 Oct
'23
12:14 p.m.
On 9/27/23 12:05, Michal Simek wrote:
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
Till now I didn't heard back that different style should be used that's why also sending this patch and separately from other similar change recently sent.
arch/arm/dts/zynqmp-zcu100-revC.dts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/arch/arm/dts/zynqmp-zcu100-revC.dts b/arch/arm/dts/zynqmp-zcu100-revC.dts index a84cd86694e2..44d1b24677d1 100644 --- a/arch/arm/dts/zynqmp-zcu100-revC.dts +++ b/arch/arm/dts/zynqmp-zcu100-revC.dts @@ -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
@@ -131,13 +132,13 @@ 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>;
Applied. M