Lines Matching +full:msm +full:- +full:id
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/display/msm/qcom,sm6150-dpu.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Abhinav Kumar <[email protected]>
11 - Dmitry Baryshkov <[email protected]>
13 $ref: /schemas/display/msm/dpu-common.yaml#
17 const: qcom,sm6150-dpu
21 - description: Address offset and size for mdp register set
22 - description: Address offset and size for vbif register set
24 reg-names:
26 - const: mdp
27 - const: vbif
31 - description: Display ahb clock
32 - description: Display hf axi clock
33 - description: Display core clock
34 - description: Display vsync clock
36 clock-names:
38 - const: iface
39 - const: bus
40 - const: core
41 - const: vsync
46 - |
47 #include <dt-bindings/interrupt-controller/arm-gic.h>
48 #include <dt-bindings/power/qcom,rpmhpd.h>
50 display-controller@ae01000 {
51 compatible = "qcom,sm6150-dpu";
54 reg-names = "mdp", "vbif";
60 clock-names = "iface", "bus", "core", "vsync";
62 assigned-clocks = <&dispcc_mdss_vsync_clk>;
63 assigned-clock-rates = <19200000>;
65 operating-points-v2 = <&mdp_opp_table>;
66 power-domains = <&rpmhpd RPMHPD_CX>;
68 interrupt-parent = <&mdss>;
72 #address-cells = <1>;
73 #size-cells = <0>;
84 remote-endpoint = <&mdss_dsi0_in>;
89 mdp_opp_table: opp-table {
90 compatible = "operating-points-v2";
92 opp-19200000 {
93 opp-hz = /bits/ 64 <19200000>;
94 required-opps = <&rpmhpd_opp_low_svs>;
97 opp-25600000 {
98 opp-hz = /bits/ 64 <25600000>;
99 required-opps = <&rpmhpd_opp_svs>;
102 opp-307200000 {
103 opp-hz = /bits/ 64 <307200000>;
104 required-opps = <&rpmhpd_opp_nom>;