Re: [PATCH v4 1/3] dt-bindings: pwm: sophgo: add PWM controller for SG2042

From: Chen Wang
Date: Fri Oct 25 2024 - 03:06:02 EST



On 2024/10/25 11:28, Inochi Amaoto wrote:
On Wed, Oct 16, 2024 at 08:19:22AM +0800, Chen Wang wrote:
[......]
Does this ip need a reset? I see a RST_PWM in the reset bindings.
If so, please add reset support for the whole patch.

Yes, we need it, I will provide a fix patch quickly.

Thanks,

Chen

+required:
+ - compatible
+ - reg
+ - clocks
+ - clock-names
+
+unevaluatedProperties: false
+
+examples:
+ - |
+ pwm@7f006000 {
+ compatible = "sophgo,sg2042-pwm";
+ reg = <0x7f006000 0x1000>;
+ #pwm-cells = <2>;
+ clocks = <&clock 67>;
+ clock-names = "apb";
+ };
--
2.34.1