From: Michael Grzeschik <m.grzeschik@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH v3 1/4] ARM: i.MX: setup ENET_TX_CLK_DIR in imx6_init for every imx6ul
Date: Wed, 7 Jun 2017 12:34:19 +0200 [thread overview]
Message-ID: <20170607103422.4673-2-m.grzeschik@pengutronix.de> (raw)
In-Reply-To: <20170607103422.4673-1-m.grzeschik@pengutronix.de>
We generically enable the output of ENET_TX_CLK.
It will be output if ENET_REF_CLK is selected.
Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
---
arch/arm/mach-imx/imx6.c | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/arch/arm/mach-imx/imx6.c b/arch/arm/mach-imx/imx6.c
index 7b3fc1da27..5afbf6b30f 100644
--- a/arch/arm/mach-imx/imx6.c
+++ b/arch/arm/mach-imx/imx6.c
@@ -121,6 +121,16 @@ void imx6_setup_ipu_qos(void)
}
}
+void imx6ul_enet_clk_init(void)
+{
+ void __iomem *gprbase = IOMEM(MX6_IOMUXC_BASE_ADDR) + 0x4000;
+ uint32_t val;
+
+ val = readl(gprbase + IOMUXC_GPR1);
+ val |= (0x3 << 17);
+ writel(val, gprbase + IOMUXC_GPR1);
+}
+
int imx6_init(void)
{
const char *cputypestr;
@@ -159,6 +169,7 @@ int imx6_init(void)
break;
case IMX6_CPUTYPE_IMX6UL:
cputypestr = "i.MX6 UltraLite";
+ imx6ul_enet_clk_init();
break;
case IMX6_CPUTYPE_IMX6ULL:
cputypestr = "i.MX6 ULL";
--
2.11.0
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2017-06-07 10:34 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-07 10:34 [PATCH v3 0/4] imx6ul: add Technexion Pico Hobbit support Michael Grzeschik
2017-06-07 10:34 ` Michael Grzeschik [this message]
2017-06-07 10:34 ` [PATCH v3 2/4] ARM: phytec-som-imx6: remove needles enet refclk setup Michael Grzeschik
2017-06-07 10:34 ` [PATCH v3 3/4] i.MX: fec: add post PHY reset delay DT property Michael Grzeschik
2017-06-07 10:34 ` [PATCH v3 4/4] ARM: i.MX6: add Technexion Pico Hobbit support Michael Grzeschik
2017-06-07 11:58 ` [PATCH v3 0/4] imx6ul: " Sascha Hauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170607103422.4673-2-m.grzeschik@pengutronix.de \
--to=m.grzeschik@pengutronix.de \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox