mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
ARM: dts: msm: update i2c slave address for fsa4480 on Lahaina
Update the i2c slave address from 0x43 to 0x42, which is the correct value on Lahaina. This change enables programming the fsa4480 over i2c, which is needed for use cases such as DisplayPort. Change-Id: I530f1fcd4e8307316305af6bbf5a951315acb11a
This commit is contained in:
@@ -183,9 +183,9 @@
|
||||
|
||||
&qupv3_se13_i2c {
|
||||
status = "ok";
|
||||
fsa4480: fsa4480@43 {
|
||||
fsa4480: fsa4480@42 {
|
||||
compatible = "qcom,fsa4480-i2c";
|
||||
reg = <0x43>;
|
||||
reg = <0x42>;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user