Re: [STLinux Kernel] [PATCH 1/7] ARM: stih407: Add DT nodes for for PWM

2014-06-19 Thread Peter Griffin
Hi Lee, > + /* SBC PWM Module */ > + pwm1: pwm@951 { > + compatible = "st,sti-pwm"; > + status = "disabled"; > + #pwm-cells = <2>; > + reg = <0x951 0x68>;

Re: [PATCH 1/7] ARM: stih407: Add DT nodes for for PWM

2014-06-18 Thread Lee Jones
On Wed, 18 Jun 2014, Gabriel Fernandez wrote: > Hi Lee, > minor remark below.. > > On 18 June 2014 16:52, Lee Jones wrote: > > Supply top level nodes for the STiH407 based development boards. > > The Pinctrl configuration has already been applied, so the only > > missing piece of the DT puzzle i

Re: [PATCH 1/7] ARM: stih407: Add DT nodes for for PWM

2014-06-18 Thread Gabriel Fernandez
Hi Lee, minor remark below.. On 18 June 2014 16:52, Lee Jones wrote: > Supply top level nodes for the STiH407 based development boards. > The Pinctrl configuration has already been applied, so the only > missing piece of the DT puzzle is for a board's DTB to enable > the nodes. > > Signed-off-by:

[PATCH 1/7] ARM: stih407: Add DT nodes for for PWM

2014-06-18 Thread Lee Jones
Supply top level nodes for the STiH407 based development boards. The Pinctrl configuration has already been applied, so the only missing piece of the DT puzzle is for a board's DTB to enable the nodes. Signed-off-by: Lee Jones --- arch/arm/boot/dts/stih407.dtsi | 27 +++