rockchip: rk3368: add DRAM controller driver with DRAM initialisationThis adds a DRAM controller driver for the RK3368 and places it indrivers/ram/rockchip (where the other DM-enabled DRAM control
rockchip: rk3368: add DRAM controller driver with DRAM initialisationThis adds a DRAM controller driver for the RK3368 and places it indrivers/ram/rockchip (where the other DM-enabled DRAM controllerdrivers for rockchip devices should also be moved eventually).At this stage, only the following feature-set is supported: - DDR3 - 32-bit configuration (i.e. fully populated) - dual-rank (i.e. no auto-detection of ranks) - DDR3-1600K speed-binThis driver expects to run from a TPL stage that will later return tothe RK3368 BROM. It communicates with later stages through theos_reg2 in the pmugrf (i.e. using the same mechanism as Rockchip's DDRinit code).Unlike other DMC drivers for RK32xx and RK33xx parts, the requiredtimings are calculated within the driver based on a target frequencyand a DDR3 speed-bin (only the DDR3-1600K speed-bin is support at thistime).The RK3368 also has the DDRC0_CON0 (DDR ch. 0, control-register 0)register for controlling the operation of its (single-channel) DRAMcontroller in the GRF block. This provides for selecting DDR3, mobileDDR modes, and control low-power operation.As part of this change, DDRC0_CON0 is also added to the GRF structuredefinition (at offset 0x600).Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>Reviewed-by: Simon Glass <sjg@chromium.org>
show more ...
Merge git://git.denx.de/u-boot-rockchipThis includes support for rk3188 from Heiko Stübner and and rk3328 fromKever Yang. Also included is SPL support for rk3399 and a fix forrk3288 to get it bo
Merge git://git.denx.de/u-boot-rockchipThis includes support for rk3188 from Heiko Stübner and and rk3328 fromKever Yang. Also included is SPL support for rk3399 and a fix forrk3288 to get it booting again (spl_early_init()).
clk: stm32f7: add clock driver for stm32f7 familyadd basic clock driver support for stm32f7 to enable clocks required bythe peripherals.Signed-off-by: Vikas Manocha <vikas.manocha@st.com>Review
clk: stm32f7: add clock driver for stm32f7 familyadd basic clock driver support for stm32f7 to enable clocks required bythe peripherals.Signed-off-by: Vikas Manocha <vikas.manocha@st.com>Reviewed-by: Simon Glass <sjg@chromium.org>
rockchip: arm64: rk3399: add ddr controller driverRK3399 support DDR3, LPDDR3, DDR4 sdram, this patch is porting fromcoreboot, support 4GB lpddr3 in this version.Signed-off-by: Kever Yang <kever
rockchip: arm64: rk3399: add ddr controller driverRK3399 support DDR3, LPDDR3, DDR4 sdram, this patch is porting fromcoreboot, support 4GB lpddr3 in this version.Signed-off-by: Kever Yang <kever.yang@rock-chips.com>Added rockchip: tag:Signed-off-by: Simon Glass <sjg@chromium.org>
drivers: clk: Add clock driver for Microchip PIC32 Microcontroller.PIC32 clock module consists of multiple oscillators, PLLs, mutiplexersand dividers capable of supplying clock to various controll
drivers: clk: Add clock driver for Microchip PIC32 Microcontroller.PIC32 clock module consists of multiple oscillators, PLLs, mutiplexersand dividers capable of supplying clock to various controllerson or off-chip.Signed-off-by: Purna Chandra Mandal <purna.mandal@microchip.com>Reviewed-by: Simon Glass <sjg@chromium.org>Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
rockchip: Bring in RK3288 device tree file includes and bindingsBring in required device tree files from Linux. Since mainline Linux issomewhat behind, use the files from the Chromium tree. We can
rockchip: Bring in RK3288 device tree file includes and bindingsBring in required device tree files from Linux. Since mainline Linux issomewhat behind, use the files from the Chromium tree. We can re-sync oncefurther code is acccepted upstream.Signed-off-by: Simon Glass <sjg@chromium.org>
tegra: fdt: Add clock bindingsThis adds a basic binding for the oscillator and peripheral clocks. Thesecond cell is the clock number, defined as the bit number within the clockenable register if
tegra: fdt: Add clock bindingsThis adds a basic binding for the oscillator and peripheral clocks. Thesecond cell is the clock number, defined as the bit number within the clockenable register if the peripheral clock.This uses the RFC clock bindings from Grant Likely so may change later:https://lkml.org/lkml/2011/12/12/498It is taken from Stephen Warren's patch here:http://patchwork.ozlabs.org/patch/141359/Signed-off-by: Simon Glass <sjg@chromium.org>Signed-off-by: Tom Warren <twarren@nvidia.com>