aboutsummaryrefslogtreecommitdiff
path: root/display.c
diff options
context:
space:
mode:
Diffstat (limited to 'display.c')
-rw-r--r--display.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/display.c b/display.c
index 5665ed5..9cd3b9d 100644
--- a/display.c
+++ b/display.c
@@ -73,6 +73,7 @@ struct windata windata[] = {
[REGULATOR] = { .name = "Regulators" },
[SENSOR] = { .name = "Sensors" },
[GPIO] = { .name = "Gpio" },
+ [GENPD] = { .name = "Powerdomains" },
};
static void display_fini(void)