diff options
| author | Alan Kwong <akwong@codeaurora.org> | 2016-09-17 20:14:41 -0400 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-09-30 10:21:44 -0700 |
| commit | 77f25fa88f836c346f6a609ef3c389d4919f4e32 (patch) | |
| tree | 2fb7d46f7e584974550441b13717b2804274a771 | |
| parent | d18d83c45d51094bd397fd3ac24287a231703162 (diff) | |
ARM: dts: msm: add max clock property for sde to msm8996
Add max clock property for sde. This property defines
the maximum allowable clock in Hz.
Change-Id: I7dc9bb821a9b4c19d46f1ac1519f58ddaa6c189c
Signed-off-by: Alan Kwong <akwong@codeaurora.org>
| -rw-r--r-- | arch/arm/boot/dts/qcom/msm8996-sde.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/msm8996-sde.dtsi b/arch/arm/boot/dts/qcom/msm8996-sde.dtsi index 177cdf442000..c00f05b8c699 100644 --- a/arch/arm/boot/dts/qcom/msm8996-sde.dtsi +++ b/arch/arm/boot/dts/qcom/msm8996-sde.dtsi @@ -40,6 +40,7 @@ "mmagic_clk", "vsync_clk"; clock-rate = <0 0 300000000 300000000 0 0 0 0>; + clock-max-rate = <0 0 412500000 412500000 0 0 0 0>; interrupt-parent = <&intc>; interrupts = <0 83 0>; |
