blob: ae61ebf771e4bda6202f8f30c59e88b3dacd75a8 [file] [log] [blame]
Bhargav Gurappadi0084bbd2016-08-04 14:44:23 -07001Register Trace Buffer (RTB)
2
3The RTB is used to log discrete events in the system in an uncached buffer that
4can be post processed from RAM dumps. The RTB must reserve memory using
5the msm specific memory reservation bindings (see
6Documentation/devicetree/bindings/arm/msm/memory-reserve.txt).
7
8Required properties
9
10- compatible: "qcom,msm-rtb"
11- qcom,rtb-size: size of the RTB buffer in bytes
12
13Optional properties:
14
15- linux,contiguous-region: phandle reference to a CMA region
16
17Example:
18
19 qcom,msm-rtb {
20 compatible = "qcom,msm-rtb";
21 qcom,rtb-size = <0x100000>;
22 };