dt-bindings: i2c: Add flag for panic notifier

Panic notifier is registered if new dt property
qcom,panic-dump-collect is set true.

Change-Id: I280372ad0407b6d19b844a78e0543baa2484f7d2
This commit is contained in:
Anil Veshala Veshala
2023-01-11 03:17:00 -08:00
committed by Gerrit - the friendly Code Review server
parent 834284b3e3
commit 4108f5283f

View File

@@ -20,6 +20,8 @@ Optional property:
- 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.
- qcom,panic-dump-collect: Boolean flag to support dumps collection during
panic notifier call back.
Child nodes should conform to i2c bus binding.