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 5B5FAE9906B for ; Fri, 10 Apr 2026 10:04:01 +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=05suUoDV/eqVfZ6nbZiO8HM7wRagEdZWg0v7ZUCvxMg=; b=z25NRPxXHe67lmSWDHxqxsBPr9 TZJHfQQuX6EnoVb/KfEuoDPNam5saaiQM9lY1egVS6KGAmDwrsXfa820iz5PZ2ufSPMROK47Yne8T BeLiscm2pc4E7sarougCYaCisjb0r51Ll3Qp3X6pG1I1I3ZrVkmF3Eqrchruc1a9qKtiUYpp71D1N PQlBWii2iKNEaaBPMVpccHjaFZmeEBbmOL8owq5/WCxF2dKjbD5ufDk7dIQmOuWVF8CLWj2rtnR0t xX9IJLLvgRg1njfB7/d8BJ1IkcPteJ14LRT94AYSH8WlFQ6tFtnWMU0yT/6sNbFbj/NE+FcRharBN owA1SziQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1wB8iU-0000000ByHc-0o6V; Fri, 10 Apr 2026 10:03:58 +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 1wB8iR-0000000ByEy-3i5n; Fri, 10 Apr 2026 10:03:56 +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; Fri, 10 Apr 2026 03:02:52 -0700 From: Jian Hu To: Neil Armstrong , Jerome Brunet , Kevin Hilman , "Michael Turquette" , Martin Blumenstingl , robh+dt , "Rob Herring" , Krzysztof Kozlowski CC: Jian Hu , devicetree , linux-amlogic , linux-kernel , linux-arm-kernel Subject: [PATCH 4/4] arm64: dts: amlogic: t7: Add clk measure support Date: Fri, 10 Apr 2026 18:03:29 +0800 Message-ID: <20260410100329.3167482-5-jian.hu@amlogic.com> X-Mailer: git-send-email 2.47.1 In-Reply-To: <20260410100329.3167482-1-jian.hu@amlogic.com> References: <20260410100329.3167482-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-20260410_030355_925532_E644631E X-CRM114-Status: UNSURE ( 8.58 ) 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 Add the clock measure device to the T7 SoC family. Signed-off-by: Jian Hu --- arch/arm64/boot/dts/amlogic/amlogic-t7.dtsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm64/boot/dts/amlogic/amlogic-t7.dtsi b/arch/arm64/boot/dts/amlogic/amlogic-t7.dtsi index 7fe72c94ed62..cec2ea74850d 100644 --- a/arch/arm64/boot/dts/amlogic/amlogic-t7.dtsi +++ b/arch/arm64/boot/dts/amlogic/amlogic-t7.dtsi @@ -701,6 +701,11 @@ pwm_ao_cd: pwm@60000 { status = "disabled"; }; + clock-measurer@48000 { + compatible = "amlogic,t7-clk-measure"; + reg = <0x0 0x48000 0x0 0x1c>; + }; + sd_emmc_a: mmc@88000 { compatible = "amlogic,t7-mmc", "amlogic,meson-axg-mmc"; reg = <0x0 0x88000 0x0 0x800>; -- 2.47.1