[PATCH 01/10] dt-bindings: soc: amlogic: Add compatible to support more SoCs

From: Chuan Liu via B4 Relay

Date: Fri Sep 11 2026 - 04:29:19 EST


From: Chuan Liu <chuan.liu@xxxxxxxxxxx>

Add clk-measure compatible for amlogic A5, A4, S7, S7D, S6 and A9 SoCs.

Although the clk-measure IP itself has little hardware difference across
SoCs, the clock inputs connected to the clk-measure block vary between
SoCs. Therefore, it is difficult to fall back to the configuration used
by previous SoCs.

Signed-off-by: Chuan Liu <chuan.liu@xxxxxxxxxxx>
---
.../bindings/soc/amlogic/amlogic,meson-gx-clk-measure.yaml | 6 ++++++
1 file changed, 6 insertions(+)

diff --git a/Documentation/devicetree/bindings/soc/amlogic/amlogic,meson-gx-clk-measure.yaml b/Documentation/devicetree/bindings/soc/amlogic/amlogic,meson-gx-clk-measure.yaml
index b1200e6940ac..125be01e3b2c 100644
--- a/Documentation/devicetree/bindings/soc/amlogic/amlogic,meson-gx-clk-measure.yaml
+++ b/Documentation/devicetree/bindings/soc/amlogic/amlogic,meson-gx-clk-measure.yaml
@@ -26,6 +26,12 @@ properties:
- amlogic,s4-clk-measure
- amlogic,a1-clk-measure
- amlogic,t7-clk-measure
+ - amlogic,a5-clk-measure
+ - amlogic,a4-clk-measure
+ - amlogic,s7-clk-measure
+ - amlogic,s7d-clk-measure
+ - amlogic,s6-clk-measure
+ - amlogic,a9-clk-measure

reg:
maxItems: 1

--
2.42.0