From 746c8746443f6b946f2277345e08d5d9a2dfb67e Mon Sep 17 00:00:00 2001 From: Anil Veshala Veshala Date: Thu, 28 Jul 2022 02:16:43 -0700 Subject: [PATCH] dt-bindings: i2c: Add flag for RTL based QUP SE This flag is to take care of a workaround change for cancel command bypass. Change-Id: I41b4981ea8a345dd84f95c832594836c1e227487 --- bindings/i2c/qcom,i2c-msm-geni.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bindings/i2c/qcom,i2c-msm-geni.txt b/bindings/i2c/qcom,i2c-msm-geni.txt index 2d4dcebb..a71d7235 100644 --- a/bindings/i2c/qcom,i2c-msm-geni.txt +++ b/bindings/i2c/qcom,i2c-msm-geni.txt @@ -21,6 +21,8 @@ Optional property: Needs to be added by client driver node in case of multi-ee usecase. - qcom,le-vm : Boolean flag to support I2C functionality in trusted VM. - qcom,i2c-hub : Boolean flag to support I2C hub functionality. + - qcom,rtl_se : Boolean flag to bypass Cancel for RTL based SE. Applicable + for QUP version < 3.9.0 . Child nodes should conform to i2c bus binding.