msm: rtb: Add support for device tree

Add support for setting up RTB via matching in the device tree
in addition to the platform_data driven model. Also add
the corresponding device for 8974 in the device tree.

Change-Id: I76615fc75ff4fe428cab16a4aa161b032e548983
Signed-off-by: Laura Abbott <lauraa@codeaurora.org>
This commit is contained in:
Laura Abbott
2012-06-22 12:50:32 -07:00
committed by Iliyan Malchev
parent bdc5d8d17f
commit fad0cfa63e

View File

@@ -828,6 +828,12 @@
debounce-interval = <15>; debounce-interval = <15>;
}; };
}; };
qcom,msm-rtb {
compatible = "qcom,msm-rtb";
qcom,memory-reservation-type = "EBI1";
qcom,memory-reservation-size = <0x100000>; /* 1M EBI1 buffer */
};
}; };
/include/ "msm-pm8x41-rpm-regulator.dtsi" /include/ "msm-pm8x41-rpm-regulator.dtsi"