mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-03-07 23:14:30 +07:00
drm/amd/display: set default GPIO_ID_HPD
Signed-off-by: Charlene Liu <charlene.liu@amd.com> Reviewed-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com> Acked-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
abfa99f4d2
commit
613cb725dc
@ -375,6 +375,7 @@ struct gpio *dal_gpio_create_irq(
|
||||
case GPIO_ID_GPIO_PAD:
|
||||
break;
|
||||
default:
|
||||
id = GPIO_ID_HPD;
|
||||
ASSERT_CRITICAL(false);
|
||||
return NULL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user