mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 22:14:03 +02:00
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:
parent
200691f509
commit
10a1e8c353
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user