Re: [PATCH v3 1/2] dt-bindings: hwmon: isl68137: Add compatible strings for RAA228942 and RAA228943

From: Dawei Liu

Date: Tue Mar 24 2026 - 01:09:26 EST


> Please wrap commit message according to Linux coding style / submission process (neither too early nor over the limit):

I will fix the commit message wrapping in v4 to comply with the Linux
coding style guidelines (max 75 characters per line for commit message
body).

> Anyway, same feedback as last time. I responded to your answer but you
> did not give me chance anymore and sent v3.

I apologize for that. I should have waited for your feedback before
sending v3.

You are right about the fallback compatible approach. While the hardware
differs in some aspects, at the hwmon PMBus interface level currently
supported by this driver they are indeed compatible with RAA228244.

The binding change would be:
- items:
- enum:
- renesas,raa228942
- renesas,raa228943
- const: renesas,raa228244

And the driver only adds I2C device IDs without dedicated OF match
entries, relying on the fallback compatible for devicetree matching.

I will send v4 updated patch series shortly.

Thank you for your patience and detailed feedback.

Best regards,
Dawei