diff options
| author | Chen-Yu Tsai <wenst@chromium.org> | 2026-06-25 14:08:58 +0800 |
|---|---|---|
| committer | Tzung-Bi Shih <tzungbi@kernel.org> | 2026-06-29 02:59:02 +0000 |
| commit | 10a1e8c3539039c4c9de4783a683e8e01a3dee8d (patch) | |
| tree | 17db53f16f8e85fb9d8561808d33f1f0ad4d9e68 | |
| parent | 200691f509fb77be78cd4b2d38b4e540a454bec3 (diff) | |
| download | linux-next-10a1e8c3539039c4c9de4783a683e8e01a3dee8d.tar.gz linux-next-10a1e8c3539039c4c9de4783a683e8e01a3dee8d.zip | |
platform/chrome: of_hw_prober: Use dumb trackpad prober for Spherion
The trackpad power supply on Spherion is the system common 3.3V power
rail. This is always on as long as the main processor is running.
Switch to the dumb trackpad prober since it does not need to manage
the power rail.
Signed-off-by: Chen-Yu Tsai <wenst@chromium.org>
Link: https://lore.kernel.org/r/20260625060859.1020483-1-wenst@chromium.org
Signed-off-by: Tzung-Bi Shih <tzungbi@kernel.org>
| -rw-r--r-- | drivers/platform/chrome/chromeos_of_hw_prober.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/chrome/chromeos_of_hw_prober.c b/drivers/platform/chrome/chromeos_of_hw_prober.c index f3cd612e5584..8562a0e89dc6 100644 --- a/drivers/platform/chrome/chromeos_of_hw_prober.c +++ b/drivers/platform/chrome/chromeos_of_hw_prober.c @@ -100,7 +100,7 @@ static const struct hw_prober_entry hw_prober_platforms[] = { }, { .compatible = "google,spherion", .prober = chromeos_i2c_component_prober, - .data = &chromeos_i2c_probe_hana_trackpad, + .data = &chromeos_i2c_probe_dumb_trackpad, }, { .compatible = "google,squirtle", .prober = chromeos_i2c_component_prober, |
