Merge remote-tracking branch 'quic/display-kernel-dev.lnx.1.0' into display-kernel.lnx.11.0

CRs              SHA_ID     Commit Message
----------------------------------------------------------------------
3744493           I833a3aec ARM: dts: msm: mm-drivers: add mtp with QMP1000 support on sun SoC

CRs-Included: 3744493 .

Change-Id: I36d2800e55f63722af1d16cfec48489c3b36e503
Signed-off-by: Linux Display <lnxdisplay@localhost>
This commit is contained in:
Linux Display
2024-02-29 15:00:34 +05:30
3 changed files with 36 additions and 0 deletions

2
Kbuild
View File

@@ -10,6 +10,8 @@ ifeq ($(CONFIG_ARCH_SUN), y)
sun-mm-mtp-nfc-overlay.dtbo \
sun-mm-mtp-overlay.dtbo \
sun-mm-mtp-v8-overlay.dtbo \
sun-mm-mtp-qmp1000-overlay.dtbo \
sun-mm-mtp-qmp1000-v8-overlay.dtbo \
sun-mm-qrd-sku1-overlay.dtbo \
sun-mm-qrd-sku1-v8-overlay.dtbo \
sun-mm-qrd-sku2-v8-overlay.dtbo \

View File

@@ -0,0 +1,17 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
*/
/dts-v1/;
/plugin/;
#include "hw_fence/sun-hw-fence.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Sun MTP QMP1000";
compatible = "qcom,sun-mtp", "qcom,sun", "qcom,sunp-mtp", "qcom,sunp",
"qcom,mtp";
qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>;
qcom,board-id = <0x10108 0>;
};

View File

@@ -0,0 +1,17 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
*/
/dts-v1/;
/plugin/;
#include "hw_fence/sun-hw-fence.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Sun MTP QMP1000 V8 Power Grid";
compatible = "qcom,sun-mtp", "qcom,sun", "qcom,sunp-mtp", "qcom,sunp",
"qcom,mtp";
qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>;
qcom,board-id = <0x40108 0>;
};