mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
drm/nouveau/bios/gpio: sort gpios by values
One gpio was in wrong place, moved it for better readability. Signed-off-by: Mark Menzynski <mmenzyns@redhat.com> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
69cbbb7b04
commit
e79ef1c007
@ -3,9 +3,9 @@
|
||||
#define __NVBIOS_GPIO_H__
|
||||
enum dcb_gpio_func_name {
|
||||
DCB_GPIO_PANEL_POWER = 0x01,
|
||||
DCB_GPIO_FAN = 0x09,
|
||||
DCB_GPIO_TVDAC0 = 0x0c,
|
||||
DCB_GPIO_TVDAC1 = 0x2d,
|
||||
DCB_GPIO_FAN = 0x09,
|
||||
DCB_GPIO_FAN_SENSE = 0x3d,
|
||||
DCB_GPIO_LOGO_LED_PWM = 0x84,
|
||||
DCB_GPIO_UNUSED = 0xff,
|
||||
|
Loading…
Reference in New Issue
Block a user