mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

MSM8926, while being 'just' an LTE-capable variant of MSM8226, the dts needs to slightly change since the modem doesn't use the ext-bhs-reg and needs mss-supply, therefore it gets a new compatible. Since we already have two -common.dtsi files which are used on both APQ8026/MSM8226 and MSM8926 devices, change the setup a bit by removing the SoC include from those and requiring the device dts to pick the correct one. Reviewed-by: Stephan Gerhold <stephan.gerhold@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Signed-off-by: Luca Weiss <luca@lucaweiss.eu> Link: https://lore.kernel.org/r/20250217-msm8226-modem-v5-11-2bc74b80e0ae@lucaweiss.eu Signed-off-by: Bjorn Andersson <andersson@kernel.org>
18 lines
512 B
Text
18 lines
512 B
Text
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2023, Jack Matthews <jm5112356@gmail.com>
|
|
* Copyright (c) 2023, Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>
|
|
* Copyright (c) 2023, Dominik Kobinski <dominikkobinski314@gmail.com>
|
|
* Copyright (c) 2023, Rayyan Ansari <rayyan@ansari.sh>
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "qcom-msm8226.dtsi"
|
|
#include "qcom-msm8226-microsoft-common.dtsi"
|
|
|
|
/ {
|
|
model = "Microsoft Lumia 640 XL";
|
|
compatible = "microsoft,makepeace", "qcom,msm8226";
|
|
chassis-type = "handset";
|
|
};
|