From 19216553b3dd4ffe1142f51ef96fa8912cbbbd57 Mon Sep 17 00:00:00 2001 From: dlg Date: Wed, 19 Apr 2023 00:19:17 +0000 Subject: [PATCH] dwmshc config --- sys/dev/fdt/files.fdt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys/dev/fdt/files.fdt b/sys/dev/fdt/files.fdt index 54ce601625a..5df8d8572c8 100644 --- a/sys/dev/fdt/files.fdt +++ b/sys/dev/fdt/files.fdt @@ -1,4 +1,4 @@ -# $OpenBSD: files.fdt,v 1.185 2023/04/04 00:38:38 jsg Exp $ +# $OpenBSD: files.fdt,v 1.186 2023/04/19 00:19:17 dlg Exp $ # # Config file and device description for machine-independent FDT code. # Included by ports that need it. @@ -426,6 +426,10 @@ device dwmmc: sdmmcbus attach dwmmc at fdt file dev/fdt/dwmmc.c dwmmc +device dwmshc: sdhc, sdmmcbus +attach dwmshc at fdt +file dev/fdt/dwmshc.c dwmshc + device dwdog attach dwdog at fdt file dev/fdt/dwdog.c dwdog -- 2.20.1