Hi Conor,
On 29.05.24 22:29, Conor Dooley wrote:
On Wed, May 29, 2024 at 12:10:30PM +0200, Farouk Bouabid wrote:
...
+ A device that outputs a PWM signal based on I2C commands.
+
+maintainers:
+ - Farouk Bouabid <farouk.bouabid@xxxxxxxxx>
+ - Quentin Schulz <quentin.schulz@xxxxxxxxx>
+
+allOf:
+ - $ref: pwm.yaml#
+
+properties:
+ compatible:
+ const: tsd,pwm-mule
+
+ reg:
+ maxItems: 1
+
+ "#pwm-cells":
+ const: 2
No clocks or supplies?
I tried to google for some documentation for this device, but only found
archives of this mail thread..
You can't find documentation for this device because we don't sell it
standalone. It is part of our boards.
This device handles its clock internally. So there is no need for clock.
As for the power-supply, it is so far
always enabled but I will add a property.
Cheers,
Farouk