On Wed, Sep 18, 2024 at 03:09:23PM +0200, Krzysztof Kozlowski wrote: > On 18/09/2024 12:32, Chanh Nguyen wrote: > > Add device tree binding and example for adt7462 device. > > > > Signed-off-by: Chanh Nguyen <chanh@xxxxxxxxxxxxxxxxxxxxxx> > > --- > > .../bindings/hwmon/onnn,adt7462.yaml | 51 +++++++++++++++++++ > > 1 file changed, 51 insertions(+) > > Where is any user? This is supposed to be sent along driver change > implementing this compatible. Since I2C subsystem will strip the vendor prefix and match "adt7462" to the existing i2c_device_id, no driver change is needed for it to work. Though for good hygene, an of_device_id entry should be added. Rob