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 <[email protected]> Reviewed-by: Chen-Yu Tsai <[email protected]> Reviewed-by: Nícolas F. R. A. Prado <[email protected]> Tested-by: Nícolas F. R. A. Prado <[email protected]> Reviewed-by: AngeloGioacchino Del Regno <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Tzung-Bi Shih <[email protected]>
1 parent 0af2f6b commit 8dc528b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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)