diff options
| author | thorpej <thorpej@NetBSD.org> | 2021-04-26 15:02:29 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2021-04-26 15:02:29 +0000 |
| commit | 8fcfad251b2f9388d2d92af16288c862d3d0df79 (patch) | |
| tree | bae2b728ee4da10421547d180fb1edc45b02c381 /sys/dev | |
| parent | 315862dadfdc26a1a7493a192ff09f7c5fcd1fa6 (diff) | |
simplebus, cpus, and syscon do not need their own interface attribute; they
use the "fdt" interface attribute to attach children.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/fdt/files.fdt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/fdt/files.fdt b/sys/dev/fdt/files.fdt index 976fec26582..b84c9dcca24 100644 --- a/sys/dev/fdt/files.fdt +++ b/sys/dev/fdt/files.fdt @@ -1,4 +1,4 @@ -# $NetBSD: files.fdt,v 1.60 2020/12/31 15:12:33 ryo Exp $ +# $NetBSD: files.fdt,v 1.61 2021/04/26 15:02:29 thorpej Exp $ include "external/bsd/libfdt/conf/files.libfdt" @@ -9,7 +9,7 @@ defparam opt_fdt.h FDT_DEFAULT_STDOUT_PATH define fdt { [pass = 10] } : clk, pwm -device simplebus { } : fdt +device simplebus: fdt attach simplebus at fdt file dev/fdt/fdtbus.c fdt @@ -84,7 +84,7 @@ file dev/fdt/fdt_spi.c fdt file dev/fdt/fdt_syscon.c fdt file dev/fdt/fdt_pinctrl.c fdt -device cpus { } : fdt +device cpus: fdt attach cpus at fdt file dev/fdt/cpus.c cpus @@ -94,7 +94,7 @@ file dev/fdt/mmc_pwrseq_simple.c mmcpwrseq_simple attach mmcpwrseq at fdt with mmcpwrseq_emmc file dev/fdt/mmc_pwrseq_emmc.c mmcpwrseq_emmc -device syscon { } : fdt +device syscon: fdt attach syscon at fdt file dev/fdt/syscon.c syscon |
