mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-08-31 22:23:05 +00:00

The fixed clocks are not part of "simple-bus", so move them out of the bus to the top-level. In the process, use the preferred node names of "clock-<freq>". There's also little reason to have multiple fixed clocks at the same frequencies, so remove them keeping the labels to minimize the change. Signed-off-by: Rob Herring (Arm) <robh@kernel.org> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20250306-dt-amd-fixes-v1-2-011c423ba99a@kernel.org Signed-off-by: Arnd Bergmann <arnd@arndb.de>
44 lines
1.1 KiB
Plaintext
44 lines
1.1 KiB
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* DTS file for AMD Seattle Clocks
|
|
*
|
|
* Copyright (C) 2014 Advanced Micro Devices, Inc.
|
|
*/
|
|
|
|
adl3clk_100mhz: uartspiclk_100mhz: clock-100000000 {
|
|
compatible = "fixed-clock";
|
|
#clock-cells = <0>;
|
|
clock-frequency = <100000000>;
|
|
clock-output-names = "adl3clk_100mhz";
|
|
};
|
|
|
|
ccpclk_375mhz: clock-375000000 {
|
|
compatible = "fixed-clock";
|
|
#clock-cells = <0>;
|
|
clock-frequency = <375000000>;
|
|
clock-output-names = "ccpclk_375mhz";
|
|
};
|
|
|
|
sataclk_333mhz: clock-333000000 {
|
|
compatible = "fixed-clock";
|
|
#clock-cells = <0>;
|
|
clock-frequency = <333000000>;
|
|
clock-output-names = "sataclk_333mhz";
|
|
};
|
|
|
|
dmaclk_500mhz: pcieclk_500mhz: clock-500000000 {
|
|
compatible = "fixed-clock";
|
|
#clock-cells = <0>;
|
|
clock-frequency = <500000000>;
|
|
clock-output-names = "pcieclk_500mhz";
|
|
};
|
|
|
|
xgmacclk0_dma_250mhz: xgmacclk0_ptp_250mhz: xgmacclk1_dma_250mhz: xgmacclk1_ptp_250mhz:
|
|
miscclk_250mhz: clock-250000000 {
|
|
compatible = "fixed-clock";
|
|
#clock-cells = <0>;
|
|
clock-frequency = <250000000>;
|
|
clock-output-names = "miscclk_250mhz";
|
|
};
|
|
|