2019-06-14 16:55:35

by Heiko Stuebner

[permalink] [raw]
Subject: [PATCH 1/4] clk: rockchip: add clock id for hdmi_phy special clock

Add the needed clock id to enable clock settings from devicetree.

Signed-off-by: Heiko Stuebner <[email protected]>
---
include/dt-bindings/clock/rk3228-cru.h | 1 +
1 file changed, 1 insertion(+)

diff --git a/include/dt-bindings/clock/rk3228-cru.h b/include/dt-bindings/clock/rk3228-cru.h
index 3b245e3df8da..de550ea56eeb 100644
--- a/include/dt-bindings/clock/rk3228-cru.h
+++ b/include/dt-bindings/clock/rk3228-cru.h
@@ -64,6 +64,7 @@
#define SCLK_WIFI 141
#define SCLK_OTGPHY0 142
#define SCLK_OTGPHY1 143
+#define SCLK_HDMI_PHY 144

/* dclk gates */
#define DCLK_VOP 190
--
2.20.1


2019-06-14 20:39:29

by Justin Swartz

[permalink] [raw]
Subject: Re: [PATCH 1/4] clk: rockchip: add clock id for hdmi_phy special clock

On 2019-06-14 18:54, Heiko Stuebner wrote:

> Add the needed clock id to enable clock settings from devicetree.
>
> Signed-off-by: Heiko Stuebner <[email protected]>
> ---
> include/dt-bindings/clock/rk3228-cru.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/include/dt-bindings/clock/rk3228-cru.h
> b/include/dt-bindings/clock/rk3228-cru.h
> index 3b245e3df8da..de550ea56eeb 100644
> --- a/include/dt-bindings/clock/rk3228-cru.h
> +++ b/include/dt-bindings/clock/rk3228-cru.h
> @@ -64,6 +64,7 @@
> #define SCLK_WIFI 141
> #define SCLK_OTGPHY0 142
> #define SCLK_OTGPHY1 143
> +#define SCLK_HDMI_PHY 144
>
> /* dclk gates */
> #define DCLK_VOP 190

Tested-by: Justin Swartz <[email protected]>