From 990d792ac71a4649d9a35bb01bdde98bb826e45b Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Sun, 17 Jul 2022 16:26:23 -0600 Subject: mb/system76/tgl-u: Convert galp5 to a variant Change-Id: I49185352002f6df2f9e9ab9c39d44cc9247b41b5 Signed-off-by: Tim Crawford Reviewed-on: https://review.coreboot.org/c/coreboot/+/64527 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- .../system76/tgl-u/variants/galp5/include/variant/gpio.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/mainboard/system76/tgl-u/variants/galp5/include/variant/gpio.h (limited to 'src/mainboard/system76/tgl-u/variants/galp5/include') diff --git a/src/mainboard/system76/tgl-u/variants/galp5/include/variant/gpio.h b/src/mainboard/system76/tgl-u/variants/galp5/include/variant/gpio.h new file mode 100644 index 0000000000..29a4dd22b8 --- /dev/null +++ b/src/mainboard/system76/tgl-u/variants/galp5/include/variant/gpio.h @@ -0,0 +1,13 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + +#ifndef VARIANT_GPIO_H +#define VARIANT_GPIO_H + +#include + +#define DGPU_RST_N GPP_U4 +#define DGPU_PWR_EN GPP_U5 +#define DGPU_GC6 GPP_D2 +#define DGPU_SSID 0x40181558 + +#endif -- cgit v1.2.3