diff options
author | Yassine Oudjana <[email protected]> | 2022-02-03 07:25:32 +0000 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2022-02-10 18:16:49 -0600 |
commit | 3431a7f5bbf276eeefd0693883e3754b08ffc0fe (patch) | |
tree | f965dd864cbe17ec423280c61dfc0292eb83be87 | |
parent | 134cfc5565d3b9abf9c406791bbc96008e80f0d5 (diff) |
arm64: dts: qcom: msm8996-mtp: Add msm8996 compatible
Add qcom,msm8996 compatible to match DT schema.
Signed-off-by: Yassine Oudjana <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm64/boot/dts/qcom/msm8996-mtp.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8996-mtp.dts b/arch/arm64/boot/dts/qcom/msm8996-mtp.dts index 7d9fc35bc7a0..6a1699a96c99 100644 --- a/arch/arm64/boot/dts/qcom/msm8996-mtp.dts +++ b/arch/arm64/boot/dts/qcom/msm8996-mtp.dts @@ -9,7 +9,7 @@ / { model = "Qualcomm Technologies, Inc. MSM 8996 MTP"; - compatible = "qcom,msm8996-mtp"; + compatible = "qcom,msm8996-mtp", "qcom,msm8996"; aliases { serial0 = &blsp2_uart2; |