Module Name: src
Committed By: thorpej
Date: Mon Apr 26 15:02:29 UTC 2021
Modified Files:
src/sys/dev/fdt: files.fdt
Log Message:
simplebus, cpus, and syscon do not need their own interface attribute; they
use the "fdt" interface attribute to attach children.
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/sys/dev/fdt/files.fdt
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/fdt/files.fdt
diff -u src/sys/dev/fdt/files.fdt:1.60 src/sys/dev/fdt/files.fdt:1.61
--- src/sys/dev/fdt/files.fdt:1.60 Thu Dec 31 15:12:33 2020
+++ src/sys/dev/fdt/files.fdt Mon Apr 26 15:02:29 2021
@@ -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
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 mmcpwr
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