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>
This commit is contained in:
Chen-Yu Tsai 2026-06-25 14:08:58 +08:00 committed by Tzung-Bi Shih
parent 200691f509
commit 10a1e8c353

View File

@ -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,