Commit 7eb75dbd authored by Robert Foss's avatar Robert Foss Committed by Dmitry Baryshkov
Browse files

drm/msm/dpu: Add support for SM8350



Add compatibles string, "qcom,sm8350-dpu", for the display processing unit
used on Qualcomm SM8350 platform.

Signed-off-by: default avatarRobert Foss <robert.foss@linaro.org>
Reviewed-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Patchwork: https://patchwork.freedesktop.org/patch/516342/
Link: https://lore.kernel.org/r/20221230153554.105856-5-robert.foss@linaro.org


Signed-off-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
parent 0e91bcbb
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -117,8 +117,7 @@
			 BIT(MDP_INTF0_7xxx_INTR) | \
			 BIT(MDP_INTF1_7xxx_INTR) | \
			 BIT(MDP_INTF2_7xxx_INTR) | \
			 BIT(MDP_INTF3_7xxx_INTR) | \
			 0)
			 BIT(MDP_INTF3_7xxx_INTR))

#define IRQ_SC8180X_MASK (BIT(MDP_SSPP_TOP0_INTR) | \
			  BIT(MDP_SSPP_TOP0_INTR2) | \
+1 −0
Original line number Diff line number Diff line
@@ -1302,6 +1302,7 @@ static const struct of_device_id dpu_dt_match[] = {
	{ .compatible = "qcom,sm6115-dpu", },
	{ .compatible = "qcom,sm8150-dpu", },
	{ .compatible = "qcom,sm8250-dpu", },
	{ .compatible = "qcom,sm8350-dpu", },
	{ .compatible = "qcom,sm8450-dpu", },
	{}
};