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

dt-bindings: clock: Add AST2600 RMII RCLK gate definitions

The AST2600 has an explicit gate for the RMII RCLK for each of the four
MACs.

Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Joel Stanley <joel@jms.id.au>

authored by

Andrew Jeffery and committed by
Joel Stanley
d8d9ad83 5b468cc4

+4
+4
include/dt-bindings/clock/ast2600-clock.h
··· 83 83 #define ASPEED_CLK_MAC12 64 84 84 #define ASPEED_CLK_MAC34 65 85 85 #define ASPEED_CLK_USBPHY_40M 66 86 + #define ASPEED_CLK_MAC1RCLK 67 87 + #define ASPEED_CLK_MAC2RCLK 68 88 + #define ASPEED_CLK_MAC3RCLK 69 89 + #define ASPEED_CLK_MAC4RCLK 70 86 90 87 91 /* Only list resets here that are not part of a gate */ 88 92 #define ASPEED_RESET_ADC 55