[coreboot-gerrit] New patch to review for coreboot: 649a892 rockchip: rk3288: add HDMI related iomux configuration

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Tue Jun 9 19:50:04 CEST 2015


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10477

-gerrit

commit 649a892853aff589790553a2e27e4238ac499067
Author: huang lin <hl at rock-chips.com>
Date:   Tue Jun 9 11:14:24 2015 +0800

    rockchip: rk3288: add HDMI related iomux configuration
    
    BUG=none
    BRANCH=none
    TEST=Boot from mickey board
    
    Change-Id: I6eadf52bddcf89011a112a8e5dee5e752556add9
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
    Original-Commit-Id: e3c865f0bf8567c3183d7948a0f9e8361db70695
    Original-Change-Id: I438527ee0870044f48b23a6842986e7cf166e191
    Original-Signed-off-by: huang lin <hl at rock-chips.com>
    Original-Reviewed-on: https://chromium-review.googlesource.com/276290
    Original-Reviewed-by: David Hendricks <dhendrix at chromium.org>
---
 src/soc/rockchip/rk3288/include/soc/grf.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/soc/rockchip/rk3288/include/soc/grf.h b/src/soc/rockchip/rk3288/include/soc/grf.h
index 18f9242..78bca9e 100644
--- a/src/soc/rockchip/rk3288/include/soc/grf.h
+++ b/src/soc/rockchip/rk3288/include/soc/grf.h
@@ -221,6 +221,8 @@ static struct rk3288_sgrf_regs * const rk3288_sgrf = (void *)GRF_SECURE_BASE;
 #define IOMUX_EMMCCMD	 RK_CLRSETBITS(0x3f, 2 << 4 | 2 << 2 | 2 << 0)
 #define IOMUX_PWM1	RK_SETBITS(1 << 2)
 #define IOMUX_EDP_HOTPLUG	RK_CLRSETBITS(0x3 << 6, 0x2 << 6)
+#define IOMUX_HDMI_EDP_I2C_SDA	RK_CLRSETBITS(0x3 << 12, 2 << 12)
+#define IOMUX_HDMI_EDP_I2C_SCL	RK_CLRSETBITS(0x3 << 0, 2 << 0)
 
 /* Use to mux a pin back to GPIO function. Since the selector for that is always
  * 0, we can just reuse RK mask/value patterns and mask out the "value" part. */



More information about the coreboot-gerrit mailing list