On 23/09/2024 11:38, Chanh Nguyen wrote: > The adt7462 supports monitoring and controlling up to > four PWM Fan drive outputs and eight TACH inputs measures. > The adt7462 supports reading a single on chip temperature > sensor and three remote temperature sensors. There are up > to 13 voltage monitoring inputs. > > Add device tree bindings for the adt7462 device. > > Signed-off-by: Chanh Nguyen <chanh@xxxxxxxxxxxxxxxxxxxxxx> > --- > Change in v2: > - Add onnn,adt7462 to the list of trivial devices [Guenter] > --- > Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml > index 0108d7507215..15f89d7ecf73 100644 > --- a/Documentation/devicetree/bindings/trivial-devices.yaml > +++ b/Documentation/devicetree/bindings/trivial-devices.yaml > @@ -311,6 +311,8 @@ properties: > - nuvoton,w83773g > # OKI ML86V7667 video decoder > - oki,ml86v7667 > + # ON Semiconductor ADT7462 Temperature, Voltage Monitor and Fan Controller > + - onnn,adt7462 I suggest to add the compatible to the driver, for explicit matching via OF. Best regards, Krzysztof