From bcbf7bff43e1b12666909eb8e4f674e075b9bcaf 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: Id407264ac1d02d3bce0ebe4eba1c152f003d0db6 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 546df7db..0f56a622 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>;