Re: [PATCH] hwmon: (emc2305) update of_emc2305_match_table

From: Guenter Roeck

Date: Thu May 21 2026 - 14:47:07 EST


On 5/21/26 11:03, Alexander A. Klimov wrote:
Latter was added with only emc2305, in contrast to emc2305_ids
which also listed emc2301, emc2302 and emc2303.
So these three devices couldn't be probed based on device tree contents
until now. I fixed this.

Fixes: 882bd6de1a5b ("hwmon: emc2305: Add OF support")
Signed-off-by: Alexander A. Klimov <grandmaster@xxxxxxxxxxxx>

NACK.

The devicetree files should specify microchip,emc2305 as compatible,
as documented in
Documentation/devicetree/bindings/hwmon/microchip,emc2305.yaml.

Upstream devicetree files do that. If downstream devicetree files don't,
they are at fault and will need to be fixed.

Guenter