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: I729e053c8cb08d45badf59c374597e131969fb55
Signed-off-by: Prakash Yadachi <quic_pyadachi@quicinc.com>
This commit is contained in:
Prakash Yadachi
2024-11-28 14:29:23 +05:30
parent 0bbc8896fe
commit b1b405a436

View File

@@ -103,7 +103,7 @@
<GIC_SPI 254 IRQ_TYPE_LEVEL_HIGH>, <GIC_SPI 254 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 255 IRQ_TYPE_LEVEL_HIGH>; <GIC_SPI 255 IRQ_TYPE_LEVEL_HIGH>;
qcom,max-num-gpii = <12>; qcom,max-num-gpii = <12>;
qcom,static-gpii-mask = <0x20>; qcom,static-gpii-mask = <0x40>;
qcom,gpii-mask = <0x0>; qcom,gpii-mask = <0x0>;
qcom,ev-factor = <2>; qcom,ev-factor = <2>;
qcom,gpi-ee-offset = <0x10000>; qcom,gpi-ee-offset = <0x10000>;