Merge 66028fb4f6
on remote branch
Change-Id: I471a1fb68b6ecee31ea3ed73ce067e638e45f76b
This commit is contained in:
7
Kbuild
7
Kbuild
@@ -1,5 +1,12 @@
|
|||||||
ifeq ($(CONFIG_ARCH_SUN),y)
|
ifeq ($(CONFIG_ARCH_SUN),y)
|
||||||
dtbo-y += sun-ese-mtp.dtbo
|
dtbo-y += sun-ese-mtp.dtbo
|
||||||
|
dtbo-y += sun-ese-rcm-v8.dtbo
|
||||||
|
dtbo-y += sun-ese-rcm.dtbo
|
||||||
|
dtbo-y += sun-ese-mtp-kiwi-v8.dtbo
|
||||||
|
dtbo-y += sun-ese-atp.dtbo
|
||||||
|
dtbo-y += sun-ese-qrd-sku1.dtbo
|
||||||
|
dtbo-y += sun-ese-qrd-sku1-v8.dtbo
|
||||||
|
dtbo-y += sun-ese-qrd-sku2-v8.dtbo
|
||||||
dtbo-y += sun-ese-cdp.dtbo
|
dtbo-y += sun-ese-cdp.dtbo
|
||||||
dtbo-y += sun-ese-qrd.dtbo
|
dtbo-y += sun-ese-qrd.dtbo
|
||||||
dtbo-y += sun-v2-ese-mtp.dtbo
|
dtbo-y += sun-v2-ese-mtp.dtbo
|
||||||
|
19
sun-ese-atp.dts
Normal file
19
sun-ese-atp.dts
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
// SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/dts-v1/;
|
||||||
|
/plugin/;
|
||||||
|
|
||||||
|
#include "sun-ese-common.dtsi"
|
||||||
|
|
||||||
|
/ {
|
||||||
|
model = "Qualcomm Technologies, Inc. Sun ATP";
|
||||||
|
compatible = "qcom,sun-atp", "qcom,sun", "qcom,sunp-atp", "qcom,sunp",
|
||||||
|
"qcom,atp";
|
||||||
|
qcom,msm-id = <618 0x10000>, <618 0x20000>,
|
||||||
|
<0x100026a 0x10000>, <0x100026a 0x20000>;
|
||||||
|
qcom,board-id = <0x10021 0>;
|
||||||
|
};
|
18
sun-ese-mtp-kiwi-v8.dts
Normal file
18
sun-ese-mtp-kiwi-v8.dts
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
// SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/dts-v1/;
|
||||||
|
/plugin/;
|
||||||
|
|
||||||
|
#include "sun-ese-common.dtsi"
|
||||||
|
|
||||||
|
/ {
|
||||||
|
model = "Qualcomm Technologies, Inc. Sun MTP Kiwi WLAN 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 = <0x50008 0>;
|
||||||
|
};
|
@@ -15,5 +15,5 @@
|
|||||||
qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>,
|
qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>,
|
||||||
<0x100026a 0x10000>, <0x100026a 0x20000>,
|
<0x100026a 0x10000>, <0x100026a 0x20000>,
|
||||||
<0x100027f 0x10000>, <0x100027f 0x20000>;
|
<0x100027f 0x10000>, <0x100027f 0x20000>;
|
||||||
qcom,board-id = <0x8 0>, <0x20008 0>, <0x40008 0>;
|
qcom,board-id = <0x8 0>, <0x20008 0>, <0x40008 0>, <0x50008 0>;
|
||||||
};
|
};
|
||||||
|
18
sun-ese-qrd-sku1-v8.dts
Normal file
18
sun-ese-qrd-sku1-v8.dts
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
// SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/dts-v1/;
|
||||||
|
/plugin/;
|
||||||
|
|
||||||
|
#include "sun-ese-common.dtsi"
|
||||||
|
|
||||||
|
/ {
|
||||||
|
model = "Qualcomm Technologies, Inc. Sun QRD SKU1 V8 Power Grid";
|
||||||
|
compatible = "qcom,sun-qrd", "qcom,sun", "qcom,sunp-qrd", "qcom,sunp", "qcom,qrd";
|
||||||
|
qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>,
|
||||||
|
<0x100026a 0x10000>, <0x100026a 0x20000>;
|
||||||
|
qcom,board-id = <0x3000B 0>;
|
||||||
|
};
|
18
sun-ese-qrd-sku1.dts
Normal file
18
sun-ese-qrd-sku1.dts
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
// SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/dts-v1/;
|
||||||
|
/plugin/;
|
||||||
|
|
||||||
|
#include "sun-ese-common.dtsi"
|
||||||
|
|
||||||
|
/ {
|
||||||
|
model = "Qualcomm Technologies, Inc. Sun QRD SKU1";
|
||||||
|
compatible = "qcom,sun-qrd", "qcom,sun", "qcom,sunp-qrd", "qcom,sunp", "qcom,qrd";
|
||||||
|
qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>,
|
||||||
|
<0x100026a 0x10000>, <0x100026a 0x20000>;
|
||||||
|
qcom,board-id = <0x1000B 0>;
|
||||||
|
};
|
19
sun-ese-qrd-sku2-v8.dts
Normal file
19
sun-ese-qrd-sku2-v8.dts
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
// SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/dts-v1/;
|
||||||
|
/plugin/;
|
||||||
|
|
||||||
|
#include "sun-ese-common.dtsi"
|
||||||
|
|
||||||
|
/ {
|
||||||
|
model = "Qualcomm Technologies, Inc. Sun QRD SKU2 V8 Power Grid";
|
||||||
|
compatible = "qcom,sun-qrd", "qcom,sun", "qcom,sunp-qrd", "qcom,sunp","qcom,qrd";
|
||||||
|
qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>,
|
||||||
|
<0x100026a 0x10000>, <0x100026a 0x20000>,
|
||||||
|
<0x100027f 0x10000>, <0x100027f 0x20000>;
|
||||||
|
qcom,board-id = <0x2000B 0>;
|
||||||
|
};
|
17
sun-ese-rcm-v8.dts
Normal file
17
sun-ese-rcm-v8.dts
Normal 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 "sun-ese-common.dtsi"
|
||||||
|
|
||||||
|
/ {
|
||||||
|
model = "Qualcomm Technologies, Inc. Sun RCM V8 Power Grid";
|
||||||
|
compatible = "qcom,sun-rcm", "qcom,sun", "qcom,sunp-rcm", "qcom,sunp", "qcom,rcm";
|
||||||
|
qcom,msm-id = <618 0x10000>, <618 0x20000>, <0x100026a 0x10000>,<0x100026a 0x20000>;
|
||||||
|
qcom,board-id = <0x30015 0>;
|
||||||
|
};
|
17
sun-ese-rcm.dts
Normal file
17
sun-ese-rcm.dts
Normal 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 "sun-ese-common.dtsi"
|
||||||
|
/ {
|
||||||
|
model = "Qualcomm Technologies, Inc. Sun RCM";
|
||||||
|
compatible = "qcom,sun-rcm", "qcom,sun", "qcom,sunp", "qcom,rcm";
|
||||||
|
qcom,msm-id = <618 0x10000>, <618 0x20000>,
|
||||||
|
<0x100026a 0x10000>, <0x100026a 0x20000>;
|
||||||
|
qcom,board-id = <0x15 0>;
|
||||||
|
};
|
Reference in New Issue
Block a user