Skip to content

Commit ff58838

Browse files
robherringtorvalds
authored andcommitted
arm: dts: arm: versatile-ab: Fix duplicate clock node name
Commit 04f08ef ("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: 04f08ef ("arm/arm64: dts: arm: Use generic clock and regulator nodenames") Reported-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Rob Herring (Arm) <robh@kernel.org> Tested-by: Guenter Roeck <linux@roeck-us.net> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Tested-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 3f3f6d6 commit ff58838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/arm/versatile-ab.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
clocks = <&xtal24mhz>;
158158
};
159159

160-
pclk: clock-24000000 {
160+
pclk: clock-pclk {
161161
#clock-cells = <0>;
162162
compatible = "fixed-factor-clock";
163163
clock-div = <1>;

0 commit comments

Comments
 (0)