[PATCH 1/5] fixup! net: eqos: Rockchip support
Ahmad Fatoum
a.fatoum at pengutronix.de
Wed Jun 9 01:55:08 PDT 2021
Align capitalization with other hex constants.
Signed-off-by: Ahmad Fatoum <a.fatoum at 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
More information about the barebox
mailing list