Thread (12 messages) 12 messages, 5 authors, 2025-06-23

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

From: Chen-Yu Tsai <wenst@chromium.org>
Date: 2025-03-19 04:23:40
Also in: chrome-platform, linux-devicetree, linux-mediatek, lkml

On Tue, Mar 18, 2025 at 6:28 PM Laura Nao [off-list ref] 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 <redacted>
Reviewed-by: Chen-Yu Tsai <wenst@chromium.org>
quoted hunk ↗ jump to hunk
---
 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
  
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help