mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-05 06:08:22 +00: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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue