[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250815-add-more-socs-to-support-clk_measure-v1-7-59f04ba67457@amlogic.com>
Date: Fri, 15 Aug 2025 16:37:33 +0800
From: Chuan Liu via B4 Relay <devnull+chuan.liu.amlogic.com@...nel.org>
To: Rob Herring <robh@...nel.org>, Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>,
Neil Armstrong <neil.armstrong@...aro.org>,
Kevin Hilman <khilman@...libre.com>, Jerome Brunet <jbrunet@...libre.com>,
Martin Blumenstingl <martin.blumenstingl@...glemail.com>
Cc: devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-amlogic@...ts.infradead.org, linux-kernel@...r.kernel.org,
Chuan Liu <chuan.liu@...ogic.com>
Subject: [PATCH 07/13] ARM: dts: amlogic: Unify the compatible property for
clk-measure
From: Chuan Liu <chuan.liu@...ogic.com>
The clk-measure IPs across Amlogic SoCs have minimal differences, so
they can be managed with a unified compatible property.
Signed-off-by: Chuan Liu <chuan.liu@...ogic.com>
---
arch/arm/boot/dts/amlogic/meson8.dtsi | 2 +-
arch/arm/boot/dts/amlogic/meson8b.dtsi | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/amlogic/meson8.dtsi b/arch/arm/boot/dts/amlogic/meson8.dtsi
index 2f9ecd2eb4cf..db47e1de0b20 100644
--- a/arch/arm/boot/dts/amlogic/meson8.dtsi
+++ b/arch/arm/boot/dts/amlogic/meson8.dtsi
@@ -460,7 +460,7 @@ pwm_ef: pwm@...0 {
};
clock-measure@...8 {
- compatible = "amlogic,meson8-clk-measure";
+ compatible = "amlogic,clk-measure";
reg = <0x8758 0x1c>;
clkmsr-indices = <0>,
<1>,
diff --git a/arch/arm/boot/dts/amlogic/meson8b.dtsi b/arch/arm/boot/dts/amlogic/meson8b.dtsi
index 74fd000569a2..3b1d2d2ad7a2 100644
--- a/arch/arm/boot/dts/amlogic/meson8b.dtsi
+++ b/arch/arm/boot/dts/amlogic/meson8b.dtsi
@@ -414,7 +414,7 @@ pwm_ef: pwm@...0 {
};
clock-measure@...8 {
- compatible = "amlogic,meson8b-clk-measure";
+ compatible = "amlogic,clk-measure";
reg = <0x8758 0x1c>;
clkmsr-indices = <0>,
<1>,
--
2.42.0
Powered by blists - more mailing lists