diff mbox series

rockchip: clk: add clocks to px30_clk_enable

Message ID 20220325170922.4772-1-macroalpha82@gmail.com
State Accepted
Commit 0abb5b0426e5c20bdbb5748196569a2b5533d711
Delegated to: Kever Yang
Headers show
Series rockchip: clk: add clocks to px30_clk_enable | expand

Commit Message

Chris Morgan March 25, 2022, 5:09 p.m. UTC
From: Chris Morgan <macromorgan@hotmail.com>

Add the HCLK_OTG, HCLK_SFC, and SCLK_SFC clocks to px30_clk_enable.
Without this change U-Boot reports an error of "Enable
clock-controller@ff2b0000 failed" on boot when using the SFC or USB in
U-Boot.

Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
---
 drivers/clk/rockchip/clk_px30.c | 3 +++
 1 file changed, 3 insertions(+)

Comments

Kever Yang March 28, 2022, 12:39 p.m. UTC | #1
Hi Chris,

     Thanks for your patch.

On 2022/3/26 01:09, Chris Morgan wrote:
> From: Chris Morgan <macromorgan@hotmail.com>
>
> Add the HCLK_OTG, HCLK_SFC, and SCLK_SFC clocks to px30_clk_enable.
> Without this change U-Boot reports an error of "Enable
> clock-controller@ff2b0000 failed" on boot when using the SFC or USB in
> U-Boot.
>
> Signed-off-by: Chris Morgan <macromorgan@hotmail.com>

Reviewed-by: Kever Yang <kever.yang@rock-chips.com>

Thanks,
- Kever
> ---
>   drivers/clk/rockchip/clk_px30.c | 3 +++
>   1 file changed, 3 insertions(+)
>
> diff --git a/drivers/clk/rockchip/clk_px30.c b/drivers/clk/rockchip/clk_px30.c
> index ea874e3f4b..5d467447a1 100644
> --- a/drivers/clk/rockchip/clk_px30.c
> +++ b/drivers/clk/rockchip/clk_px30.c
> @@ -1403,10 +1403,13 @@ static int px30_clk_enable(struct clk *clk)
>   {
>   	switch (clk->id) {
>   	case HCLK_HOST:
> +	case HCLK_OTG:
> +	case HCLK_SFC:
>   	case SCLK_GMAC:
>   	case SCLK_GMAC_RX_TX:
>   	case SCLK_MAC_REF:
>   	case SCLK_MAC_REFOUT:
> +	case SCLK_SFC:
>   	case ACLK_GMAC:
>   	case PCLK_GMAC:
>   	case SCLK_GMAC_RMII:
diff mbox series

Patch

diff --git a/drivers/clk/rockchip/clk_px30.c b/drivers/clk/rockchip/clk_px30.c
index ea874e3f4b..5d467447a1 100644
--- a/drivers/clk/rockchip/clk_px30.c
+++ b/drivers/clk/rockchip/clk_px30.c
@@ -1403,10 +1403,13 @@  static int px30_clk_enable(struct clk *clk)
 {
 	switch (clk->id) {
 	case HCLK_HOST:
+	case HCLK_OTG:
+	case HCLK_SFC:
 	case SCLK_GMAC:
 	case SCLK_GMAC_RX_TX:
 	case SCLK_MAC_REF:
 	case SCLK_MAC_REFOUT:
+	case SCLK_SFC:
 	case ACLK_GMAC:
 	case PCLK_GMAC:
 	case SCLK_GMAC_RMII: