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