diff options
| author | Simon Glass <[email protected]> | 2022-09-27 20:40:46 -0600 |
|---|---|---|
| committer | Kever Yang <[email protected]> | 2022-10-19 19:30:49 +0800 |
| commit | 70e351bdfeee5a7b05d5def2ebedbb5c0428ec98 (patch) | |
| tree | 5f457691db91009227a0803027ebc957b3499bf4 | |
| parent | bd9b4ac9c5f10ef58068dc870aca662e8c1b1c45 (diff) | |
rockchip: jerry: Enable RESET driver
At present the display does not work since it needs the reset driver to
operate. Fix this by enabling it.
Signed-off-by: Simon Glass <[email protected]>
Fixes: cd529f7ad62 ("rockchip: video: edp: Add missing reset support")
Fixes: 9749d2ea29e ("rockchip: video: vop: Add reset support")
Reviewed-by: Kever Yang <[email protected]>
| -rw-r--r-- | configs/chromebook_jerry_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/chromebook_jerry_defconfig b/configs/chromebook_jerry_defconfig index 35d546e6315..a60468eafa5 100644 --- a/configs/chromebook_jerry_defconfig +++ b/configs/chromebook_jerry_defconfig @@ -95,6 +95,7 @@ CONFIG_REGULATOR_RK8XX=y CONFIG_PWM_ROCKCHIP=y CONFIG_RAM=y CONFIG_SPL_RAM=y +CONFIG_DM_RESET=y CONFIG_DEBUG_UART_SHIFT=2 CONFIG_ROCKCHIP_SERIAL=y CONFIG_SOUND=y |
