diff options
author | Dmitry Baryshkov <[email protected]> | 2023-01-09 07:01:51 +0200 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-01-18 18:09:53 -0600 |
commit | 11691dab82e135c9a13cda49234ff3e76bba48d3 (patch) | |
tree | d5c54c6fa9a7e7a89380b06107de6fe96e93a470 | |
parent | d3f5468472d3bdf2bd6e66aaca42e66ec00668b1 (diff) |
ARM: dts: qcom-msm8974: add SoC specific compat string to mdp5 node
Add SoC-specific compat string to the MDP5 device node to ease
distinguishing between various platforms.
Signed-off-by: Dmitry Baryshkov <[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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom-msm8974.dtsi b/arch/arm/boot/dts/qcom-msm8974.dtsi index 069712d7d3b5..7292c6137d60 100644 --- a/arch/arm/boot/dts/qcom-msm8974.dtsi +++ b/arch/arm/boot/dts/qcom-msm8974.dtsi @@ -1881,7 +1881,7 @@ ranges; mdp: mdp@fd900000 { - compatible = "qcom,mdp5"; + compatible = "qcom,msm8974-mdp5", "qcom,mdp5"; reg = <0xfd900100 0x22000>; reg-names = "mdp_phys"; |