]> Git Repo - linux.git/commitdiff
arm: dts: arm: versatile-ab: Fix duplicate clock node name
authorRob Herring (Arm) <[email protected]>
Tue, 30 Jul 2024 21:00:30 +0000 (15:00 -0600)
committerLinus Torvalds <[email protected]>
Sun, 4 Aug 2024 15:24:15 +0000 (08:24 -0700)
Commit 04f08ef291d4 ("arm/arm64: dts: arm: Use generic clock and
regulator nodenames") renamed nodes and created 2 "clock-24000000" nodes
(at different paths).

The kernel can't handle these duplicate names even though they are at
different paths.  Fix this by renaming one of the nodes to "clock-pclk".

This name is aligned with other Arm boards (those didn't have a known
frequency to use in the node name).

Fixes: 04f08ef291d4 ("arm/arm64: dts: arm: Use generic clock and regulator nodenames")
Reported-by: Guenter Roeck <[email protected]>
Signed-off-by: Rob Herring (Arm) <[email protected]>
Tested-by: Guenter Roeck <[email protected]>
Reviewed-by: Linus Walleij <[email protected]>
Tested-by: Linus Walleij <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/arm/boot/dts/arm/versatile-ab.dts

index 6fe6b49f5d8ecfe1266a36130864697c909f5c81..635ab92688999aa9f1dff02ba59860104d349b5f 100644 (file)
                        clocks = <&xtal24mhz>;
                };
 
-               pclk: clock-24000000 {
+               pclk: clock-pclk {
                        #clock-cells = <0>;
                        compatible = "fixed-factor-clock";
                        clock-div = <1>;
This page took 0.061238 seconds and 4 git commands to generate.