[PATCH 0/2] loongson2 clk: introduce ls2k1000 specific compatible
From: wjjsn
Date: Sun Mar 22 2026 - 04:04:45 EST
The "loongson,ls2k-clk" compatible is currently used for the
Loongson-2K1000 clock controller, despite being generic.
This series introduces a SoC-specific compatible
"loongson,ls2k1000-clk" to make the binding more precise and
consistent with other Loongson-2 variants.
The existing "loongson,ls2k-clk" is retained as a deprecated
fallback for backward compatibility.
Patch 1 updates the devicetree binding documentation.
Patch 2 adds driver support and updates the DTS.
wjjsn (2):
dt-bindings: clock: loongson,ls2k: add ls2k1000 compatible
clk: loongson2: add support for ls2k1000 compatible
.../devicetree/bindings/clock/loongson,ls2k-clk.yaml | 6 +++++-
arch/loongarch/boot/dts/loongson-2k1000.dtsi | 2 +-
drivers/clk/clk-loongson2.c | 1 +
3 files changed, 7 insertions(+), 2 deletions(-)
--
2.43.0