* [PATCH] dts: arm: amlogic: fix pwm node for c3
@ 2025-07-17 8:59 Xianwei Zhao via B4 Relay
2025-07-17 9:21 ` Martin Blumenstingl
0 siblings, 1 reply; 3+ messages in thread
From: Xianwei Zhao via B4 Relay @ 2025-07-17 8:59 UTC (permalink / raw)
To: Neil Armstrong, Kevin Hilman, Jerome Brunet, Martin Blumenstingl,
Rob Herring, Krzysztof Kozlowski, Conor Dooley, Chuan Liu
Cc: linux-arm-kernel, linux-amlogic, devicetree, linux-kernel,
Xianwei Zhao
From: Xianwei Zhao <xianwei.zhao@amlogic.com>
Fix reg address for c3 pwm node.
Fixes: 431a5281e701 ("arm64: dts: amlogic: Add Amlogic C3 PWM")
Signed-off-by: Xianwei Zhao <xianwei.zhao@amlogic.com>
---
Fix c3 pwm node reg.
---
arch/arm64/boot/dts/amlogic/amlogic-c3.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/amlogic/amlogic-c3.dtsi b/arch/arm64/boot/dts/amlogic/amlogic-c3.dtsi
index cb9ea3ca6ee0..71b2b3b547f7 100644
--- a/arch/arm64/boot/dts/amlogic/amlogic-c3.dtsi
+++ b/arch/arm64/boot/dts/amlogic/amlogic-c3.dtsi
@@ -792,7 +792,7 @@ spicc1: spi@52000 {
pwm_mn: pwm@54000 {
compatible = "amlogic,c3-pwm",
"amlogic,meson-s4-pwm";
- reg = <0x0 54000 0x0 0x24>;
+ reg = <0x0 0x54000 0x0 0x24>;
clocks = <&clkc_periphs CLKID_PWM_M>,
<&clkc_periphs CLKID_PWM_N>;
#pwm-cells = <3>;
---
base-commit: 58abdca0eb653c1a2e755ba9ba406ee475d87636
change-id: 20250717-fix-pwm-node-61ef27ba9605
Best regards,
--
Xianwei Zhao <xianwei.zhao@amlogic.com>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] dts: arm: amlogic: fix pwm node for c3
2025-07-17 8:59 [PATCH] dts: arm: amlogic: fix pwm node for c3 Xianwei Zhao via B4 Relay
@ 2025-07-17 9:21 ` Martin Blumenstingl
2025-07-17 9:24 ` Xianwei Zhao
0 siblings, 1 reply; 3+ messages in thread
From: Martin Blumenstingl @ 2025-07-17 9:21 UTC (permalink / raw)
To: xianwei.zhao
Cc: Neil Armstrong, Kevin Hilman, Jerome Brunet, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Chuan Liu, linux-arm-kernel,
linux-amlogic, devicetree, linux-kernel
Hello,
On Thu, Jul 17, 2025 at 10:59 AM Xianwei Zhao via B4 Relay
<devnull+xianwei.zhao.amlogic.com@kernel.org> wrote:
>
> From: Xianwei Zhao <xianwei.zhao@amlogic.com>
>
> Fix reg address for c3 pwm node.
>
> Fixes: 431a5281e701 ("arm64: dts: amlogic: Add Amlogic C3 PWM")
Commit 431a5281e701 is "arm64: dts: amlogic: C3: Add clk-measure
controller node"
I think the correct commit hash is be90cd4bd422
The actual change itself is fine for me
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] dts: arm: amlogic: fix pwm node for c3
2025-07-17 9:21 ` Martin Blumenstingl
@ 2025-07-17 9:24 ` Xianwei Zhao
0 siblings, 0 replies; 3+ messages in thread
From: Xianwei Zhao @ 2025-07-17 9:24 UTC (permalink / raw)
To: Martin Blumenstingl
Cc: Neil Armstrong, Kevin Hilman, Jerome Brunet, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Chuan Liu, linux-arm-kernel,
linux-amlogic, devicetree, linux-kernel
On 2025/7/17 17:21, Martin Blumenstingl wrote:
> [ EXTERNAL EMAIL ]
>
> Hello,
>
> On Thu, Jul 17, 2025 at 10:59 AM Xianwei Zhao via B4 Relay
> <devnull+xianwei.zhao.amlogic.com@kernel.org> wrote:
>>
>> From: Xianwei Zhao <xianwei.zhao@amlogic.com>
>>
>> Fix reg address for c3 pwm node.
>>
>> Fixes: 431a5281e701 ("arm64: dts: amlogic: Add Amlogic C3 PWM")
> Commit 431a5281e701 is "arm64: dts: amlogic: C3: Add clk-measure
> controller node"
> I think the correct commit hash is be90cd4bd422
>
Yes. will fix it.
> The actual change itself is fine for me
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-07-17 9:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-17 8:59 [PATCH] dts: arm: amlogic: fix pwm node for c3 Xianwei Zhao via B4 Relay
2025-07-17 9:21 ` Martin Blumenstingl
2025-07-17 9:24 ` Xianwei Zhao
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).