Hi Zev,
On Sat, Mar 2, 2024 at 4:19 PM Zev Weiss <zev@xxxxxxxxxxxxxxxxx> wrote:
On Mon, Feb 26, 2024 at 04:56:06PM PST, baneric926@xxxxxxxxx wrote:
>From: Ban Feng <kcfeng0@xxxxxxxxxxx>
>
>NCT7363Y is an I2C based hardware monitoring chip from Nuvoton.
>
>Signed-off-by: Ban Feng <kcfeng0@xxxxxxxxxxx>
>---
>+
>+static const struct of_device_id nct7363_of_match[] = {
>+ { .compatible = "nuvoton,nct7363" },
As far as I can see from the code in this driver, it looks like this
driver should also be compatible with the nct7362; shall we add the ID
table entry for it now? (Though I only have a datasheet for the
nct7362, not the nct7363, so I don't know exactly how they differ.)
As far as I know, the difference between these two ICs is 0x2A~0x2C
Fading LED for 7362, and 0x2A Watchdog Timer for 7363.
In my v1 patch, I indeed add the nct7362 to the ID table, however,
this makes it more complicated and our datasheet isn't public yet.
I think maybe supporting more chips will be done in the future, but not now.