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 imxpcie also depends on clk.



details:   https://anonhg.NetBSD.org/src/rev/7c493f979339
branches:  trunk
changeset: 933244:7c493f979339
user:      rin <rin%NetBSD.org@localhost>
date:      Sat May 23 06:21:36 2020 +0000

description:
imxpcie also depends on clk.

diffstat:

 sys/arch/arm/imx/files.imx6 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r b161a7105fc7 -r 7c493f979339 sys/arch/arm/imx/files.imx6
--- a/sys/arch/arm/imx/files.imx6       Sat May 23 06:21:15 2020 +0000
+++ b/sys/arch/arm/imx/files.imx6       Sat May 23 06:21:36 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.imx6,v 1.19 2019/10/12 06:46:13 skrll Exp $
+#      $NetBSD: files.imx6,v 1.20 2020/05/23 06:21:36 rin Exp $
 #
 # Configuration info for the Freescale i.MX6
 #
@@ -27,13 +27,13 @@
 file   arch/arm/imx/imx6_axi.c                 axi
 
 # iMX6 PCIe
-device imxpcie: pcibus
+device imxpcie: pcibus, clk
 attach imxpcie at axi with imx6_pcie
 file   arch/arm/imx/imxpcie.c                  imxpcie
 file   arch/arm/imx/imx6_pcie.c                imx6_pcie
 
 # iMX6 Clock Control Module
-device imxccm : clk
+device imxccm: clk
 attach imxccm at axi
 file   arch/arm/imx/imx6_ccm.c                 imxccm needs-flag
 file   arch/arm/imx/imx6_clk.c                 imxccm



Home | Main Index | Thread Index | Old Index