summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorjmcneill <jmcneill@NetBSD.org>2021-11-07 17:11:58 +0000
committerjmcneill <jmcneill@NetBSD.org>2021-11-07 17:11:58 +0000
commitf0643dbdff070205cd02b0c5c1eabb0df447942d (patch)
treec791039d603e91b6233c02aae3fe4535f338b5b6 /sys/dev
parent9824a45c164fb0f529a868929120551eab732e75 (diff)
dts: adapt to dts-5.15 bindings
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/fdt/fdt_panel.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/fdt/fdt_panel.c b/sys/dev/fdt/fdt_panel.c
index cc864d334cb..15764ca469d 100644
--- a/sys/dev/fdt/fdt_panel.c
+++ b/sys/dev/fdt/fdt_panel.c
@@ -1,4 +1,4 @@
-/* $NetBSD: fdt_panel.c,v 1.3 2021/01/27 03:10:21 thorpej Exp $ */
+/* $NetBSD: fdt_panel.c,v 1.4 2021/11/07 17:11:58 jmcneill Exp $ */
/*-
* Copyright (c) 2019 Jonathan A. Kollasch <jakllsch@kollasch.net>
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fdt_panel.c,v 1.3 2021/01/27 03:10:21 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fdt_panel.c,v 1.4 2021/11/07 17:11:58 jmcneill Exp $");
#include <sys/param.h>
#include <sys/bus.h>
@@ -46,6 +46,7 @@ __KERNEL_RCSID(0, "$NetBSD: fdt_panel.c,v 1.3 2021/01/27 03:10:21 thorpej Exp $"
static const struct device_compatible_entry compat_data[] = {
{ .compat = "simple-panel" },
+ { .compat = "boe,nv140fhmn49" },
DEVICE_COMPAT_EOL
};