[PATCH linux dev-5.3 3/6] dt-bindings: clock: Add AST2600 RMII RCLK gate definitions
Joel Stanley
joel at jms.id.au
Mon Sep 23 14:58:32 AEST 2019
On Sun, 22 Sep 2019 at 12:36, Andrew Jeffery <andrew at aj.id.au> wrote:
>
> The AST2600 has an explicit gate for the RMII RCLK for each of the four
> MACs.
>
> Signed-off-by: Andrew Jeffery <andrew at aj.id.au>
Put this in the same patch as the clock driver changes when you respin.
> ---
> include/dt-bindings/clock/ast2600-clock.h | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/include/dt-bindings/clock/ast2600-clock.h b/include/dt-bindings/clock/ast2600-clock.h
> index 38074a5f7296..ac567fc84a87 100644
> --- a/include/dt-bindings/clock/ast2600-clock.h
> +++ b/include/dt-bindings/clock/ast2600-clock.h
> @@ -84,6 +84,11 @@
> #define ASPEED_CLK_MAC34 65
> #define ASPEED_CLK_USBPHY_40M 66
>
> +#define ASPEED_CLK_GATE_MAC1RCLK 67
> +#define ASPEED_CLK_GATE_MAC2RCLK 68
> +#define ASPEED_CLK_GATE_MAC3RCLK 69
> +#define ASPEED_CLK_GATE_MAC4RCLK 70
Nit: You call them MACnCLK here, but rmmin_clk in is the gate name.
Please pick one and use it in both places.
More information about the openbmc
mailing list