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:
Tatenda Chipeperekwa
2020-02-14 12:57:50 -08:00
parent 5402f20056
commit c48fa1cf07

View File

@@ -183,9 +183,9 @@
&qupv3_se13_i2c {
status = "ok";
fsa4480: fsa4480@43 {
fsa4480: fsa4480@42 {
compatible = "qcom,fsa4480-i2c";
reg = <0x43>;
reg = <0x42>;
};
};