Lines Matching +full:phy +full:- +full:dsi +full:- +full:supply
1 # SPDX-License-Identifier: GPL-2.0-only or BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/display/msm/dsi-phy-28nm.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm Display DSI 28nm PHY
10 - Krishna Manikandan <quic_mkrishn@quicinc.com>
13 - $ref: dsi-phy-common.yaml#
18 - qcom,dsi-phy-28nm-hpm
19 - qcom,dsi-phy-28nm-lp
20 - qcom,dsi-phy-28nm-8960
24 - description: dsi pll register set
25 - description: dsi phy register set
26 - description: dsi phy regulator register set
28 reg-names:
30 - const: dsi_pll
31 - const: dsi_phy
32 - const: dsi_phy_regulator
34 vddio-supply:
35 description: Phandle to vdd-io regulator device node.
38 - compatible
39 - reg
40 - reg-names
41 - vddio-supply
46 - |
47 #include <dt-bindings/clock/qcom,dispcc-sdm845.h>
48 #include <dt-bindings/clock/qcom,rpmh.h>
50 dsi-phy@fd922a00 {
51 compatible = "qcom,dsi-phy-28nm-lp";
55 reg-names = "dsi_pll",
59 #clock-cells = <1>;
60 #phy-cells = <0>;
62 vddio-supply = <&vddio_reg>;
66 clock-names = "iface", "ref";