Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5e29c29e authored by Rishabh Bhatnagar's avatar Rishabh Bhatnagar Committed by Gerrit - the friendly Code Review server
Browse files

dt-bindings: watchdog: Add scandump sizes property



Add scandump-sizes property which is an array of 32-bit values
containing the size of scandump memory region for each CPU.

Change-Id: I46c0e98bb52cebc60df5f4f5c06f8960ce244c63
Signed-off-by: default avatarRishabh Bhatnagar <rishabhb@codeaurora.org>
parent 1ae6e1e8
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -33,6 +33,9 @@ Optional properties:
- qcom,ipi-ping : (boolean) send keep alive ping to other cpus if present
- qcom,wakeup-enable : (boolean) enable non secure watchdog to freeze / unfreeze
                        automatically across suspend / resume path.
- qcom,scandump-sizes : an array of 32-bit values that contains the size of the
                        scandump memory region for each CPU, such that the nth
                        32 bit value maps to the scandump size for CPU n.

Example:

@@ -45,4 +48,5 @@ Example:
                qcom,pet-time = <10000>;
                qcom,ipi-ping;
                qcom,wakeup-enable;
                qcom,scandump-size = <0x10100 0x10100 0x10100 0x10100>;
        };