From: Ahmad Fatoum <a.fatoum@pengutronix.de> To: barebox@lists.infradead.org Cc: sha@pengutronix.de, Ahmad Fatoum <a.fatoum@pengutronix.de> Subject: [PATCH 1/5] fixup! net: eqos: Rockchip support Date: Wed, 9 Jun 2021 10:55:08 +0200 [thread overview] Message-ID: <20210609085512.3865-2-a.fatoum@pengutronix.de> (raw) In-Reply-To: <20210609085512.3865-1-a.fatoum@pengutronix.de> Align capitalization with other hex constants. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> --- drivers/net/designware_rockchip.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/net/designware_rockchip.c b/drivers/net/designware_rockchip.c index 883c1d806d6f..79c514e73054 100644 --- a/drivers/net/designware_rockchip.c +++ b/drivers/net/designware_rockchip.c @@ -69,10 +69,10 @@ static inline struct eqos_rk_gmac *to_rk_gmac(struct eqos *eqos) #define GRF_BIT(nr) (BIT(nr) | BIT((nr) + 16)) #define GRF_CLR_BIT(nr) (BIT((nr) + 16)) -#define RK3568_GRF_GMAC0_CON0 0X0380 -#define RK3568_GRF_GMAC0_CON1 0X0384 -#define RK3568_GRF_GMAC1_CON0 0X0388 -#define RK3568_GRF_GMAC1_CON1 0X038c +#define RK3568_GRF_GMAC0_CON0 0x0380 +#define RK3568_GRF_GMAC0_CON1 0x0384 +#define RK3568_GRF_GMAC1_CON0 0x0388 +#define RK3568_GRF_GMAC1_CON1 0x038c /* RK3568_GRF_GMAC0_CON1 && RK3568_GRF_GMAC1_CON1 */ #define RK3568_GMAC_PHY_INTF_SEL_RGMII \ -- 2.29.2 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2021-06-09 9:27 UTC|newest] Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-06-09 8:55 [PATCH 0/5] fixups for Designware EQOS MAC " Ahmad Fatoum 2021-06-09 8:55 ` Ahmad Fatoum [this message] 2021-06-09 8:55 ` [PATCH 2/5] fixup! net: eqos: " Ahmad Fatoum 2021-06-09 11:33 ` Sascha Hauer 2021-06-09 8:55 ` [PATCH 3/5] " Ahmad Fatoum 2021-06-09 8:55 ` [PATCH 4/5] " Ahmad Fatoum 2021-06-09 8:55 ` [PATCH 5/5] " Ahmad Fatoum
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=20210609085512.3865-2-a.fatoum@pengutronix.de \ --to=a.fatoum@pengutronix.de \ --cc=barebox@lists.infradead.org \ --cc=sha@pengutronix.de \ --subject='Re: [PATCH 1/5] fixup'\!' net: eqos: Rockchip support' \ /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