From f0643dbdff070205cd02b0c5c1eabb0df447942d Mon Sep 17 00:00:00 2001 From: jmcneill Date: Sun, 7 Nov 2021 17:11:58 +0000 Subject: dts: adapt to dts-5.15 bindings --- sys/dev/fdt/fdt_panel.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/dev') 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 @@ -27,7 +27,7 @@ */ #include -__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 #include @@ -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 }; -- cgit