Re: [PATCH 2/3] dt-bindings: clock: amlogic: t7: Add missing mpll3 parent clock

From: Jian Hu

Date: Tue Mar 10 2026 - 02:52:07 EST



On 3/6/2026 4:12 PM, Krzysztof Kozlowski wrote:
[ EXTERNAL EMAIL ]

On Thu, Mar 05, 2026 at 03:43:26PM +0800, Jian Hu wrote:
The mpll3 clock is a valid parent clock for sd_emmc and mipi_isp on
the Amlogic T7 SoC, but was missing from t7-peripherals-clkc.yaml.
Add it to enable proper clock parent configuration for these peripherals.

Signed-off-by: Jian Hu <jian.hu@xxxxxxxxxxx>
---
.../bindings/clock/amlogic,t7-peripherals-clkc.yaml | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/clock/amlogic,t7-peripherals-clkc.yaml b/Documentation/devicetree/bindings/clock/amlogic,t7-peripherals-clkc.yaml
index 55bb73707d58..27cc1f331587 100644
--- a/Documentation/devicetree/bindings/clock/amlogic,t7-peripherals-clkc.yaml
+++ b/Documentation/devicetree/bindings/clock/amlogic,t7-peripherals-clkc.yaml
@@ -24,7 +24,7 @@ properties:
const: 1

clocks:
- minItems: 14
+ minItems: 15
items:
- description: input oscillator
- description: input sys clk
@@ -40,12 +40,13 @@ properties:
- description: input gp1 pll
- description: input mpll1
- description: input mpll2
+ - description: input mpll3
Nah, ABI break. You add it to the end of the list or provide arguments
on ABI impact.

The third patch in this series enables the DT for the Amlogic T7 clock controller.

The clock controller node for amlogic,t7-peripherals-clkc has not been merged upstream yet.
This change modifies the clock index order, but it will not break any existing device tree since the
amlogic,t7-peripherals-clkc bindings are not used by any upstream or downstream DT at this time.

Therefore, it does NOT break the ABI.

The last clock entry is an external pad input for RTC and it is optional.
For logical consistency, it is better to place the required mpll3 entry before the optional entry.

If this change does not break the ABI, could I keep it in its original logical order right after mpll2?
Best regards,
Krzysztof