[PATCH v3 10/10] arm64: dts: qcom: sm6115: Use the correct DSI compatible

Konrad Dybcio posted 10 patches 3 years, 1 month ago
There is a newer version of this series
[PATCH v3 10/10] arm64: dts: qcom: sm6115: Use the correct DSI compatible
Posted by Konrad Dybcio 3 years, 1 month ago
Use the non-deprecated, SoC-specific DSI compatible.

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
 arch/arm64/boot/dts/qcom/sm6115.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sm6115.dtsi b/arch/arm64/boot/dts/qcom/sm6115.dtsi
index 4d6ec815b78b..26e2c7919961 100644
--- a/arch/arm64/boot/dts/qcom/sm6115.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm6115.dtsi
@@ -1218,7 +1218,7 @@ opp-384000000 {
 			};
 
 			mdss_dsi0: dsi@5e94000 {
-				compatible = "qcom,dsi-ctrl-6g-qcm2290";
+				compatible = "qcom,sm6115-dsi-ctrl", "qcom,mdss-dsi-ctrl";
 				reg = <0x0 0x05e94000 0x0 0x400>;
 				reg-names = "dsi_ctrl";
 

-- 
2.39.2
Re: [PATCH v3 10/10] arm64: dts: qcom: sm6115: Use the correct DSI compatible
Posted by Marijn Suijten 3 years ago
On 2023-03-07 14:01:48, Konrad Dybcio wrote:
> Use the non-deprecated, SoC-specific DSI compatible.
> 
> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>

Reviewed-by: Marijn Suijten <marijn.suijten@somainline.org>

> ---
>  arch/arm64/boot/dts/qcom/sm6115.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/qcom/sm6115.dtsi b/arch/arm64/boot/dts/qcom/sm6115.dtsi
> index 4d6ec815b78b..26e2c7919961 100644
> --- a/arch/arm64/boot/dts/qcom/sm6115.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sm6115.dtsi
> @@ -1218,7 +1218,7 @@ opp-384000000 {
>  			};
>  
>  			mdss_dsi0: dsi@5e94000 {
> -				compatible = "qcom,dsi-ctrl-6g-qcm2290";
> +				compatible = "qcom,sm6115-dsi-ctrl", "qcom,mdss-dsi-ctrl";

This is what the example should look like in qcom,sm6115-mdss.yaml, too.

- Marijn

>  				reg = <0x0 0x05e94000 0x0 0x400>;
>  				reg-names = "dsi_ctrl";
>  
> 
> -- 
> 2.39.2
>