Limit IR current (#82)

This commit is contained in:
Robbe Derks
2025-08-01 00:25:07 +02:00
committed by GitHub
parent 9d4225c08c
commit 8b4b117689

View File

@@ -235,3 +235,8 @@ status = "ok";
drive-strength = <2>;
};
};
/* Limit max IR LED current */
&pmi8998_torch2 {
qcom,max-current = <300>;
};