diff options
| author | Genevieve Chan <genevieve.chan@altera.com> | 2026-09-04 11:28:49 +0800 |
|---|---|---|
| committer | Rob Herring (Arm) <robh@kernel.org> | 2026-09-04 18:22:51 -0500 |
| commit | 6b91b2fdc32a8cefdff9319d6713a12e0ac991fd (patch) | |
| tree | 2efbc3aa9a26db66ffc852af724716515288d765 | |
| parent | 30144bb6e8c88432e0c2fb958276bad935403d6d (diff) | |
| download | linux-next-6b91b2fdc32a8cefdff9319d6713a12e0ac991fd.tar.gz linux-next-6b91b2fdc32a8cefdff9319d6713a12e0ac991fd.zip | |
dt-bindings: clock: agilex: mark mpu_l2ram_clk deprecated
Preliminary documentation referred to mpu_l2ram_clk, but that clock is
now mpu_ccu_clk and is already represented by AGILEX_MPU_CCU_CLK.
Keep AGILEX_MPU_L2RAM_CLK as a legacy ABI-preserved ID (do not use in
new DTs).
Signed-off-by: Genevieve Chan <genevieve.chan@altera.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Link: https://patch.msgid.link/20260904032849.10554-1-genevieve.chan@altera.com
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
| -rw-r--r-- | include/dt-bindings/clock/agilex-clock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/agilex-clock.h b/include/dt-bindings/clock/agilex-clock.h index 06feca07e08e..6206a45e007c 100644 --- a/include/dt-bindings/clock/agilex-clock.h +++ b/include/dt-bindings/clock/agilex-clock.h @@ -44,6 +44,7 @@ /* Gate clocks */ #define AGILEX_MPU_CLK 30 +/* Legacy ABI ID; do not use in new DTs, use AGILEX_MPU_CCU_CLK */ #define AGILEX_MPU_L2RAM_CLK 31 #define AGILEX_MPU_PERIPH_CLK 32 #define AGILEX_L4_MAIN_CLK 33 |
