[PATCH 3/7] dt-bindings: clk: meson: Add Amlogic T7 fix pll support

From: Ronald Claveau

Date: Wed Feb 18 2026 - 05:33:22 EST


Add PLL for the clock controller of the Amlogic T7 SoC family.

Signed-off-by: Ronald Claveau <linux-kernel-dev@xxxxxxxx>
---
.../devicetree/bindings/clock/amlogic,t7-pll-clkc.yaml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/clock/amlogic,t7-pll-clkc.yaml b/Documentation/devicetree/bindings/clock/amlogic,t7-pll-clkc.yaml
index 49c61f65deff..6a1598e6c359 100644
--- a/Documentation/devicetree/bindings/clock/amlogic,t7-pll-clkc.yaml
+++ b/Documentation/devicetree/bindings/clock/amlogic,t7-pll-clkc.yaml
@@ -23,6 +23,7 @@ properties:
- amlogic,t7-mpll
- amlogic,t7-hdmi-pll
- amlogic,t7-mclk-pll
+ - amlogic,t7-fpll

reg:
maxItems: 1
@@ -42,6 +43,7 @@ properties:
- const: in0
- const: in1
- const: in2
+ - const: xtal
minItems: 1

required:
@@ -72,11 +74,12 @@ allOf:
contains:
enum:
- amlogic,t7-gp0-pll
- - amlogic,t7-gp1--pll
+ - amlogic,t7-gp1-pll
- amlogic,t7-hifi-pll
- amlogic,t7-pcie-pll
- amlogic,t7-mpll
- amlogic,t7-hdmi-pll
+ - amlogic,t7-fpll

then:
properties:
--
2.49.0