| #
6bfdfc4f |
| 25-Jun-2018 |
Elaine Zhang <zhangqing@rock-chips.com> |
clk: rockchip: rk3399: support dual pll for vop
set the vop's parent just vpll and cpll, set vop parent in dts node,the same as kernel setting. i.e: &vopb { status = "okay"; assigned-clocks = <&cr
clk: rockchip: rk3399: support dual pll for vop
set the vop's parent just vpll and cpll, set vop parent in dts node,the same as kernel setting. i.e: &vopb { status = "okay"; assigned-clocks = <&cru DCLK_VOP0_DIV>; assigned-clock-parents = <&cru PLL_VPLL>; }; &vopl { status = "okay"; assigned-clocks = <&cru DCLK_VOP1_DIV>; assigned-clock-parents = <&cru PLL_CPLL>; };
Change-Id: I07ab4e2837cf7fc0860e8b4d14adb8936f5cb27a Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
show more ...
|
| #
f9515756 |
| 17-Mar-2017 |
Tom Rini <trini@konsulko.com> |
Merge git://git.denx.de/u-boot-rockchip
This includes support for rk3188 from Heiko Stübner and and rk3328 from Kever Yang. Also included is SPL support for rk3399 and a fix for rk3288 to get it bo
Merge git://git.denx.de/u-boot-rockchip
This includes support for rk3188 from Heiko Stübner and and rk3328 from Kever Yang. Also included is SPL support for rk3399 and a fix for rk3288 to get it booting again (spl_early_init()).
show more ...
|
| #
5ae2fd97 |
| 13-Feb-2017 |
Kever Yang <kever.yang@rock-chips.com> |
rockchip: clk: rk3399: update driver for spl
Add ddr clock setting, add rockchip_get_pmucru API, and enable of-platdata support.
Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Reviewed-by: S
rockchip: clk: rk3399: update driver for spl
Add ddr clock setting, add rockchip_get_pmucru API, and enable of-platdata support.
Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Reviewed-by: Simon Glass <sjg@chromium.org> Added rockchip tag and fix pmuclk_init() build warning: Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|
| #
777c834f |
| 19-Jul-2016 |
Kever Yang <kever.yang@rock-chips.com> |
dts: add support for Rockchip rk3399 soc
These files are from kernel upstream: "649a371 Add linux-next specific files for 20160616" with some modification need by U-Boot: - chosen with stdout-path t
dts: add support for Rockchip rk3399 soc
These files are from kernel upstream: "649a371 Add linux-next specific files for 20160616" with some modification need by U-Boot: - chosen with stdout-path to uart2. - add clock-frequency for uart2
Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Acked-by: Simon Glass <sjg@chromium.org>
show more ...
|