All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] arm64: dts: rockchip: Add pwm nodes for RK3528
@ 2025-03-18 12:00 ` Chukun Pan
  0 siblings, 0 replies; 18+ messages in thread
From: Chukun Pan @ 2025-03-18 12:00 UTC (permalink / raw)
  To: Heiko Stuebner
  Cc: Yao Zi, Rob Herring, Jonas Karlman, Chukun Pan, Conor Dooley,
	Krzysztof Kozlowski, linux-arm-kernel, linux-rockchip,
	linux-kernel, devicetree

Add pwm nodes for RK3528. Most rk3528 boards use pwm-regulator to
supply to CPU, add node to enable them. The PWM core on RK3528 is
the same as RK3328, but the driver doesn't support interrupts yet.

Note that pwm regulator needs to be initialized in U-Boot:
```
&vdd_arm {
	regulator-init-microvolt = <953000>;
};

&vdd_logic {
	regulator-init-microvolt = <900000>;
};
```

Changes in v2:
  Remove merged bindings patch
  Remove pwm pinctrl in rk3528.dtsi
  Enable pwm regulator for Radxa E20C

Chukun Pan (2):
  arm64: dts: rockchip: Add pwm nodes for RK3528
  arm64: dts: rockchip: Enable regulators for Radxa E20C

 .../boot/dts/rockchip/rk3528-radxa-e20c.dts   | 72 +++++++++++++++++
 arch/arm64/boot/dts/rockchip/rk3528.dtsi      | 80 +++++++++++++++++++
 2 files changed, 152 insertions(+)

-- 
2.25.1



^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2025-03-23 22:05 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-18 12:00 [PATCH v2 0/2] arm64: dts: rockchip: Add pwm nodes for RK3528 Chukun Pan
2025-03-18 12:00 ` Chukun Pan
2025-03-18 12:00 ` [PATCH v2 1/2] " Chukun Pan
2025-03-18 12:00   ` Chukun Pan
2025-03-19 23:26   ` Jonas Karlman
2025-03-19 23:26     ` Jonas Karlman
2025-03-19 23:47     ` Heiko Stuebner
2025-03-19 23:47       ` Heiko Stuebner
2025-03-20  7:02       ` Jonas Karlman
2025-03-20  7:02         ` Jonas Karlman
2025-03-23 22:03         ` Jonas Karlman
2025-03-23 22:03           ` Jonas Karlman
2025-03-20  3:00     ` Chukun Pan
2025-03-20  3:00       ` Chukun Pan
2025-03-18 12:00 ` [PATCH v2 2/2] arm64: dts: rockchip: Enable regulators for Radxa E20C Chukun Pan
2025-03-18 12:00   ` Chukun Pan
2025-03-23 21:17   ` Jonas Karlman
2025-03-23 21:17     ` Jonas Karlman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.