Re: [PATCH 1/2] iio: light: veml3328: add devicetree binding for new sensor
From: Jonathan Cameron
Date: Sun May 17 2026 - 09:11:18 EST
On Sat, 16 May 2026 23:50:53 +0200
Joshua Crofts <joshua.crofts1@xxxxxxxxx> wrote:
> Add devicetree binding for the Vishay VEML3328 RGB/IR light sensor
> connected via I2C (SMBus compatible).
>
> Additionally, add an entry in MAINTAINERS.
>
> Signed-off-by: Joshua Crofts <joshua.crofts1@xxxxxxxxx>
This is very standard looking. Have you considered if any similar
bindings can be easily extended to cover this device?
Note that there is no direct relationship between bindings and
drivers, there are single bindings with multiple associated drivers
and multiple bindings covered by a single driver.
Also dt-bindings get used in multiple projects and some of those
will do different splits in what code covers what parts.
Jonathan