Re: [PATCH 2/2] hwmon: emc2305: Add device tree support for polarity and pwm output
From: Guenter Roeck
Date: Mon Feb 10 2025 - 11:16:21 EST
On 2/9/25 23:31, florin.leotescu@xxxxxxxxxxx wrote:
From: Florin Leotescu <florin.leotescu@xxxxxxx>
The patch enhances emc2305 driver by adding support for configuring
pwm output and polarity via Device Tree properties.
Signed-off-by: Florin Leotescu <florin.leotescu@xxxxxxx>
You can not just add support for devictree attributes to a driver
without documenting it in a devicetree .yaml file and getting it approved
by devicetree maintainers.
Guenter