]> git.sur5r.net Git - u-boot/commitdiff
rockchip: rk3288: pinctrl: Fix HDMI pinctrl
authorSimon Glass <sjg@chromium.org>
Fri, 22 Jan 2016 02:45:16 +0000 (19:45 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 22 Jan 2016 03:42:37 +0000 (20:42 -0700)
Since the device tree does not specify the EDID pinctrl option for HDMI we
must set it manually. Fix the driver to handle this.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/pinctrl/rockchip/pinctrl_rk3288.c

index 8356786b12abf12512abadd00e653ba4e4d151e1..7c769bdb016c799989bbcae34d5089e7d099f62a 100644 (file)
@@ -503,6 +503,8 @@ static int rk3288_pinctrl_get_periph_id(struct udevice *dev,
                return PERIPH_ID_I2C4;
        case 65:
                return PERIPH_ID_I2C5;
+       case 103:
+               return PERIPH_ID_HDMI;
        }
 
        return -ENOENT;