From 644922904a8bc9a5d629d505d96e6c550d0c8204 Mon Sep 17 00:00:00 2001 From: Jyothi Kumar Seerapu Date: Wed, 20 Sep 2023 11:40:29 +0530 Subject: [PATCH] ARM: dts: msm: Add LEVM flag to GPI instance Add LEVM flag in GPI instances to support some GPI specific operations to LEVM. Change-Id: I7a1c12822918b799590132b1a9c23fbd9bef174e --- qcom/parrot-vm.dtsi | 1 + qcom/ravelin-vm.dtsi | 1 + 2 files changed, 2 insertions(+) diff --git a/qcom/parrot-vm.dtsi b/qcom/parrot-vm.dtsi index bb4ece5c..3319630d 100644 --- a/qcom/parrot-vm.dtsi +++ b/qcom/parrot-vm.dtsi @@ -108,6 +108,7 @@ qcom,gpii-mask = <0x40>; qcom,ev-factor = <2>; qcom,gpi-ee-offset = <0x10000>; + qcom,le-vm; status = "ok"; }; diff --git a/qcom/ravelin-vm.dtsi b/qcom/ravelin-vm.dtsi index 74e9de1b..d7296204 100644 --- a/qcom/ravelin-vm.dtsi +++ b/qcom/ravelin-vm.dtsi @@ -112,6 +112,7 @@ qcom,gpii-mask = <0x40>; qcom,ev-factor = <2>; qcom,gpi-ee-offset = <0x10000>; + qcom,le-vm; status = "ok"; };