Lines Matching +full:sdm845 +full:- +full:dispcc
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/display/msm/dsi-phy-20nm.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Krishna Manikandan <quic_mkrishn@quicinc.com>
13 - $ref: dsi-phy-common.yaml#
17 const: qcom,dsi-phy-20nm
21 - description: dsi pll register set
22 - description: dsi phy register set
23 - description: dsi phy regulator register set
25 reg-names:
27 - const: dsi_pll
28 - const: dsi_phy
29 - const: dsi_phy_regulator
31 vcca-supply:
34 vddio-supply:
35 description: Phandle to vdd-io regulator device node.
38 - compatible
39 - reg
40 - reg-names
41 - vddio-supply
42 - vcca-supply
47 - |
48 #include <dt-bindings/clock/qcom,dispcc-sdm845.h>
49 #include <dt-bindings/clock/qcom,rpmh.h>
51 dsi-phy@fd922a00 {
52 compatible = "qcom,dsi-phy-20nm";
56 reg-names = "dsi_pll",
60 #clock-cells = <1>;
61 #phy-cells = <0>;
63 vcca-supply = <&vcca_reg>;
64 vddio-supply = <&vddio_reg>;
66 clocks = <&dispcc DISP_CC_MDSS_AHB_CLK>,
68 clock-names = "iface", "ref";