mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 02:21:52 +09:00
arm64: qcom: sc7280-herobrine: Enable DP
This enables DisplayPort for herobrine boards. Signed-off-by: Douglas Anderson <dianders@chromium.org> Reviewed-by: Stephen Boyd <swboyd@chromium.org> Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20220513065704.1.I9b9b9d4d1a3e0350a89221892261881a1771ad15@changeid
This commit is contained in:
committed by
Bjorn Andersson
parent
e60414644c
commit
4ab03ef8b3
@@ -428,6 +428,15 @@ ap_i2c_tpm: &i2c14 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&mdss_dp {
|
||||
status = "okay";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&dp_hot_plug_det>;
|
||||
data-lanes = <0 1>;
|
||||
vdda-1p2-supply = <&vdd_a_usbssdp_0_1p2>;
|
||||
vdda-0p9-supply = <&vdd_a_usbssdp_0_core>;
|
||||
};
|
||||
|
||||
&mdss_mdp {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user