arm64: dts: qcom: q[dr]u1000: move board clocks to qdu1000.dtsi file

The QDU1000 and QRU1000 devices define XO and clocks completely in the
board files, despite qdu1000.dtsi file referencing them directly. Follow
the example of other platforms and move clock definitions to the
qdu1000.dtsi file.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20241224-fix-board-clocks-v3-21-e9b08fbeadd3@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
Dmitry Baryshkov 2024-12-24 12:17:20 +02:00 committed by Bjorn Andersson
parent 55cc39c70d
commit a21fde626f
3 changed files with 14 additions and 28 deletions

View File

@ -22,20 +22,6 @@ chosen {
stdout-path = "serial0:115200n8";
};
clocks {
xo_board: xo-board-clk {
compatible = "fixed-clock";
clock-frequency = <19200000>;
#clock-cells = <0>;
};
sleep_clk: sleep-clk {
compatible = "fixed-clock";
clock-frequency = <32764>;
#clock-cells = <0>;
};
};
ppvar_sys: ppvar-sys-regulator {
compatible = "regulator-fixed";
regulator-name = "ppvar_sys";

View File

@ -21,6 +21,20 @@ / {
chosen: chosen { };
clocks {
xo_board: xo-board-clk {
compatible = "fixed-clock";
clock-frequency = <19200000>;
#clock-cells = <0>;
};
sleep_clk: sleep-clk {
compatible = "fixed-clock";
clock-frequency = <32764>;
#clock-cells = <0>;
};
};
cpus {
#address-cells = <2>;
#size-cells = <0>;

View File

@ -22,20 +22,6 @@ chosen {
stdout-path = "serial0:115200n8";
};
clocks {
xo_board: xo-board-clk {
compatible = "fixed-clock";
clock-frequency = <19200000>;
#clock-cells = <0>;
};
sleep_clk: sleep-clk {
compatible = "fixed-clock";
clock-frequency = <32764>;
#clock-cells = <0>;
};
};
ppvar_sys: ppvar-sys-regulator {
compatible = "regulator-fixed";
regulator-name = "ppvar_sys";