mbox series

[v3,0/2] arm64: dts: qcom: add DP Controller to SM8550 DTS

Message ID 20230601-topic-sm8550-upstream-dp-v3-0-5f9ffdcb8369@linaro.org
Headers show
Series arm64: dts: qcom: add DP Controller to SM8550 DTS | expand

Message

Neil Armstrong June 12, 2023, 3:26 p.m. UTC
The DP output is shared with the USB3 SuperSpeed lanes and is
usually connected to an USB-C port which Altmode is controlled
by the PMIC Glink infrastructure.

DT changes tying the DP controller to the USB-C port on the QRD
board will be sent later.

Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
Changes in v3:
- Rebased on next-20230609
- Dropped applied bindings
- Link to v2: https://lore.kernel.org/r/20230601-topic-sm8550-upstream-dp-v2-0-e8778109c757@linaro.org

Changes in v2:
- Added review tags
- s/lov_svs/low_svs/
- Applied fixes suggested from Konrad
- Link to v1: https://lore.kernel.org/r/20230601-topic-sm8550-upstream-dp-v1-0-29efe2689553@linaro.org

---
Neil Armstrong (2):
      arm64: dts: qcom: sm8550: fix low_svs RPMhPD labels
      arm64: dts: qcom: sm8550: add display port nodes

 arch/arm64/boot/dts/qcom/sm8550.dtsi | 95 ++++++++++++++++++++++++++++++++++--
 1 file changed, 90 insertions(+), 5 deletions(-)
---
base-commit: 53ab6975c12d1ad86c599a8927e8c698b144d669
change-id: 20230601-topic-sm8550-upstream-dp-b713ba275d7c

Best regards,

Comments

Neil Armstrong June 13, 2023, 7:29 a.m. UTC | #1
On 12/06/2023 18:50, Konrad Dybcio wrote:
> 
> 
> On 12.06.2023 17:26, Neil Armstrong wrote:
>> "low" was written "lov", fix this.
>>
>> Fixes: 99d33ee61cb0 ("arm64: dts: qcom: sm8550: Add missing RPMhPD OPP levels")
>> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
>> ---
> https://lore.kernel.org/linux-arm-msm/1d3c05f5-c1bd-6844-1788-8df0b863a02e@linaro.org/
> 
> somebody forgot to run `b4 trailers -u` :P

Damn, resending a v4 now :-)

Thanks,
Neil

> 
> Konrad
>>   arch/arm64/boot/dts/qcom/sm8550.dtsi | 6 +++---
>>   1 file changed, 3 insertions(+), 3 deletions(-)
>>
>> diff --git a/arch/arm64/boot/dts/qcom/sm8550.dtsi b/arch/arm64/boot/dts/qcom/sm8550.dtsi
>> index 75cd374943eb..972df1ef86ee 100644
>> --- a/arch/arm64/boot/dts/qcom/sm8550.dtsi
>> +++ b/arch/arm64/boot/dts/qcom/sm8550.dtsi
>> @@ -3649,15 +3649,15 @@ rpmhpd_opp_min_svs: opp-48 {
>>   						opp-level = <RPMH_REGULATOR_LEVEL_MIN_SVS>;
>>   					};
>>   
>> -					rpmhpd_opp_lov_svs_d2: opp-52 {
>> +					rpmhpd_opp_low_svs_d2: opp-52 {
>>   						opp-level = <RPMH_REGULATOR_LEVEL_LOW_SVS_D2>;
>>   					};
>>   
>> -					rpmhpd_opp_lov_svs_d1: opp-56 {
>> +					rpmhpd_opp_low_svs_d1: opp-56 {
>>   						opp-level = <RPMH_REGULATOR_LEVEL_LOW_SVS_D1>;
>>   					};
>>   
>> -					rpmhpd_opp_lov_svs_d0: opp-60 {
>> +					rpmhpd_opp_low_svs_d0: opp-60 {
>>   						opp-level = <RPMH_REGULATOR_LEVEL_LOW_SVS_D0>;
>>   					};
>>   
>>