mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-24 04:59:57 +01:00
rockchip: rk3288: pinctrl: Fix HDMI pinctrl
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>
This commit is contained in:
parent
c87c129f7f
commit
318922b30f
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue