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.
+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