diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-01-28 00:46:33 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-01-28 00:46:32 -0800 |
| commit | 46b116edc8854af481be5045f0d7aeab798eb5a2 (patch) | |
| tree | 57a83d8d9965bc2e2406857d72c7e3133fbc3a1b /include | |
| parent | 252a3a5bb6f6994d3ccfb8a489b2d33c34bde0e9 (diff) | |
| parent | e2d34afade748addcc6f82d84493121ecebcc6cc (diff) | |
Merge "clk: qcom: mdss: add support for MDSS DP PLL for SDM660"
Diffstat (limited to 'include')
| -rw-r--r-- | include/dt-bindings/clock/mdss-pll-clk.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/mdss-pll-clk.h b/include/dt-bindings/clock/mdss-pll-clk.h index 8cd0b2a9bc98..9015b4c0e1c9 100644 --- a/include/dt-bindings/clock/mdss-pll-clk.h +++ b/include/dt-bindings/clock/mdss-pll-clk.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2016, The Linux Foundation. All rights reserved. +/* Copyright (c) 2016-2017, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and @@ -39,4 +39,11 @@ #define SHADOW_POST_N1_DIV_1_CLK 22 #define SHADOW_VCO_CLK_1_CLK 23 +/* DP PLL clocks */ +#define DP_VCO_CLK 0 +#define DP_LINK_2X_CLK_DIVSEL_FIVE 1 +#define DP_VCO_DIVSEL_FOUR_CLK_SRC 2 +#define DP_VCO_DIVSEL_TWO_CLK_SRC 3 +#define DP_VCO_DIVIDED_CLK_SRC_MUX 4 + #endif |
