diff options
author | Bryan O'Donoghue <[email protected]> | 2022-12-23 02:10:16 +0000 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2022-12-29 10:54:46 -0600 |
commit | e280bcc26337f508d1c7ba79b66cb18bd10470fb (patch) | |
tree | 3a4d51323b2b27bc06b74cc82ecf01fa797937f9 | |
parent | 5cea1fa12bc37ae2beebea41ad7da4beb0bc14e2 (diff) |
ARM: dts: qcom: msm8974: Add compat qcom,msm8974-dsi-ctrl
Add silicon specific compatible qcom,msm8974-dsi-ctrl to the
mdss-dsi-ctrl block. This allows us to differentiate the specific bindings
for msm8974 against the yaml documentation.
Reviewed-by: Dmitry Baryshkov <[email protected]>
Signed-off-by: Bryan O'Donoghue <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm/boot/dts/qcom-msm8974.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom-msm8974.dtsi b/arch/arm/boot/dts/qcom-msm8974.dtsi index db21d2135baf..4b485f5612c4 100644 --- a/arch/arm/boot/dts/qcom-msm8974.dtsi +++ b/arch/arm/boot/dts/qcom-msm8974.dtsi @@ -1615,7 +1615,8 @@ }; dsi0: dsi@fd922800 { - compatible = "qcom,mdss-dsi-ctrl"; + compatible = "qcom,msm8974-dsi-ctrl", + "qcom,mdss-dsi-ctrl"; reg = <0xfd922800 0x1f8>; reg-names = "dsi_ctrl"; |