From 21d185ef13f5456f5836217e973edf396cf34890 Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Thu, 9 Feb 2023 14:06:54 -0600 Subject: [PATCH] trivial: Add relationship for GPIO controller The GPIO controllers AMDI0030 and AMDI0031 come from the SOC. Show them appropriately in the tree view. --- plugins/gpio/gpio.quirk | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/plugins/gpio/gpio.quirk b/plugins/gpio/gpio.quirk index 0400f0533..c598f96aa 100644 --- a/plugins/gpio/gpio.quirk +++ b/plugins/gpio/gpio.quirk @@ -1,3 +1,11 @@ # match all devices with this udev subsystem [GPIO] Plugin = gpio + +[GPIO\ID_AMDI0030:00] +Name = GPIO controller +ParentGuid = cpu + +[GPIO\ID_AMDI0031:00] +Name = GPIO controller +ParentGuid = cpu -- 2.39.5