]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: amlogic: meson6: fix clk81 node name
authorNeil Armstrong <neil.armstrong@linaro.org>
Mon, 16 Sep 2024 08:08:30 +0000 (10:08 +0200)
committerNeil Armstrong <neil.armstrong@linaro.org>
Mon, 30 Sep 2024 07:31:34 +0000 (09:31 +0200)
Use the proper node name, fixing:
arch/arm/boot/dts/amlogic/meson6-atv1200.dtb: /: clk@0: 'anyOf' conditional failed, one must be fixed:
'reg' is a required property
'ranges' is a required property
from schema $id: http://devicetree.org/schemas/root-node.yaml#

Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Link: https://lore.kernel.org/r/20240916-topic-amlogic-arm32-upstream-bindings-fixes-v2-1-0b20ed4f0571@linaro.org
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
arch/arm/boot/dts/amlogic/meson6.dtsi

index 4716030a48d0ddf4aef87e5bee67de926b79e986..1c4ea7266f66341f2b50967d17eeb764ded7150a 100644 (file)
@@ -36,7 +36,7 @@
                ranges = <0x0 0xd0000000 0x40000>;
        };
 
-       clk81: clk@0 {
+       clk81: clk81 {
                #clock-cells = <0>;
                compatible = "fixed-clock";
                clock-frequency = <200000000>;