Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/imx/fdt Oops, two more missing clk dependencies...
details: https://anonhg.NetBSD.org/src/rev/b7e1c461875b
branches: trunk
changeset: 933259:b7e1c461875b
user: rin <rin%NetBSD.org@localhost>
date: Sat May 23 13:39:24 2020 +0000
description:
Oops, two more missing clk dependencies...
diffstat:
sys/arch/arm/imx/fdt/files.imx6 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 4a864d8886c3 -r b7e1c461875b sys/arch/arm/imx/fdt/files.imx6
--- a/sys/arch/arm/imx/fdt/files.imx6 Sat May 23 13:24:07 2020 +0000
+++ b/sys/arch/arm/imx/fdt/files.imx6 Sat May 23 13:39:24 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.imx6,v 1.10 2020/05/23 13:24:08 skrll Exp $
+# $NetBSD: files.imx6,v 1.11 2020/05/23 13:39:24 rin Exp $
#
# Configuration info for the Freescale i.MX6
#
@@ -16,7 +16,7 @@
file arch/arm/imx/fdt/imx6_clk.c imxccm
# Common FDT clock framework
-define imx_ccm
+define imx_ccm: clk
file arch/arm/imx/fdt/imx_ccm.c imx_ccm
file arch/arm/imx/fdt/imx_ccm_extclk.c imx_ccm
file arch/arm/imx/fdt/imx_ccm_gate.c imx_ccm
@@ -106,7 +106,7 @@
defparam opt_imxspi.h IMXSPINSLAVES
# PWM
-device imxpwm: pwm
+device imxpwm: pwm, clk
attach imxpwm at fdt with imxpwm_fdt
file arch/arm/imx/imxpwm.c imxpwm
file arch/arm/imx/fdt/imx6_pwm.c imxpwm_fdt
Home |
Main Index |
Thread Index |
Old Index