blob: 168f2a9e349258e69acdf555ea2e5ac9802dfdf9 [file] [log] [blame]
Shashank Babu Chinta Venkata46bb3b52017-04-05 12:14:18 -07001/* Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License version 2 and
5 * only version 2 as published by the Free Software Foundation.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 */
12
13&soc {
14 mdss_dsi0_pll: qcom,mdss_dsi_pll@ae94a00 {
15 compatible = "qcom,mdss_dsi_pll_10nm";
16 label = "MDSS DSI 0 PLL";
17 cell-index = <0>;
18 #clock-cells = <1>;
19 reg = <0xae94a00 0x1e0>,
20 <0xae94400 0x800>,
21 <0xaf03000 0x8>;
22 reg-names = "pll_base", "phy_base", "gdsc_base";
23 clocks = <&clock_dispcc DISP_CC_MDSS_AHB_CLK>;
24 clock-names = "iface_clk";
25 clock-rate = <0>;
26 gdsc-supply = <&mdss_core_gdsc>;
27 qcom,platform-supply-entries {
28 #address-cells = <1>;
29 #size-cells = <0>;
30 qcom,platform-supply-entry@0 {
31 reg = <0>;
32 qcom,supply-name = "gdsc";
33 qcom,supply-min-voltage = <0>;
34 qcom,supply-max-voltage = <0>;
35 qcom,supply-enable-load = <0>;
36 qcom,supply-disable-load = <0>;
37 };
38 };
39 };
40
41 mdss_dsi1_pll: qcom,mdss_dsi_pll@ae96a00 {
42 compatible = "qcom,mdss_dsi_pll_10nm";
43 label = "MDSS DSI 1 PLL";
44 cell-index = <1>;
45 #clock-cells = <1>;
46 reg = <0xae96a00 0x1e0>,
47 <0xae96400 0x800>,
48 <0xaf03000 0x8>;
49 reg-names = "pll_base", "phy_base", "gdsc_base";
50 clocks = <&clock_dispcc DISP_CC_MDSS_AHB_CLK>;
51 clock-names = "iface_clk";
52 clock-rate = <0>;
53 gdsc-supply = <&mdss_core_gdsc>;
54 qcom,platform-supply-entries {
55 #address-cells = <1>;
56 #size-cells = <0>;
57 qcom,platform-supply-entry@0 {
58 reg = <0>;
59 qcom,supply-name = "gdsc";
60 qcom,supply-min-voltage = <0>;
61 qcom,supply-max-voltage = <0>;
62 qcom,supply-enable-load = <0>;
63 qcom,supply-disable-load = <0>;
64 };
65 };
66 };
67};