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 D57C03815E3; Fri, 10 Apr 2026 10:03:52 +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=1775815433; cv=none; b=DVWMUJa2kjbay7PDfi1tCJIlFU4//0SFf30YdNvg+MlXvVa+uBtbDROYlAdNyOFfDABZi5BOvM+4F9psGdgAhoqFP+z0mpDaxelrDToiDmCBMef8+K5AYbdYVpFBqQ1e+Ba30MdUpW6rtKkqN+DwZEt4i7ffoqdl1nCpWPWgxuc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775815433; c=relaxed/simple; bh=9uXgIGv8IU/YQd4VyPr+t+/xhDaINbw1L72leIE4mIw=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=YvG+58J/aIVLDeJc9iMyyI8ya08eos7MkDWLpGa8Ul6Ps5MJSc6z9Q9U1IMbuy8MvIpp2hiBUoUC4l4OFLmr3WBJMClYlA+XjUosx469xRnmhD7folXhCRD0G5PVUoSnO2kUsGzShtgUYPE4r4zP0Rk9mJW0p38DbKoGTtjrLtM= 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:48 -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 3/4] arm64: dts: meson: a1: Add clk measure support Date: Fri, 10 Apr 2026 18:03:28 +0800 Message-ID: <20260410100329.3167482-4-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 A1 SoC family. Signed-off-by: Jian Hu --- arch/arm64/boot/dts/amlogic/meson-a1.dtsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm64/boot/dts/amlogic/meson-a1.dtsi b/arch/arm64/boot/dts/amlogic/meson-a1.dtsi index 348411411f3d..6f6a6145cba1 100644 --- a/arch/arm64/boot/dts/amlogic/meson-a1.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-a1.dtsi @@ -576,6 +576,11 @@ saradc: adc@2c00 { status = "disabled"; }; + clock-measurer@3400 { + compatible = "amlogic,a1-clk-measure"; + reg = <0x0 0x3400 0x0 0x1c>; + }; + i2c1: i2c@5c00 { compatible = "amlogic,meson-axg-i2c"; status = "disabled"; -- 2.47.1