[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20240928181223.4023cdec@jic23-huawei>
Date: Sat, 28 Sep 2024 18:12:23 +0100
From: Jonathan Cameron <jic23@...nel.org>
To: Shreeya Patel <shreeya.patel@...labora.com>
Cc: lars@...afoo.de, linux-iio@...r.kernel.org,
linux-kernel@...r.kernel.org, krzk+dt@...nel.org, marex@...x.de,
conor+dt@...nel.org, kernel@...labora.com
Subject: Re: [PATCH] iio: light: ltrf216a: Document device name for
compatible
On Mon, 23 Sep 2024 18:45:27 +0530
Shreeya Patel <shreeya.patel@...labora.com> wrote:
> Compatible 'ltr,ltrf216a' is used by Valve's Steamdeck device
> via the ACPI + PRP0001 mechanism.
> Document this info alongside the compatible.
>
> Signed-off-by: Shreeya Patel <shreeya.patel@...labora.com>
Applied.
> ---
> drivers/iio/light/ltrf216a.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/iio/light/ltrf216a.c b/drivers/iio/light/ltrf216a.c
> index bc8444516689..b1dacb48d610 100644
> --- a/drivers/iio/light/ltrf216a.c
> +++ b/drivers/iio/light/ltrf216a.c
> @@ -561,6 +561,7 @@ MODULE_DEVICE_TABLE(i2c, ltrf216a_id);
> static const struct of_device_id ltrf216a_of_match[] = {
> { .compatible = "liteon,ltr308", .data = <r308_chip_info },
> { .compatible = "liteon,ltrf216a", .data = <rf216a_chip_info },
> + /* For Valve's Steamdeck device, an ACPI platform using PRP0001 */
> { .compatible = "ltr,ltrf216a", .data = <rf216a_chip_info },
> {}
> };
Powered by blists - more mailing lists