From 10436a9ccec759447cfacc00b60f96e6bcd815ad Mon Sep 17 00:00:00 2001 From: Prakash Yadachi Date: Thu, 28 Nov 2024 14:29:23 +0530 Subject: [PATCH] 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: I4f1785b1f1544e436e511af2622ccf365f3cbcfe Signed-off-by: Prakash Yadachi --- qcom/ravelin-vm.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcom/ravelin-vm.dtsi b/qcom/ravelin-vm.dtsi index 28d80bae..75f91a59 100644 --- a/qcom/ravelin-vm.dtsi +++ b/qcom/ravelin-vm.dtsi @@ -103,7 +103,7 @@ , ; 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>;