diff options
author | Heiko Stuebner <heiko@sntech.de> | 2019-06-14 10:58:04 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2019-06-27 10:46:07 +0200 |
commit | dbc08f18ea49bd1952fb1158a56d400b77117403 (patch) | |
tree | b8ac80eb73d25000e4026853ac0958a46cb40e1f /include/dt-bindings | |
parent | 0dc14b013f7982de6e81b5b2931a2131d20cbb6d (diff) | |
download | linux-dbc08f18ea49bd1952fb1158a56d400b77117403.tar.bz2 |
clk: rockchip: add clock id for hdmi_phy special clock on rk3228
Add the needed clock id to enable clock settings from devicetree.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Tested-by: Justin Swartz <justin.swartz@risingedge.co.za>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/clock/rk3228-cru.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/rk3228-cru.h b/include/dt-bindings/clock/rk3228-cru.h index 55655ab0a4c4..a0422f62c040 100644 --- a/include/dt-bindings/clock/rk3228-cru.h +++ b/include/dt-bindings/clock/rk3228-cru.h @@ -73,6 +73,7 @@ #define SCLK_WIFI 141 #define SCLK_OTGPHY0 142 #define SCLK_OTGPHY1 143 +#define SCLK_HDMI_PHY 144 /* dclk gates */ #define DCLK_VOP 190 |