| #
55611901 |
| 24-Jan-2019 |
Elaine Zhang <zhangqing@rock-chips.com> |
clk: rockchip: rk3288: add clk_set_default
support aclk_vio\hclk_vio clk setting.
Change-Id: Ie826c770670598161f22208f504d8762b8597811 Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
|
| #
ec0307ef |
| 22-Jan-2019 |
Elaine Zhang <zhangqing@rock-chips.com> |
clk: rockchip: rk3288: print arm enter and init rate
Change-Id: I5a6d564a973111841df6b53a4df64a54f728e116 Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
|
| #
5a616fcf |
| 29-Oct-2018 |
Elaine Zhang <zhangqing@rock-chips.com> |
clk: rockchip: rk3288: support aclk_vop freq setting
Change-Id: Ifb595f244608378bff1e6443dfc017418f28ce2a Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
|
| #
b328c914 |
| 16-Oct-2018 |
Elaine Zhang <zhangqing@rock-chips.com> |
clk: rockchip: rk3288: fix up the dclk_vop freq setting
Change-Id: I960a02cba63076afbc845e5ccdfb9f85a553d38b Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
|
| #
08d0c53d |
| 05-Sep-2017 |
Tom Rini <trini@konsulko.com> |
Merge git://git.denx.de/u-boot-rockchip
|
| #
40d4f79b |
| 21-Aug-2017 |
Wadim Egorov <w.egorov@phytec.de> |
rockchip: rk3288: Add reset reason detection
Sometimes it's helpful to know the reset reason caused in the SoC. Add reset reason detection for the RK3288 SoC. This will set an environment variable w
rockchip: rk3288: Add reset reason detection
Sometimes it's helpful to know the reset reason caused in the SoC. Add reset reason detection for the RK3288 SoC. This will set an environment variable which represents the reset reason.
Signed-off-by: Wadim Egorov <w.egorov@phytec.de> Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
show more ...
|
| #
c1b62ba9 |
| 14-Aug-2017 |
Tom Rini <trini@konsulko.com> |
Merge branch 'master' of git://git.denx.de/u-boot-rockchip
|
| #
bf82e200 |
| 31-Jul-2017 |
Kever Yang <kever.yang@rock-chips.com> |
rockchip: rk3288: fix EMMC_DIV_MASK definition in header
It should be '<<' instead of '<' for _MASK definition, fix it.
Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com> Signed-off-by: Kever Yang <k
rockchip: rk3288: fix EMMC_DIV_MASK definition in header
It should be '<<' instead of '<' for _MASK definition, fix it.
Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com> Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by: Simon Glass <sjg@chromium.org>
show more ...
|
| #
8cb3ce64 |
| 10-Jun-2017 |
Tom Rini <trini@konsulko.com> |
Merge git://git.denx.de/u-boot-dm
|
| #
b223c1ae |
| 31-May-2017 |
Simon Glass <sjg@chromium.org> |
rockchip: rk3288: Convert clock driver to use shifted masks
Shifted masks are the standard approach with rockchip since it allows use of the mask without shifting it each time. Update the definition
rockchip: rk3288: Convert clock driver to use shifted masks
Shifted masks are the standard approach with rockchip since it allows use of the mask without shifting it each time. Update the definitions and the driver to match.
Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|
| #
7fd11738 |
| 02-Nov-2016 |
Tom Rini <trini@konsulko.com> |
Merge git://git.denx.de/u-boot-rockchip
|
| #
5564ed5d |
| 02-Oct-2016 |
Simon Glass <sjg@chromium.org> |
rockchip: rk3288: Move rockchip_get_cru() out of the driver
This function is called from outside the driver. It should be placed into common SoC code. Move it.
Signed-off-by: Simon Glass <sjg@chrom
rockchip: rk3288: Move rockchip_get_cru() out of the driver
This function is called from outside the driver. It should be placed into common SoC code. Move it.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
show more ...
|
| #
dc557e9a |
| 18-Jun-2016 |
Stefano Babic <sbabic@denx.de> |
Merge branch 'master' of git://git.denx.de/u-boot
Signed-off-by: Stefano Babic <sbabic@denx.de>
|
| #
378f9134 |
| 27-May-2016 |
Tom Rini <trini@konsulko.com> |
Merge git://git.denx.de/u-boot-rockchip
|
| #
0aefc0b0 |
| 28-Feb-2016 |
Sjoerd Simons <sjoerd.simons@collabora.co.uk> |
rockchip: rk3288: Add clock support for the gmac ethernet interface
Setup the clocks for the gmac ethernet interface. This assumes the mac clock is fed by an external clock which is common on RK3288
rockchip: rk3288: Add clock support for the gmac ethernet interface
Setup the clocks for the gmac ethernet interface. This assumes the mac clock is fed by an external clock which is common on RK3288 based devices.
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> Reviewed-by: Simon Glass <sjg@chromium.org>
show more ...
|
| #
dae594f2 |
| 22-Jan-2016 |
Simon Glass <sjg@chromium.org> |
rockchip: spl: Support full-speed CPU in SPL
Add a feature which speeds up the CPU to full speed in SPL to minimise boot time. This is only supported for certain boards (at present only jerry).
Sig
rockchip: spl: Support full-speed CPU in SPL
Add a feature which speeds up the CPU to full speed in SPL to minimise boot time. This is only supported for certain boards (at present only jerry).
Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|
| #
009741fb |
| 22-Jan-2016 |
Simon Glass <sjg@chromium.org> |
rockchip: Rename the CRU_MODE_CON fields
These should match the datasheet naming. Adjust them.
Signed-off-by: Simon Glass <sjg@chromium.org>
|
| #
c9feb427 |
| 03-Sep-2015 |
Tom Rini <trini@konsulko.com> |
Merge git://git.denx.de/u-boot-rockchip
|
| #
99c15650 |
| 30-Aug-2015 |
Simon Glass <sjg@chromium.org> |
rockchip: rk3288: Add clock driver
Add a driver for setting up and modifying the various PLLs and peripheral clocks on the RK3288.
Signed-off-by: Simon Glass <sjg@chromium.org>
|