Re: [U-Boot] [RESEND PATCH v2 1/5] rk3399: syscon: add support for pmugrf

2016-08-27 Thread Simon Glass
On 16 August 2016 at 03:58, Kever Yang wrote: > pmugrf is a module like grf which contain some of the iomux registers > and other registers. > > Signed-off-by: Kever Yang > Acked-by: Simon Glass > --- > > Changes in v2: None > > arch/arm/include/asm/arch-rockchip/clock.h| 1 + > arch/arm/ma

[U-Boot] [RESEND PATCH v2 1/5] rk3399: syscon: add support for pmugrf

2016-08-16 Thread Kever Yang
pmugrf is a module like grf which contain some of the iomux registers and other registers. Signed-off-by: Kever Yang Acked-by: Simon Glass --- Changes in v2: None arch/arm/include/asm/arch-rockchip/clock.h| 1 + arch/arm/mach-rockchip/rk3399/syscon_rk3399.c | 1 + 2 files changed, 2 inser