From 5e7bec3904cc0c1d9cbb3fe441174ebd71ff76fc Mon Sep 17 00:00:00 2001 From: Imran Shaik Date: Wed, 12 Oct 2022 21:53:12 +0530 Subject: [PATCH] ARM: dts: msm: Add "qcom,etu-slice" prop support for TSC node for Cinder Add "qcom,etu-slice" property support for TSC node to be able to configure the required etu slices on Cinder platform. Change-Id: I3c9bcc59c3d00a61dfcaa12a75c4499b07bb3dda --- qcom/cinder.dtsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qcom/cinder.dtsi b/qcom/cinder.dtsi index fdc5b368..0bc99812 100644 --- a/qcom/cinder.dtsi +++ b/qcom/cinder.dtsi @@ -1186,9 +1186,10 @@ clock-names = "cfg_ahb", "cntr", "etu"; assigned-clocks = <&gcc GCC_TSC_CNTR_CLK>, <&gcc GCC_TSC_ETU_CLK>; assigned-clock-rates = <500000000>, <500000000>; - interrupts = , + interrupts = , ; interrupt-names = "tod_pps", "gps_pps"; + qcom,etu-slice = <1 5>; qcom,etu-event-sel = <1 3>; qcom,etu-event-names = "gps_pps", "tod_pps"; pinctrl-names = "default";