Skip to content

Commit a63d58b

Browse files
rclaveau-techsuperna9999
authored andcommitted
arm64: dts: amlogic: t7: khadas-vim4: reorder root node
Move the xtal-clk node to restore alphabetical ordering. Signed-off-by: Ronald Claveau <linux-kernel-dev@aliel.fr> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://patch.msgid.link/20260513-add-kvim4-sysled-v2-2-3ec9779e8875@aliel.fr Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
1 parent caaf6cc commit a63d58b

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

arch/arm64/boot/dts/amlogic/amlogic-t7-a311d2-khadas-vim4.dts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,6 @@
4545
};
4646
};
4747

48-
xtal: xtal-clk {
49-
compatible = "fixed-clock";
50-
clock-frequency = <24000000>;
51-
clock-output-names = "xtal";
52-
#clock-cells = <0>;
53-
};
54-
5548
dc_in: regulator-dc-in {
5649
compatible = "regulator-fixed";
5750
regulator-name = "DC_IN";
@@ -155,6 +148,13 @@
155148
clock-frequency = <32768>;
156149
pwms = <&pwm_ab 0 30518 0>;
157150
};
151+
152+
xtal: xtal-clk {
153+
compatible = "fixed-clock";
154+
clock-frequency = <24000000>;
155+
clock-output-names = "xtal";
156+
#clock-cells = <0>;
157+
};
158158
};
159159

160160
&pwm_ab {

0 commit comments

Comments
 (0)