ARM: dts: msm: Enable LPASS timestamps in TSPP driver for APQ8998

Set the TSPP configuration to enable LPASS time stamps in TSIF HW.
The TSIF adds LPASS timestamps to Transport Stream packets instead
of TSIF internal clock timestamps. This change is required for clock
recovery & AV sync for mediabox project based on LE platform.

CR's-Fixed: 2005724
Change-Id: I43f0e8c2593b12e65e603f23a6c1acb663ef439e
Signed-off-by: Udaya Bhaskara Reddy Mallavarapu <udaym@codeaurora.org>
Signed-off-by: Arun Menon <avmenon@codeaurora.org>
This commit is contained in:
Udaya Bhaskara Reddy Mallavarapu 2017-02-13 16:27:17 +05:30 committed by Gerrit - the friendly Code Review server
parent 79db7c3476
commit 999ccca3bc

View file

@ -78,3 +78,7 @@
status = "ok";
};
&tspp {
qcom,lpass-timer-tts = <1>;
};