diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2023-04-19 00:40:25 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2023-04-19 00:40:25 +0000 |
commit | 2af7b443957555b0ef5c30e2733c0adedd09302e (patch) | |
tree | 95ed8fad768884be3f62a3b6aaf2010832110d75 /sys/arch/arm64/conf | |
parent | 78686bb8b3cfaffdf2482b2b1359560931620ff1 (diff) |
enable dwmshc to support the emmc controller on rockchip rk356x boards.
Diffstat (limited to 'sys/arch/arm64/conf')
-rw-r--r-- | sys/arch/arm64/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/arm64/conf/RAMDISK | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC index 665867433b4..aacb6fc042b 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -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? diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK index 98423c445da..56b1ce2e4ef 100644 --- a/sys/arch/arm64/conf/RAMDISK +++ b/sys/arch/arm64/conf/RAMDISK @@ -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? |