Re: [PATCH v6 0/2] iio: proximity: move LIDAR-Lite out of trivial-devices and add Garmin fallback
Jonathan Cameron <[email protected]>
| Newsgroups | dev.linux.lists.linux-kernel-mentees,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-iio,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <20260820024043.0c61b7f7@jic23-huawei> |
On Wed, 19 Aug 2026 17:55:16 -0300 Rodrigo Gobbi <[email protected]> wrote: > This series moves the LIDAR-Lite v2 binding out of trivial-devices > into a dedicated schema, documenting the power-enable, power-supply > and status-output interrupt properties that trivial-devices.yaml has > no way to express. > > It then adds the Garmin LIDAR-Lite v3 as a fallback compatible in a > separate patch, since it is pin-compatible with the v2 and already > matched by the driver, so no driver changes are needed. > --- Applied to the testing branch of iio.git. I'll rebase that on rc1 once available and then it will go out to be picked up by linux-next etc. Thanks, Jonathan > Changelog: > v6: updated Matt's email; update commit msg from patch 2; > added myself as a second maintainer as suggested; collected > Acked-by from Matt (patch 1) and Acked-by/Reviewed-by from Krzysztof; > v5: https://lore.kernel.org/all/[email protected]/ > v4: https://lore.kernel.org/all/[email protected]/ > v3: https://lore.kernel.org/all/[email protected]/ > v2: https://lore.kernel.org/all/[email protected]/ > v1: https://lore.kernel.org/all/[email protected]/ > --- > Rodrigo Gobbi (2): > dt-bindings: iio: proximity: move LIDAR-Lite v2 out of trivial-devices > dt-bindings: iio: proximity: document LIDAR-Lite v3 fallback > compatible > > .../proximity/pulsedlight,lidar-lite-v2.yaml | 71 +++++++++++++++++++ > .../devicetree/bindings/trivial-devices.yaml | 2 - > 2 files changed, 71 insertions(+), 2 deletions(-) > create mode 100644 Documentation/devicetree/bindings/iio/proximity/pulsedlight,lidar-lite-v2.yaml >