dt-bindings: i2c-msm-geni: Add DT bindings for le-vm flag

Add le-vm, a boolean flag to enable support I2C functionality
in trusted VM.
Add shared, a boolean flag to support multi ee I2C GSI usecase.

Change-Id: Ibd95d5dac75bfa5e181869fc56e5178ab7af19f7
This commit is contained in:
Vipin Deep Kaur
2020-04-01 17:56:41 +05:30
committed by Gerrit - the friendly Code Review server
parent caf4fb3839
commit 73eafc17f5

View File

@@ -17,6 +17,9 @@ Required properties:
Optional property:
- qcom,clk-freq-out : Desired I2C bus clock frequency in Hz.
When missing default to 400000Hz.
- qcom,shared : Boolean flag to support multi-ee usecase, used in GSI mode.
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.
Child nodes should conform to i2c bus binding.