Re: [PATCH v8 5/9] ARM: dts: am437x/am33xx/da850: Add new ECAP and EPWM bindings

2016-06-10 Thread Tony Lindgren
* Thierry Reding [160610 05:42]: > On Fri, Jun 10, 2016 at 05:01:43AM -0700, Tony Lindgren wrote: > > * Tony Lindgren [160610 03:37]: > > > * Franklin S Cooper Jr [160503 08:58]: > > > > Switch to a new ECAP and EPWM bindings that doesn't depend on hwmod to > > > > provide the various required c

Re: [PATCH v8 5/9] ARM: dts: am437x/am33xx/da850: Add new ECAP and EPWM bindings

2016-06-10 Thread Thierry Reding
On Fri, Jun 10, 2016 at 05:01:43AM -0700, Tony Lindgren wrote: > * Tony Lindgren [160610 03:37]: > > * Franklin S Cooper Jr [160503 08:58]: > > > Switch to a new ECAP and EPWM bindings that doesn't depend on hwmod to > > > provide the various required clocks. > > > > > > For AM437 and AM335x, ad

Re: [PATCH v8 5/9] ARM: dts: am437x/am33xx/da850: Add new ECAP and EPWM bindings

2016-06-10 Thread Tony Lindgren
* Tony Lindgren [160610 03:37]: > * Franklin S Cooper Jr [160503 08:58]: > > Switch to a new ECAP and EPWM bindings that doesn't depend on hwmod to > > provide the various required clocks. > > > > For AM437 and AM335x, add the required clocks explicitly to DT. The > > hwmod entries for ECAP and

Re: [PATCH v8 5/9] ARM: dts: am437x/am33xx/da850: Add new ECAP and EPWM bindings

2016-06-10 Thread Tony Lindgren
* Franklin S Cooper Jr [160503 08:58]: > Switch to a new ECAP and EPWM bindings that doesn't depend on hwmod to > provide the various required clocks. > > For AM437 and AM335x, add the required clocks explicitly to DT. The > hwmod entries for ECAP and EPWM will be removed and this will prevent >

[PATCH v8 5/9] ARM: dts: am437x/am33xx/da850: Add new ECAP and EPWM bindings

2016-05-03 Thread Franklin S Cooper Jr
Switch to a new ECAP and EPWM bindings that doesn't depend on hwmod to provide the various required clocks. For AM437 and AM335x, add the required clocks explicitly to DT. The hwmod entries for ECAP and EPWM will be removed and this will prevent anything from breaking. Signed-off-by: Franklin S C