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 |
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 --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>; +};
Signed-off-by: Kuogee Hsieh <khsieh@codeaurora.org> --- arch/arm64/boot/dts/qcom/sc7280-idp2.dts | 9 +++++++++ 1 file changed, 9 insertions(+)