From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-sc.amlogic.com (unknown [64.106.246.77]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4319F3594A; Thu, 5 Mar 2026 07:48:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=64.106.246.77 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772696930; cv=none; b=iabOke3wNTiN3uaxSAwH6QLBFDUMmxNO0MM3E3ig0EePc8I+55O3sK/37xxdpfn4oSUmxMU5JEquwSak0o0Aqd/2RE/21ELJC51yomks2ZE2ZtN6lf9vT/tCtB6RfOik4UoKAU1fSeMvcNhCpX9/UNmODtsG8p8Wo43dgSrgluc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772696930; c=relaxed/simple; bh=nfp50h/2NcEk1CRTmoFnuNRMeqtyi/4s20+1umIUi1Y=; h=From:To:CC:Subject:Date:Message-ID:MIME-Version:Content-Type; b=gr5UkM1IxuAGGVY3Hd7evcWBiuKx9eofad/wG8/2Cg8a0FWIeSIfb8XNHeLHpS4gSIw5kxeLwstX+6d9XYLls6+STv+9zTnQG1BLR1/OzzoglAXSz/uVplPeXMFCW4smtAq/Gs91e0FC0iw7jlkJ9MZnCpXE+Gughi/+x80FZp0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=amlogic.com; spf=pass smtp.mailfrom=amlogic.com; arc=none smtp.client-ip=64.106.246.77 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=amlogic.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=amlogic.com 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:45 -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 0/3] Add the missing mpll3 clock and clock controller nodes Date: Thu, 5 Mar 2026 15:43:24 +0800 Message-ID: <20260305074328.639993-1-jian.hu@amlogic.com> X-Mailer: git-send-email 2.47.1 Precedence: bulk X-Mailing-List: linux-clk@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-ClientProxiedBy: mailsh.amlogic.com (10.18.11.5) To mailsc.amlogic.com (10.8.11.35) - Fix a typo for gp1 pll - Add the missing mpll3 parent clock definition to t7-peripherals-clkc.yaml - Add Amlogic T7 SoC clock controller nodes I have discussed with Ronald and agreed that I will first submit the T7 clock DTS, and then he can proceed with his work. Thanks to Ronald for pointing out the gp1 pll typo. Jian Hu (3): dt-bindings: clock: amlogic: Fix a typo dt-bindings: clock: amlogic: t7: Add missing mpll3 parent clock arm64: dts: amlogic: t7: Add clock controller nodes .../clock/amlogic,t7-peripherals-clkc.yaml | 8 +- .../bindings/clock/amlogic,t7-pll-clkc.yaml | 2 +- arch/arm64/boot/dts/amlogic/amlogic-t7.dtsi | 125 ++++++++++++++++++ 3 files changed, 132 insertions(+), 3 deletions(-) -- 2.47.1