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 1543F3815E3; Fri, 10 Apr 2026 10:03:55 +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=1775815437; cv=none; b=eh4CkxFT6uOdSJAbZuLvJIQRf3/Gh5AW7o9f+3kl3LV1SyHSyxh8BoqYNcLCfQghLf/qprHw5zjK5alhLiW5nAzWPmB16fHw4DEAuwrdrKj+BkftIncdC1rW4YgYENWbEhxyJUDTZyoccBsB9UI66Nv8Wuj+azFbPGMza1eHwz0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775815437; c=relaxed/simple; bh=OZihmrETl/csxWn7A4CItHyQjCfEvjrSg8l5unw5n0U=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=N4qo1jAcwY+FCe2SywHl2oc9JAAAN/N5u7+h2viwk+MDjSzSsidoc63OY3rNVb7IKDIfq5vwxwAd8I/jQCPweO7pyUYxVjLZQDF5R4GeQL7zqFsC65N3mMNddHS3AaWhN34XbHCDGVVsahpFTj4ecEzmqMloDzYaDSQI9J7vgs4= 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; 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> Precedence: bulk X-Mailing-List: devicetree@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) 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