Skip to content

Commit 925bac3

Browse files
lumagandersson
authored andcommitted
ARM: dts: qcom: apq8074-dragonboard: enable DSI panel
Enable MDSS, GPU and DSI panel output on the APQ8074 dragonboard. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230507190735.2333145-5-dmitry.baryshkov@linaro.org
1 parent 1ca793c commit 925bac3

1 file changed

Lines changed: 51 additions & 0 deletions

File tree

arch/arm/boot/dts/qcom-apq8074-dragonboard.dts

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,57 @@
4848
};
4949
};
5050

51+
&dsi0 {
52+
vdda-supply = <&pm8941_l2>;
53+
vdd-supply = <&pm8941_l22>;
54+
vddio-supply = <&pm8941_l12>;
55+
56+
status = "okay";
57+
58+
panel: panel@0 {
59+
compatible = "sharp,ls043t1le01-qhd";
60+
reg = <0>;
61+
62+
avdd-supply = <&pm8941_l22>;
63+
backlight = <&pm8941_wled>;
64+
reset-gpios = <&pm8941_gpios 19 GPIO_ACTIVE_HIGH>;
65+
66+
port {
67+
panel_in: endpoint {
68+
remote-endpoint = <&dsi0_out>;
69+
};
70+
};
71+
};
72+
};
73+
74+
&dsi0_out {
75+
remote-endpoint = <&panel_in>;
76+
data-lanes = <0 1 2 3>;
77+
};
78+
79+
&dsi0_phy {
80+
status = "okay";
81+
82+
vddio-supply = <&pm8941_l12>;
83+
};
84+
85+
&gpu {
86+
status = "okay";
87+
};
88+
89+
&mdss {
90+
status = "okay";
91+
};
92+
93+
&pm8941_wled {
94+
qcom,cs-out;
95+
qcom,switching-freq = <3200>;
96+
qcom,ovp = <32>;
97+
qcom,num-strings = <1>;
98+
99+
status = "okay";
100+
};
101+
51102
&remoteproc_adsp {
52103
cx-supply = <&pm8841_s2>;
53104

0 commit comments

Comments
 (0)