From 5b1dd98064f6521f1a871e8db5410d8d2d6d4026 Mon Sep 17 00:00:00 2001 From: Lee Jones Date: Tue, 16 Aug 2016 11:34:00 +0200 Subject: [PATCH] ARM: dts: STiH416: Define PWM Capture clock Signed-off-by: Lee Jones --- arch/arm/boot/dts/stih416.dtsi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/stih416.dtsi b/arch/arm/boot/dts/stih416.dtsi index d43f706dfd72..dbc2f517901b 100644 --- a/arch/arm/boot/dts/stih416.dtsi +++ b/arch/arm/boot/dts/stih416.dtsi @@ -482,8 +482,9 @@ &pinctrl_pwm0_chan2_default &pinctrl_pwm0_chan3_default>; - clock-names = "pwm"; - clocks = <&clk_sysin>; + clock-names = "pwm", "capture"; + clocks = <&clk_sysin>, <&clk_s_a0_ls CLK_ICN_REG>; + st,pwm-num-chan = <4>; }; -- 2.20.1