[PATCH 00/10] soc: amlogic: clk-measure: Add support for more SoCs
Chuan Liu via B4 Relay
devnull+chuan.liu.amlogic.com at kernel.org
Fri Sep 11 01:28:27 PDT 2026
This patch series adds clk-measure support for the Amlogic A5, A4, S7,
S7D, S6 and A9 SoCs, listed in the order of their release.
The clock names for the clk-measure channels are kept consistent with
those used by the clock driver as much as possible, making it easier to
identify the relationship between the clk-measure channels and the
corresponding clocks in the clock driver.
This patchset also includes an additional patch to optimize memory usage:
- soc: amlogic: clk-measure: Optimize CLK_MSR_ID to reduce memory usage
To avoid requiring everyone to spend additional effort on a separate
patchset, I have included it in this series. Please feel free to point
out if this is not appropriate for this series.
Signed-off-by: Chuan Liu <chuan.liu at amlogic.com>
---
Chuan Liu (10):
dt-bindings: soc: amlogic: Add compatible to support more SoCs
soc: amlogic: clk-measure: Support more measurement channels
soc: amlogic: clk-measure: Add support for more SoCs
soc: amlogic: clk-measure: Optimize CLK_MSR_ID to reduce memory usage
arm64: dts: amlogic: a5: Add clk-measure controller node
arm64: dts: amlogic: a4: Add clk-measure controller node
arm64: dts: amlogic: s7: Add clk-measure controller node
arm64: dts: amlogic: s7d: Add clk-measure controller node
arm64: dts: amlogic: s6: Add clk-measure controller node
arm64: dts: amlogic: a9: Add clk-measure controller node
.../soc/amlogic/amlogic,meson-gx-clk-measure.yaml | 6 +
arch/arm64/boot/dts/amlogic/amlogic-a4.dtsi | 5 +
arch/arm64/boot/dts/amlogic/amlogic-a5.dtsi | 5 +
arch/arm64/boot/dts/amlogic/amlogic-a9.dtsi | 5 +
arch/arm64/boot/dts/amlogic/amlogic-s6.dtsi | 5 +
arch/arm64/boot/dts/amlogic/amlogic-s7.dtsi | 5 +
arch/arm64/boot/dts/amlogic/amlogic-s7d.dtsi | 5 +
drivers/soc/amlogic/meson-clk-measure.c | 901 ++++++++++++++++++++-
8 files changed, 935 insertions(+), 2 deletions(-)
---
base-commit: 87e20720aaadf9540c1596b05b93073a99d02258
change-id: 20260710-more-socs-to-support-clk_measure-c826f8ab9e68
Best regards,
--
Chuan Liu <chuan.liu at amlogic.com>
More information about the linux-amlogic
mailing list