Re: [PATCH 1/2] platform/chrome: Add support for Google Spherion in HW prober

From: Chen-Yu Tsai
Date: Wed Mar 19 2025 - 00:23:54 EST


On Tue, Mar 18, 2025 at 6:28 PM Laura Nao <laura.nao@xxxxxxxxxxxxx> wrote:
>
> Add a new compatible entry for "google,spherion" to the hardware prober
> platform list, using the same I2C component prober and trackpad data as
> "google,hana".
>
> Signed-off-by: Laura Nao <laura.nao@xxxxxxxxxxxxx>

Reviewed-by: Chen-Yu Tsai <wenst@xxxxxxxxxxxx>

> ---
> drivers/platform/chrome/chromeos_of_hw_prober.c | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/drivers/platform/chrome/chromeos_of_hw_prober.c b/drivers/platform/chrome/chromeos_of_hw_prober.c
> index c6992f5cdc76..019578bc7ad0 100644
> --- a/drivers/platform/chrome/chromeos_of_hw_prober.c
> +++ b/drivers/platform/chrome/chromeos_of_hw_prober.c
> @@ -84,6 +84,10 @@ static const struct hw_prober_entry hw_prober_platforms[] = {
> .compatible = "google,hana",
> .prober = chromeos_i2c_component_prober,
> .data = &chromeos_i2c_probe_hana_trackpad,
> + }, {
> + .compatible = "google,spherion",
> + .prober = chromeos_i2c_component_prober,
> + .data = &chromeos_i2c_probe_hana_trackpad,
> },
> };
>
> --
> 2.39.5
>
>