mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-01-27 14:44:08 +00:00
17 lines
254 B
Plaintext
17 lines
254 B
Plaintext
/*for mayfly pinctrl */
|
|
&tlmm {
|
|
fingerprint_goodix_default: fingerprint_goodix_default {
|
|
mux {
|
|
pins = "gpio40";
|
|
function = "gpio";
|
|
};
|
|
config {
|
|
pins = "gpio40";
|
|
drive-strength = <2>;
|
|
input-enable;
|
|
bias-disable;
|
|
};
|
|
};
|
|
};
|
|
|