Re: [U-Boot] [PATCH] ARM: Add register defines for am33xx ePWM registers

2016-09-16 Thread tomas.melin
On 09/16/2016 02:16 PM, Tom Rini wrote: > On Fri, Sep 16, 2016 at 10:21:39AM +, tomas.me...@vaisala.com wrote: > >> Register definitions needed for configuring the >> ePWM module. >> >> Signed-off-by: Tomas Melin >> --- >> arch/arm/include/asm/arch-am33xx/cpu.h

Re: [U-Boot] [PATCH] ARM: Add register defines for am33xx ePWM registers

2016-09-16 Thread Tom Rini
On Fri, Sep 16, 2016 at 10:21:39AM +, tomas.me...@vaisala.com wrote: > Register definitions needed for configuring the > ePWM module. > > Signed-off-by: Tomas Melin > --- > arch/arm/include/asm/arch-am33xx/cpu.h | 36 > ++ >

[U-Boot] [PATCH] ARM: Add register defines for am33xx ePWM registers

2016-09-16 Thread tomas.melin
Register definitions needed for configuring the ePWM module. Signed-off-by: Tomas Melin --- arch/arm/include/asm/arch-am33xx/cpu.h | 36 ++ arch/arm/include/asm/arch-am33xx/hardware_am33xx.h | 1 + 2 files changed, 37 insertions(+) diff