summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2017-12-18 20:23:17 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2017-12-18 20:23:17 +0000
commit0c4101c3f997a370a315bf597c175e75f0fae866 (patch)
tree4e82b1addfdea138bcf395ec3b1dedca05c4a070 /sys/dev
parent72af3efea670524d1fa868fec6b4ac5f9400d69f (diff)
Properly implement the rsb attribute and actually use it.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/fdt/files.fdt10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/fdt/files.fdt b/sys/dev/fdt/files.fdt
index 99f7deb90d5..29911b4d29f 100644
--- a/sys/dev/fdt/files.fdt
+++ b/sys/dev/fdt/files.fdt
@@ -1,4 +1,4 @@
-# $OpenBSD: files.fdt,v 1.31 2017/12/18 19:40:12 kettenis Exp $
+# $OpenBSD: files.fdt,v 1.32 2017/12/18 20:23:16 kettenis Exp $
#
# Config file and device description for machine-independent FDT code.
# Included by ports that need it.
@@ -15,8 +15,8 @@ device sxipio {}: gpiobus
attach sxipio at fdt
file dev/fdt/sxipio.c sxipio
-define rsb
-device sxirsb {}: rsb
+define rsb {}
+device sxirsb: rsb
attach sxirsb at fdt
file dev/fdt/sxirsb.c sxirsb
@@ -34,7 +34,7 @@ file dev/fdt/sxitwi.c sxitwi
device axppmic
attach axppmic at i2c
-attach axppmic at sxirsb with axppmic_rsb
+attach axppmic at rsb with axppmic_rsb
file dev/fdt/axppmic.c axppmic
device bcmaux
@@ -139,5 +139,5 @@ attach dwxe at fdt
file dev/fdt/if_dwxe.c dwxe
device acrtc
-attach acrtc at sxirsb
+attach acrtc at rsb
file dev/fdt/acrtc.c acrtc \ No newline at end of file