diff options
author | Yassine Oudjana <y.oudjana@protonmail.com> | 2022-02-03 08:25:32 +0100 |
---|---|---|
committer | Viresh Kumar <viresh.kumar@linaro.org> | 2022-02-11 05:33:51 +0100 |
commit | 8188eaf4de56f640b5e72e229de50161d9711c9f (patch) | |
tree | f451cb7c5505ea5ec3bb3033911adabc5a73f036 /arch | |
parent | dt-bindings: arm: qcom: Add msm8996 and apq8096 compatibles (diff) | |
download | linux-8188eaf4de56f640b5e72e229de50161d9711c9f.tar.xz linux-8188eaf4de56f640b5e72e229de50161d9711c9f.zip |
arm64: dts: qcom: msm8996-mtp: Add msm8996 compatible
Add qcom,msm8996 compatible to match DT schema.
Signed-off-by: Yassine Oudjana <y.oudjana@protonmail.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Diffstat (limited to 'arch')
-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; |