ARM: dts: msm: Update static gpii mask for ravelin-vm
Currently, the static gpii mask for gpi_dma0 is incorrectly set to 0x20, which is resulting in i2c read failure. To prevent this i2c read failure, the static gpii mask value for gpi_dma0 needs to be updated to 0x40. 'Fixes: 5d97d9eda4527 ("ARM: dts: msm: Add memory and clock support for vm ravelin")'. Change-Id: Id407264ac1d02d3bce0ebe4eba1c152f003d0db6 Signed-off-by: Prakash Yadachi <quic_pyadachi@quicinc.com>
This commit is contained in:
committed by
Akhil Kallankandy
parent
356fe2b276
commit
bcbf7bff43
@@ -103,7 +103,7 @@
|
||||
<GIC_SPI 254 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 255 IRQ_TYPE_LEVEL_HIGH>;
|
||||
qcom,max-num-gpii = <12>;
|
||||
qcom,static-gpii-mask = <0x20>;
|
||||
qcom,static-gpii-mask = <0x40>;
|
||||
qcom,gpii-mask = <0x0>;
|
||||
qcom,ev-factor = <2>;
|
||||
qcom,gpi-ee-offset = <0x10000>;
|
||||
|
Reference in New Issue
Block a user