[PATCH] arm64: qcom: sc7280-herobrine: Enable DP

Douglas Anderson posted 1 patch 3 years, 11 months ago
arch/arm64/boot/dts/qcom/sc7280-herobrine.dtsi | 9 +++++++++
1 file changed, 9 insertions(+)
[PATCH] arm64: qcom: sc7280-herobrine: Enable DP
Posted by Douglas Anderson 3 years, 11 months ago
This enables DisplayPort for herobrine boards.

Signed-off-by: Douglas Anderson <dianders@chromium.org>
---

 arch/arm64/boot/dts/qcom/sc7280-herobrine.dtsi | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/sc7280-herobrine.dtsi b/arch/arm64/boot/dts/qcom/sc7280-herobrine.dtsi
index 9cb1bc8ed6b5..709b7aa02101 100644
--- a/arch/arm64/boot/dts/qcom/sc7280-herobrine.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc7280-herobrine.dtsi
@@ -429,6 +429,15 @@ &mdss {
 	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";
 };
-- 
2.36.0.550.gb090851708-goog
Re: (subset) [PATCH] arm64: qcom: sc7280-herobrine: Enable DP
Posted by Bjorn Andersson 3 years, 10 months ago
On Fri, 13 May 2022 06:57:14 -0700, Douglas Anderson wrote:
> This enables DisplayPort for herobrine boards.
> 
> 

Applied, thanks!

[1/1] arm64: qcom: sc7280-herobrine: Enable DP
      commit: 4ab03ef8b33c2c80ac39da32c05f90f594b32e79

Best regards,
-- 
Bjorn Andersson <bjorn.andersson@linaro.org>
Re: [PATCH] arm64: qcom: sc7280-herobrine: Enable DP
Posted by Stephen Boyd 3 years, 11 months ago
Quoting Douglas Anderson (2022-05-13 06:57:14)
> This enables DisplayPort for herobrine boards.
>
> Signed-off-by: Douglas Anderson <dianders@chromium.org>
> ---

Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Re: [PATCH] arm64: qcom: sc7280-herobrine: Enable DP
Posted by Abhinav Kumar 3 years, 11 months ago

On 5/13/2022 6:57 AM, Douglas Anderson wrote:
> This enables DisplayPort for herobrine boards.
> 
> Signed-off-by: Douglas Anderson <dianders@chromium.org>

Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
> ---
> 
>   arch/arm64/boot/dts/qcom/sc7280-herobrine.dtsi | 9 +++++++++
>   1 file changed, 9 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/qcom/sc7280-herobrine.dtsi b/arch/arm64/boot/dts/qcom/sc7280-herobrine.dtsi
> index 9cb1bc8ed6b5..709b7aa02101 100644
> --- a/arch/arm64/boot/dts/qcom/sc7280-herobrine.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sc7280-herobrine.dtsi
> @@ -429,6 +429,15 @@ &mdss {
>   	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";
>   };