[PATCH 1/3] ARM: dts: qcom: msm8974: Add compat qcom, msm8974-dsi-ctrl to dsi1

Dmitry Baryshkov dmitry.baryshkov at linaro.org
Tue Jan 10 05:54:31 UTC 2023


Extend the secon DSI interface with the SoC-specific compat entry,
following the change for the first DSI interface.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov at linaro.org>
---
 arch/arm/boot/dts/qcom-msm8974.dtsi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/qcom-msm8974.dtsi b/arch/arm/boot/dts/qcom-msm8974.dtsi
index 14737a3300d1..3c725ada52c0 100644
--- a/arch/arm/boot/dts/qcom-msm8974.dtsi
+++ b/arch/arm/boot/dts/qcom-msm8974.dtsi
@@ -1686,7 +1686,8 @@ dsi0_phy: phy at fd922a00 {
 			};
 
 			dsi1: dsi at fd922e00 {
-				compatible = "qcom,mdss-dsi-ctrl";
+				compatible = "qcom,msm8974-dsi-ctrl",
+					     "qcom,mdss-dsi-ctrl";
 				reg = <0xfd922e00 0x1f8>;
 				reg-names = "dsi_ctrl";
 
-- 
2.39.0



More information about the dri-devel mailing list