enable dwmshc to support the emmc controller on rockchip rk356x boards.
authordlg <dlg@openbsd.org>
Wed, 19 Apr 2023 00:40:24 +0000 (00:40 +0000)
committerdlg <dlg@openbsd.org>
Wed, 19 Apr 2023 00:40:24 +0000 (00:40 +0000)
sys/arch/arm64/conf/GENERIC
sys/arch/arm64/conf/RAMDISK

index 6658674..aacb6fc 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.264 2023/04/03 05:58:56 dlg Exp $
+# $OpenBSD: GENERIC,v 1.265 2023/04/19 00:40:24 dlg Exp $
 #
 # GENERIC machine description file
 #
@@ -314,6 +314,8 @@ rkvop*              at fdt?
 rkdwusb*       at fdt?
 dwmmc*         at fdt?
 sdmmc*         at dwmmc?
+dwmshc*                at fdt?
+sdmmc*         at dwmshc?
 
 # Qualcomm SoCs
 qcdwusb*       at fdt?
index 98423c4..56b1ce2 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.196 2023/04/03 05:58:56 dlg Exp $
+# $OpenBSD: RAMDISK,v 1.197 2023/04/19 00:40:24 dlg Exp $
 
 machine                arm64
 maxusers       4
@@ -238,6 +238,8 @@ rkrng*              at fdt?
 rkdwusb*       at fdt?
 dwmmc*         at fdt?
 sdmmc*         at dwmmc?
+dwmshc*                at fdt?
+sdmmc*         at dwmshc?
 
 # Qualcomm SoCs
 qcdwusb*       at fdt?