diff mbox series

arm64: dts: qcom: sc7280: enable IDP display port

Message ID 1630083934-9361-1-git-send-email-khsieh@codeaurora.org
State New
Headers show
Series arm64: dts: qcom: sc7280: enable IDP display port | expand

Commit Message

Kuogee Hsieh Aug. 27, 2021, 5:05 p.m. UTC
Signed-off-by: Kuogee Hsieh <khsieh@codeaurora.org>
---
 arch/arm64/boot/dts/qcom/sc7280-idp2.dts | 9 +++++++++
 1 file changed, 9 insertions(+)

Comments

Stephen Boyd Aug. 29, 2021, 6:50 a.m. UTC | #1
Quoting Kuogee Hsieh (2021-08-27 10:05:34)
> Signed-off-by: Kuogee Hsieh <khsieh@codeaurora.org>

> ---


Reviewed-by: Stephen Boyd <swboyd@chromium.org>


But this must depend on the patch that introduces the phandle to begin
with.
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/qcom/sc7280-idp2.dts b/arch/arm64/boot/dts/qcom/sc7280-idp2.dts
index b1cf70e..4aea369 100644
--- a/arch/arm64/boot/dts/qcom/sc7280-idp2.dts
+++ b/arch/arm64/boot/dts/qcom/sc7280-idp2.dts
@@ -202,3 +202,12 @@  ap_h1_spi: &spi14 {};
 		backlight = <&backlight>;
 	};
 };
+
+&msm_dp {
+	status = "okay";
+	pinctrl-names = "default";
+	pinctrl-0 = <&dp_hot_plug_det>;
+	data-lanes = <0 1>;
+	vdda-1p2-supply = <&vreg_l6b_1p2>;
+	vdda-0p9-supply = <&vreg_l1b_0p8>;
+};