History log of /rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/grf_rv1108.h (Results 1 – 5 of 5)
Revision Date Author Comments
# a1e3d296 13-Jan-2018 David Wu <david.wu@rock-chips.com>

rockchip: pinctrl: rv1108: Move the iomux definitions into pinctrl-driver

If we include both the rk3288_grf.h and rv1108_grf.h, it will cause the
conflicts of redefinition. Clean the iomux definitio

rockchip: pinctrl: rv1108: Move the iomux definitions into pinctrl-driver

If we include both the rk3288_grf.h and rv1108_grf.h, it will cause the
conflicts of redefinition. Clean the iomux definitions at grf_rv1108.h,
and move them into pinctrl-driver.

Change-Id: Ie47ccd77963de909acf3494ad7e3ce20b3c560a6
Signed-off-by: David Wu <david.wu@rock-chips.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

show more ...


# 329c0b94 13-Jan-2018 David Wu <david.wu@rock-chips.com>

rockchip: grf_rv1108.h: Fix the grf offsets

The last 4 grf registers offset of rv1108 are wrong, fix them
for correct usage.

Change-Id: I4bbc7e8fcd04321d5ebcfb2c1a288ea49c0eddfc
Signed-off-by: Davi

rockchip: grf_rv1108.h: Fix the grf offsets

The last 4 grf registers offset of rv1108 are wrong, fix them
for correct usage.

Change-Id: I4bbc7e8fcd04321d5ebcfb2c1a288ea49c0eddfc
Signed-off-by: David Wu <david.wu@rock-chips.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

show more ...


# 95b95808 01-Feb-2018 Zhihuan He <huan.he@rock-chips.com>

rockchip: add rv1108 sdram driver

add rv1108 sdram driver so we can set up sdram in SPL

Change-Id: Iecc6e896921b68ec97bf7d890a61a4ff75d6876b
Signed-off-by: Zhihuan He <huan.he@rock-chips.com>


# 156d64fa 08-Jun-2017 Tom Rini <trini@konsulko.com>

Merge git://git.denx.de/u-boot-rockchip

Here is additional rk3368 and rk3399 support, rv1108 support,
refactoring HDMI video (brought in from Anatolij's tree to resolve
conflicts), some mkimage fixe

Merge git://git.denx.de/u-boot-rockchip

Here is additional rk3368 and rk3399 support, rv1108 support,
refactoring HDMI video (brought in from Anatolij's tree to resolve
conflicts), some mkimage fixes and a few other things.

show more ...


# 09aa7c46 01-Jun-2017 Andy Yan <andy.yan@rock-chips.com>

rockchip: pinctrl: Add rv1108 pinctrl driver

Add pinctrl support for Rockchip rv1108 soc

Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
Reviewed-by: Simon Glass <sjg@chromium.org>