From: Ahmad Fatoum <a.fatoum@pengutronix.de> To: Michael Riesch <michael.riesch@wolfvision.net>, barebox@lists.infradead.org, Sascha Hauer <s.hauer@pengutronix.de> Subject: Re: [PATCH 2/3] net: designware: rockchip: remove unnecessary clock pclk_xpcs Date: Fri, 14 Jan 2022 06:24:00 +0100 [thread overview] Message-ID: <603ef8b9-0103-5b53-b9bb-3db329961b04@pengutronix.de> (raw) In-Reply-To: <20211111140316.1646962-3-michael.riesch@wolfvision.net> Hello Sascha, On 11.11.21 15:03, Michael Riesch wrote: > The pclk_xpcs clock is not used in the mainline Linux driver and > only rarely specified in the mainline dts files. Drop it in order > to avoid errors when the mainline dts files are used. > > Signed-off-by: Michael Riesch <michael.riesch@wolfvision.net> Can you cherry-pick this one patch? I have code depending on it. > --- > drivers/net/designware_rockchip.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/drivers/net/designware_rockchip.c b/drivers/net/designware_rockchip.c > index e4f74f646..7acbd723b 100644 > --- a/drivers/net/designware_rockchip.c > +++ b/drivers/net/designware_rockchip.c > @@ -44,7 +44,6 @@ enum { > CLK_MAC_PCLK, > CLK_MAC_SPEED, > CLK_PTP_REF, > - CLK_XPCS_PCLK, > }; > > static const struct clk_bulk_data rk_gmac_clks[] = { > @@ -56,7 +55,6 @@ static const struct clk_bulk_data rk_gmac_clks[] = { > [CLK_MAC_PCLK] = { .id = "pclk_mac" }, > [CLK_MAC_SPEED] = { .id = "clk_mac_speed" }, > [CLK_PTP_REF] = { .id = "ptp_ref" }, > - [CLK_XPCS_PCLK] = { .id = "pclk_xpcs" }, > }; > > static inline struct eqos_rk_gmac *to_rk_gmac(struct eqos *eqos) > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 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
next prev parent reply other threads:[~2022-01-14 5:25 UTC|newest] Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-11-11 14:03 [PATCH 0/3] arm: rockchip: minor fixes as preparation for mainline dts Michael Riesch 2021-11-11 14:03 ` [PATCH 1/3] arm: rockchip: rk3568: fix mmc boot source instances Michael Riesch 2021-11-15 7:51 ` Sascha Hauer 2021-11-15 8:06 ` Sascha Hauer 2021-11-15 9:24 ` Michael Riesch 2021-11-17 14:24 ` [RFC PATCH] bootsource: add helper to set instance by name Michael Riesch 2022-01-14 8:25 ` Michael Riesch 2022-01-14 9:15 ` Sascha Hauer 2021-11-11 14:03 ` [PATCH 2/3] net: designware: rockchip: remove unnecessary clock pclk_xpcs Michael Riesch 2022-01-14 5:24 ` Ahmad Fatoum [this message] 2022-01-14 8:16 ` Sascha Hauer 2021-11-11 14:03 ` [PATCH 3/3] pinctrl: rockchip: use alias rather than full of name Michael Riesch 2021-11-15 7:54 ` Sascha Hauer 2021-11-17 12:42 ` Michael Riesch
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=603ef8b9-0103-5b53-b9bb-3db329961b04@pengutronix.de \ --to=a.fatoum@pengutronix.de \ --cc=barebox@lists.infradead.org \ --cc=michael.riesch@wolfvision.net \ --cc=s.hauer@pengutronix.de \ --subject='Re: [PATCH 2/3] net: designware: rockchip: remove unnecessary clock pclk_xpcs' \ /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
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox