masayuki2009 commented on code in PR #9026: URL: https://github.com/apache/nuttx/pull/9026#discussion_r1173219789
########## arch/arm/src/imx6/hardware/imx_enet.h: ########## @@ -248,7 +248,8 @@ #define ENET_RCR_PROM (1 << 3) /* Bit 3: Promiscuous mode */ #define ENET_RCR_BC_REJ (1 << 4) /* Bit 4: Broadcast frame reject */ #define ENET_RCR_FCE (1 << 5) /* Bit 5: Flow control enable */ - /* Bits 6-7: Reserved */ +#define ENET_RCR_RGMII_EN (1 << 6) /* Bit 6: RGMII mode enable */ + /* Bit 7: Reserved */ #define ENET_RCR_RMII_MODE (1 << 8) /* Bit 8: RMII mode enable */ #define ENET_RCR_RMII_10T (1 << 9) /* Bit 9: Enables 10-Mbps mode of the RMII */ Review Comment: I only applied your suggestion to the Bit 6 and 7, because they relate to this PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org