Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/fdt fdtbus depends on clk



details:   https://anonhg.NetBSD.org/src/rev/da16386c22db
branches:  trunk
changeset: 812608:da16386c22db
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Wed Dec 23 11:31:45 2015 +0000

description:
fdtbus depends on clk

diffstat:

 sys/dev/fdt/files.fdt |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 9c4a05082be9 -r da16386c22db sys/dev/fdt/files.fdt
--- a/sys/dev/fdt/files.fdt     Wed Dec 23 10:56:29 2015 +0000
+++ b/sys/dev/fdt/files.fdt     Wed Dec 23 11:31:45 2015 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: files.fdt,v 1.5 2015/12/22 21:42:11 jmcneill Exp $
+# $NetBSD: files.fdt,v 1.6 2015/12/23 11:31:45 jmcneill Exp $
 
 include        "external/bsd/libfdt/conf/files.libfdt"
 
 defflag        opt_fdt.h                               FDT: libfdt, ofw_subr
 
-define fdtbus { }
+define fdtbus { } : clk
 
 device fdt { }
 attach fdt at fdtbus



Home | Main Index | Thread Index | Old Index