diff options
author | 2022-02-03 07:25:32 +0000 | |
---|---|---|
committer | 2022-02-10 18:16:49 -0600 | |
commit | 3431a7f5bbf276eeefd0693883e3754b08ffc0fe (patch) | |
tree | f965dd864cbe17ec423280c61dfc0292eb83be87 | |
parent | dt-bindings: arm: qcom: Add msm8996 and apq8096 compatibles (diff) | |
download | wireguard-linux-3431a7f5bbf276eeefd0693883e3754b08ffc0fe.tar.xz wireguard-linux-3431a7f5bbf276eeefd0693883e3754b08ffc0fe.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: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220203072226.51482-3-y.oudjana@protonmail.com
-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; |