mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 21:15:53 +02:00
arm64: dts: qcom: qcm6490-fairphone-fp5: Enable CCI pull-up
Enable vreg_l6p, which is the voltage source for the pull-up resistor of the CCI busses. This ensures that I2C communication works as expected. Reviewed-by: Bryan O'Donoghue <bod@kernel.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Signed-off-by: Griffin Kroah-Hartman <griffin.kroah@fairphone.com> Link: https://lore.kernel.org/r/20251016-dw9800-driver-v3-3-d7058f72ead4@fairphone.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
530f824a4e
commit
6678d5cf48
|
|
@ -764,6 +764,8 @@ vreg_l6p: ldo6 {
|
|||
regulator-name = "vreg_l6p";
|
||||
regulator-min-microvolt = <1700000>;
|
||||
regulator-max-microvolt = <1904000>;
|
||||
/* Pull-up for CCI I2C busses */
|
||||
regulator-always-on;
|
||||
};
|
||||
|
||||
vreg_l7p: ldo7 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user