Re: [PATCH 1/2] dt-bindings: iio: chemical: Add sharp,gp2y1010au0f
From: Jonathan Cameron
Date: Sat Apr 26 2025 - 07:10:41 EST
On Sat, 26 Apr 2025 03:21:49 +0530
surajsonawane0215@xxxxxxxxx wrote:
> From: Suraj Sonawane <surajsonawane0215@xxxxxxxxx>
>
> Add Device Tree bindings for Sharp GP2Y1010AU0F optical dust sensor.
> The sensor measures particulate matter concentration via infrared
> scattering and requires:
>
> 1. GPIO for LED pulse control (280μs pulses with 40μs delay)
> 2. ADC channel for analog output measurement
> 3. Power regulator (vdd-supply)
>
> Datasheet:
> https://global.sharp/products/device/lineup/data/pdf/datasheet/gp2y1010au_appl_e.pdf
>
> Signed-off-by: Suraj Sonawane <surajsonawane0215@xxxxxxxxx>
Hi. Quick process thing.
Even for a small series, please use a cover letter to provide:
- a short intro to the patch set
- A nice name for patchwork and threading email clients!
- Somewhere for people to give patch set wide comments / review tags.
With git that just means passing --cover-letter to git format-patch
+ filling in the resulting file.
Jonathan