Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: clock: add RMII clock selection

Add RMII clock selection for ENETC0 and ENETC1.

Signed-off-by: Wei Fang <wei.fang@nxp.com>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://lore.kernel.org/r/20240829011849.364987-3-wei.fang@nxp.com
Signed-off-by: Abel Vesa <abel.vesa@linaro.org>

authored by

Wei Fang and committed by
Abel Vesa
b4f62001 4b78b547

+3
+3
include/dt-bindings/clock/nxp,imx95-clock.h
··· 25 25 #define IMX95_CLK_DISPMIX_ENG0_SEL 0 26 26 #define IMX95_CLK_DISPMIX_ENG1_SEL 1 27 27 28 + #define IMX95_CLK_NETCMIX_ENETC0_RMII 0 29 + #define IMX95_CLK_NETCMIX_ENETC1_RMII 1 30 + 28 31 #endif /* __DT_BINDINGS_CLOCK_IMX95_H */