Message ID | 1481139047-13166-1-git-send-email-slemieux.tyco@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hi Sylvain, On 12/07/2016 09:30 PM, Sylvain Lemieux wrote: > From: Sylvain Lemieux <slemieux@tycoint.com> > > There is no need to define the "pwm-cells" in the board > specific dts file; move the entry to the base dts file. > > Signed-off-by: Sylvain Lemieux <slemieux@tycoint.com> > --- thank you for the change, Acked-by: Vladimir Zapolskiy <vz@mleia.com> -- With best wishes, Vladimir
diff --git a/arch/arm/boot/dts/lpc32xx.dtsi b/arch/arm/boot/dts/lpc32xx.dtsi index 218d9fa..c031c94 100644 --- a/arch/arm/boot/dts/lpc32xx.dtsi +++ b/arch/arm/boot/dts/lpc32xx.dtsi @@ -472,6 +472,7 @@ assigned-clocks = <&clk LPC32XX_CLK_PWM1>; assigned-clock-parents = <&clk LPC32XX_CLK_PERIPH>; status = "disabled"; + #pwm-cells = <1>; }; pwm2: pwm@4005C004 { @@ -481,6 +482,7 @@ assigned-clocks = <&clk LPC32XX_CLK_PWM2>; assigned-clock-parents = <&clk LPC32XX_CLK_PERIPH>; status = "disabled"; + #pwm-cells = <1>; }; timer3: timer@40060000 {