* [PATCH] fixup! dts: update to v4.18-rc1
@ 2018-06-24 22:22 Andrey Smirnov
2018-06-25 20:06 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Andrey Smirnov @ 2018-06-24 22:22 UTC (permalink / raw)
To: barebox; +Cc: Andrey Smirnov
---
Sascha,
In case you haven't fixed this already, I am getting a build error on
'next' for i.MX7 due to the rename that happened as a part of "dts:
update to v4.18-rc1".
Thanks,
Andrey Smirnov
drivers/clk/imx/clk-imx7.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/clk/imx/clk-imx7.c b/drivers/clk/imx/clk-imx7.c
index 1025c9d17..8e92a5a3b 100644
--- a/drivers/clk/imx/clk-imx7.c
+++ b/drivers/clk/imx/clk-imx7.c
@@ -744,9 +744,9 @@ static int imx7_ccm_probe(struct device_d *dev)
* exist in hardware. According to the reference manual the ethernet clocks are controlled by
* gates at 0x4700 and 0x4710
*/
- clks[IMX7D_ENET1_REF_ROOT_CLK] = imx_clk_gate4("enet1_ref_root_clk", "enet1_ref_post_div", base + 0x4700, 0);
+ clks[IMX7D_ENET1_IPG_ROOT_CLK] = imx_clk_gate4("enet1_ref_root_clk", "enet1_ref_post_div", base + 0x4700, 0);
clks[IMX7D_ENET1_TIME_ROOT_CLK] = imx_clk_gate_shared("enet1_time_root_clk", "enet1_time_post_div", "enet1_ref_root_clk");
- clks[IMX7D_ENET2_REF_ROOT_CLK] = imx_clk_gate4("enet2_ref_root_clk", "enet2_ref_post_div", base + 0x4710, 0);
+ clks[IMX7D_ENET2_IPG_ROOT_CLK] = imx_clk_gate4("enet2_ref_root_clk", "enet2_ref_post_div", base + 0x4710, 0);
clks[IMX7D_ENET2_TIME_ROOT_CLK] = imx_clk_gate_shared("enet2_time_root_clk", "enet2_time_post_div", "enet2_ref_root_clk");
clks[IMX7D_ENET_PHY_REF_ROOT_CLK] = imx_clk_gate4("enet_phy_ref_root_clk", "enet_phy_ref_post_div", base + 0x4520, 0);
--
2.17.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] fixup! dts: update to v4.18-rc1
2018-06-24 22:22 [PATCH] fixup! dts: update to v4.18-rc1 Andrey Smirnov
@ 2018-06-25 20:06 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2018-06-25 20:06 UTC (permalink / raw)
To: Andrey Smirnov; +Cc: barebox
On Sun, Jun 24, 2018 at 03:22:31PM -0700, Andrey Smirnov wrote:
> ---
>
> Sascha,
>
> In case you haven't fixed this already, I am getting a build error on
> 'next' for i.MX7 due to the rename that happened as a part of "dts:
> update to v4.18-rc1".
This one should already be fixed, although I haven't pushed this change
yet. Did so now.
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-06-25 20:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-24 22:22 [PATCH] fixup! dts: update to v4.18-rc1 Andrey Smirnov
2018-06-25 20:06 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox