From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philipp Tomsich Date: Thu, 28 Dec 2017 11:32:30 +0100 Subject: [U-Boot] [U-Boot,v5,2/2] rockchip: clk: bind reset driver In-Reply-To: <1513678958-24170-2-git-send-email-kever.yang@rock-chips.com> References: <1513678958-24170-2-git-send-email-kever.yang@rock-chips.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > From: Elaine Zhang > > Bind rockchip reset to clock-controller with rockchip_reset_bind(). > > Signed-off-by: Elaine Zhang > Signed-off-by: Kever Yang > Acked-by: Philipp Tomsich > Reviewed-by: Philipp Tomsich > --- > > Changes in v5: None > Changes in v4: > - fix compile error if CONFIG_RESET_ROCKCHIP not defined > > Changes in v3: > - add missing offset for rk3399 pmuclk bind > > Changes in v2: > - use rockchip_reset_bind() to bind reset driver. > > arch/arm/include/asm/arch-rockchip/clock.h | 10 ++++++++++ > drivers/clk/rockchip/clk_rk3036.c | 7 +++++++ > drivers/clk/rockchip/clk_rk3188.c | 7 +++++++ > drivers/clk/rockchip/clk_rk322x.c | 7 +++++++ > drivers/clk/rockchip/clk_rk3288.c | 7 +++++++ > drivers/clk/rockchip/clk_rk3328.c | 7 +++++++ > drivers/clk/rockchip/clk_rk3368.c | 7 +++++++ > drivers/clk/rockchip/clk_rk3399.c | 21 +++++++++++++++++++++ > drivers/clk/rockchip/clk_rv1108.c | 7 +++++++ > 9 files changed, 80 insertions(+) > Applied to u-boot-rockchip/next, thanks!