Skip to content

Commit 8dc528b

Browse files
laura-naoTzung-Bi Shih
authored andcommitted
platform/chrome: of_hw_prober: Support Google Spherion
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@collabora.com> Reviewed-by: Chen-Yu Tsai <wenst@chromium.org> Reviewed-by: Nícolas F. R. A. Prado <nfraprado@collabora.com> Tested-by: Nícolas F. R. A. Prado <nfraprado@collabora.com> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Link: https://lore.kernel.org/r/20250318102259.189289-2-laura.nao@collabora.com Signed-off-by: Tzung-Bi Shih <tzungbi@kernel.org>
1 parent 0af2f6b commit 8dc528b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

drivers/platform/chrome/chromeos_of_hw_prober.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ static const struct hw_prober_entry hw_prober_platforms[] = {
8484
.compatible = "google,hana",
8585
.prober = chromeos_i2c_component_prober,
8686
.data = &chromeos_i2c_probe_hana_trackpad,
87+
}, {
88+
.compatible = "google,spherion",
89+
.prober = chromeos_i2c_component_prober,
90+
.data = &chromeos_i2c_probe_hana_trackpad,
8791
},
8892
};
8993

0 commit comments

Comments
 (0)