u-boot: Enable DM_RESET for veyron boards
The display driver on the veyron boards needs reset drivers, more specifically RESET_ROCKCHIP. This is enabled by default depending on DM_RESET, which an upstream commit enables for veyron_jerry claiming it fixes the display [1]. Enable it also in our configs, but for other veyrons as well. [1] https://lore.kernel.org/u-boot/20220928024046.2657593-1-sjg@chromium.org/ Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>fsdg20230625
parent
7f5dfebf7d
commit
e11650c3c7
|
@ -1398,6 +1398,8 @@ CONFIG_NETDEVICES=y
|
|||
# CONFIG_PHY_ROCKCHIP_INNO_USB2 is not set
|
||||
# CONFIG_PHY_ROCKCHIP_PCIE is not set
|
||||
# CONFIG_PHY_ROCKCHIP_TYPEC is not set
|
||||
# CONFIG_PHY_CADENCE_SIERRA is not set
|
||||
# CONFIG_PHY_CADENCE_TORRENT is not set
|
||||
# CONFIG_MVEBU_COMPHY_SUPPORT is not set
|
||||
|
||||
#
|
||||
|
@ -1521,8 +1523,14 @@ CONFIG_RAM_ROCKCHIP_DEBUG=y
|
|||
#
|
||||
# Reset Controller Support
|
||||
#
|
||||
# CONFIG_DM_RESET is not set
|
||||
CONFIG_DM_RESET=y
|
||||
# CONFIG_RESET_AST2500 is not set
|
||||
# CONFIG_RESET_AST2600 is not set
|
||||
CONFIG_RESET_ROCKCHIP=y
|
||||
# CONFIG_RESET_HISILICON is not set
|
||||
# CONFIG_RESET_SYSCON is not set
|
||||
# CONFIG_RESET_SCMI is not set
|
||||
# CONFIG_RESET_DRA7 is not set
|
||||
# CONFIG_DM_RNG is not set
|
||||
|
||||
#
|
||||
|
|
|
@ -1382,6 +1382,8 @@ CONFIG_NETDEVICES=y
|
|||
# CONFIG_PHY_ROCKCHIP_INNO_USB2 is not set
|
||||
# CONFIG_PHY_ROCKCHIP_PCIE is not set
|
||||
# CONFIG_PHY_ROCKCHIP_TYPEC is not set
|
||||
# CONFIG_PHY_CADENCE_SIERRA is not set
|
||||
# CONFIG_PHY_CADENCE_TORRENT is not set
|
||||
# CONFIG_MVEBU_COMPHY_SUPPORT is not set
|
||||
|
||||
#
|
||||
|
@ -1505,8 +1507,14 @@ CONFIG_RAM_ROCKCHIP_DEBUG=y
|
|||
#
|
||||
# Reset Controller Support
|
||||
#
|
||||
# CONFIG_DM_RESET is not set
|
||||
CONFIG_DM_RESET=y
|
||||
# CONFIG_RESET_AST2500 is not set
|
||||
# CONFIG_RESET_AST2600 is not set
|
||||
CONFIG_RESET_ROCKCHIP=y
|
||||
# CONFIG_RESET_HISILICON is not set
|
||||
# CONFIG_RESET_SYSCON is not set
|
||||
# CONFIG_RESET_SCMI is not set
|
||||
# CONFIG_RESET_DRA7 is not set
|
||||
# CONFIG_DM_RNG is not set
|
||||
|
||||
#
|
||||
|
|
|
@ -1386,6 +1386,8 @@ CONFIG_NETDEVICES=y
|
|||
# CONFIG_PHY_ROCKCHIP_INNO_USB2 is not set
|
||||
# CONFIG_PHY_ROCKCHIP_PCIE is not set
|
||||
# CONFIG_PHY_ROCKCHIP_TYPEC is not set
|
||||
# CONFIG_PHY_CADENCE_SIERRA is not set
|
||||
# CONFIG_PHY_CADENCE_TORRENT is not set
|
||||
# CONFIG_MVEBU_COMPHY_SUPPORT is not set
|
||||
|
||||
#
|
||||
|
@ -1509,8 +1511,14 @@ CONFIG_RAM_ROCKCHIP_DEBUG=y
|
|||
#
|
||||
# Reset Controller Support
|
||||
#
|
||||
# CONFIG_DM_RESET is not set
|
||||
CONFIG_DM_RESET=y
|
||||
# CONFIG_RESET_AST2500 is not set
|
||||
# CONFIG_RESET_AST2600 is not set
|
||||
CONFIG_RESET_ROCKCHIP=y
|
||||
# CONFIG_RESET_HISILICON is not set
|
||||
# CONFIG_RESET_SYSCON is not set
|
||||
# CONFIG_RESET_SCMI is not set
|
||||
# CONFIG_RESET_DRA7 is not set
|
||||
# CONFIG_DM_RNG is not set
|
||||
|
||||
#
|
||||
|
|
|
@ -1385,6 +1385,8 @@ CONFIG_NETDEVICES=y
|
|||
# CONFIG_PHY_ROCKCHIP_INNO_USB2 is not set
|
||||
# CONFIG_PHY_ROCKCHIP_PCIE is not set
|
||||
# CONFIG_PHY_ROCKCHIP_TYPEC is not set
|
||||
# CONFIG_PHY_CADENCE_SIERRA is not set
|
||||
# CONFIG_PHY_CADENCE_TORRENT is not set
|
||||
# CONFIG_MVEBU_COMPHY_SUPPORT is not set
|
||||
|
||||
#
|
||||
|
@ -1508,8 +1510,14 @@ CONFIG_RAM_ROCKCHIP_DEBUG=y
|
|||
#
|
||||
# Reset Controller Support
|
||||
#
|
||||
# CONFIG_DM_RESET is not set
|
||||
CONFIG_DM_RESET=y
|
||||
# CONFIG_RESET_AST2500 is not set
|
||||
# CONFIG_RESET_AST2600 is not set
|
||||
CONFIG_RESET_ROCKCHIP=y
|
||||
# CONFIG_RESET_HISILICON is not set
|
||||
# CONFIG_RESET_SYSCON is not set
|
||||
# CONFIG_RESET_SCMI is not set
|
||||
# CONFIG_RESET_DRA7 is not set
|
||||
# CONFIG_DM_RNG is not set
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue