From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Tue, 16 May 2017 19:38:12 -0600 Subject: [U-Boot] [PATCH v2 1/7] rockchip: rk3368: Add clock driver In-Reply-To: <1494841796-6434-1-git-send-email-andy.yan@rock-chips.com> References: <1494841762-6340-1-git-send-email-andy.yan@rock-chips.com> <1494841796-6434-1-git-send-email-andy.yan@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 On 15 May 2017 at 03:49, Andy Yan wrote: > Add driver to setup the various PLLs and peripheral > clocks on the RK3368. > > Signed-off-by: Andy Yan > --- > > Changes in v2: > - fix typo in subject > - remove CRU base definition in cru head file > - Drop extra blank lines > > arch/arm/include/asm/arch-rockchip/cru_rk3368.h | 124 ++++++++++ > drivers/clk/rockchip/Makefile | 1 + > drivers/clk/rockchip/clk_rk3368.c | 291 ++++++++++++++++++++++++ > 3 files changed, 416 insertions(+) > create mode 100644 arch/arm/include/asm/arch-rockchip/cru_rk3368.h > create mode 100644 drivers/clk/rockchip/clk_rk3368.c Reviewed-by: Simon Glass