diff options
author | Lee Jones <lee.jones@linaro.org> | 2016-08-16 11:34:00 +0200 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@st.com> | 2016-09-06 09:21:27 +0200 |
commit | 5b1dd98064f6521f1a871e8db5410d8d2d6d4026 (patch) | |
tree | 3b84430a73358562a8940da58b1b09e82c2fa60b /arch/arm/boot/dts/stih416.dtsi | |
parent | ARM: dts: STiH416: Declare PWM Capture data lines via Pinctrl (diff) | |
download | linux-5b1dd98064f6521f1a871e8db5410d8d2d6d4026.tar.xz linux-5b1dd98064f6521f1a871e8db5410d8d2d6d4026.zip |
ARM: dts: STiH416: Define PWM Capture clock
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/stih416.dtsi')
-rw-r--r-- | arch/arm/boot/dts/stih416.dtsi | 5 |
1 files 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>; }; |