From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A2E53EEF318 for ; Thu, 5 Mar 2026 07:48:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Type: Content-Transfer-Encoding:MIME-Version:References:In-Reply-To:Message-ID:Date :Subject:CC:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=FxqRKgZ+Tmx+XjxGOmvtJ3iicRFgGavzRWzJ5HQXDfY=; b=eWr2I1SrLvY+1wiYNNwmhY01KW 9ztmtRR+tRIzFw+/LslkmM0BGZMyeoxy44wikTInlCpeWDX8D0bYNm/OQlfk3FobRo7PugE9vd4zb x44K8gfwvqdpfcxzaLUg4WGXJDe7ZkUHssbdoPRv5GTZ/j9tLapLI/CgWkcgNIjVx5H4SyO4OiNST 1ssIhuoqeRBraBPyf8WkLyq/iexj0uNtTazEgS9zGyptieClSgCEVUMfFn/iaw7c1ZxSSPqnmVXTU 8WYUlQM2p8Ve3VH11/lsJxsAVBpVFvIo4Az5AbSIKXxrtCz9cbpizpee4Nc3+cDVTxil0eFRRgPdW spikuWlw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1vy3S3-000000017HA-1xKj; Thu, 05 Mar 2026 07:48:55 +0000 Received: from [64.106.246.77] (helo=mail-sc.amlogic.com) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1vy3S0-000000017F5-3uKr; Thu, 05 Mar 2026 07:48:53 +0000 Received: from rd03-sz.software.amlogic (10.28.11.121) by mailsc.amlogic.com (10.8.11.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.2562.35; Wed, 4 Mar 2026 23:42:54 -0800 From: Jian Hu To: Jerome Brunet , Neil Armstrong , Kevin Hilman , "Martin Blumenstingl" , Stephen Boyd , Michael Turquette , robh+dt , Rob Herring , Krzysztof Kozlowski , Conor Dooley CC: Jian Hu , devicetree , linux-clk , linux-amlogic , linux-kernel , linux-arm-kernel , Ronald Claveau Subject: [PATCH 2/3] dt-bindings: clock: amlogic: t7: Add missing mpll3 parent clock Date: Thu, 5 Mar 2026 15:43:26 +0800 Message-ID: <20260305074328.639993-3-jian.hu@amlogic.com> X-Mailer: git-send-email 2.47.1 In-Reply-To: <20260305074328.639993-1-jian.hu@amlogic.com> References: <20260305074328.639993-1-jian.hu@amlogic.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Originating-IP: [10.28.11.121] X-ClientProxiedBy: mailsh.amlogic.com (10.18.11.5) To mailsc.amlogic.com (10.8.11.35) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20260304_234852_973285_96608F8F X-CRM114-Status: UNSURE ( 9.27 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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 --- .../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 - description: external input rmii oscillator (optional) - description: input video pll0 (optional) - description: external pad input for rtc (optional) clock-names: - minItems: 14 + minItems: 15 items: - const: xtal - const: sys @@ -61,6 +62,7 @@ properties: - const: gp1 - const: mpll1 - const: mpll2 + - const: mpll3 - const: ext_rmii - const: vid_pll0 - const: ext_rtc @@ -98,6 +100,7 @@ examples: <&gp1 1>, <&mpll 4>, <&mpll 6>; + <&mpll 8>; clock-names = "xtal", "sys", "fix", @@ -112,5 +115,6 @@ examples: "gp1", "mpll1", "mpll2"; + "mpll3"; }; }; -- 2.47.1