Merge "ARM: dts: msm: Add v8 Power Grid DT support on Sun SoC"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
262dc6a1bf
@@ -1,7 +1,7 @@
|
|||||||
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
||||||
%YAML 1.2
|
%YAML 1.2
|
||||||
---
|
---
|
||||||
$id: http://devicetree.org/schemas/arm/msm.yaml#
|
$id: http://devicetree.org/schemas/arm/msm/msm.yaml#
|
||||||
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
||||||
|
|
||||||
title: Qualcomm Technologies, Inc. MSM
|
title: Qualcomm Technologies, Inc. MSM
|
||||||
@@ -54,4 +54,15 @@ properties:
|
|||||||
- qcom,rumi
|
- qcom,rumi
|
||||||
- const: qcom,sun
|
- const: qcom,sun
|
||||||
|
|
||||||
|
- description: Qualcomm Technologies, Inc. SUNP RUMI
|
||||||
|
items:
|
||||||
|
- enum:
|
||||||
|
- qcom,sunp-cdp
|
||||||
|
- qcom,cdp
|
||||||
|
- qcom,sunp-mtp
|
||||||
|
- qcom,mtp
|
||||||
|
- qcom,sunp-qrd
|
||||||
|
- qcom,qrd
|
||||||
|
- const: qcom,sunp
|
||||||
|
|
||||||
additionalProperties: true
|
additionalProperties: true
|
||||||
|
@@ -16,13 +16,19 @@ add-overlays = $(foreach o,$1,$(foreach b,$2,$(eval $(basename $b)-$(basename $o
|
|||||||
ifneq ($(CONFIG_ARCH_QTI_VM), y)
|
ifneq ($(CONFIG_ARCH_QTI_VM), y)
|
||||||
|
|
||||||
SUN_BASE_DTB += sun.dtb sun-v2.dtb
|
SUN_BASE_DTB += sun.dtb sun-v2.dtb
|
||||||
|
SUN_APQ_BASE_DTB += sunp.dtb sunp-v2.dtb
|
||||||
|
|
||||||
SUN_BOARDS += \
|
SUN_BOARDS += \
|
||||||
sun-mtp-overlay.dtbo \
|
sun-mtp-overlay.dtbo \
|
||||||
sun-mtp-kiwi-overlay.dtbo \
|
sun-mtp-kiwi-overlay.dtbo \
|
||||||
|
sun-mtp-nfc-overlay.dtbo \
|
||||||
|
sun-mtp-v8-overlay.dtbo \
|
||||||
sun-cdp-overlay.dtbo \
|
sun-cdp-overlay.dtbo \
|
||||||
sun-cdp-kiwi-overlay.dtbo \
|
sun-cdp-kiwi-overlay.dtbo \
|
||||||
|
sun-cdp-nfc-overlay.dtbo \
|
||||||
|
sun-cdp-v8-overlay.dtbo \
|
||||||
sun-qrd-sku1-overlay.dtbo \
|
sun-qrd-sku1-overlay.dtbo \
|
||||||
|
sun-qrd-sku1-v8-overlay.dtbo \
|
||||||
sun-qrd-sku2-overlay.dtbo
|
sun-qrd-sku2-overlay.dtbo
|
||||||
|
|
||||||
NOAPQ_SUN_BOARDS += \
|
NOAPQ_SUN_BOARDS += \
|
||||||
|
@@ -10,7 +10,8 @@
|
|||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "Qualcomm Technologies, Inc. Sun CDP Kiwi WLAN";
|
model = "Qualcomm Technologies, Inc. Sun CDP Kiwi WLAN";
|
||||||
compatible = "qcom,sun-cdp", "qcom,sun", "qcom,cdp";
|
compatible = "qcom,sun-cdp", "qcom,sun", "qcom,sunp-cdp", "qcom,sunp",
|
||||||
qcom,msm-id = <618 0x10000>, <618 0x20000>;
|
"qcom,cdp";
|
||||||
|
qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>;
|
||||||
qcom,board-id = <0x20001 0>;
|
qcom,board-id = <0x20001 0>;
|
||||||
};
|
};
|
||||||
|
16
qcom/sun-cdp-nfc-overlay.dts
Normal file
16
qcom/sun-cdp-nfc-overlay.dts
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
// SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/dts-v1/;
|
||||||
|
/plugin/;
|
||||||
|
|
||||||
|
#include "sun-cdp-nfc.dtsi"
|
||||||
|
|
||||||
|
/ {
|
||||||
|
model = "Qualcomm Technologies, Inc. Sun CDP SN300 NFC";
|
||||||
|
compatible = "qcom,sun-cdp", "qcom,sun", "qcom,sunp-cdp", "qcom,sunp", "qcom,cdp";
|
||||||
|
qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>;
|
||||||
|
qcom,board-id = <0x40001 0>;
|
||||||
|
};
|
6
qcom/sun-cdp-nfc.dtsi
Normal file
6
qcom/sun-cdp-nfc.dtsi
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
// SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "sun-cdp.dtsi"
|
@@ -10,7 +10,8 @@
|
|||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "Qualcomm Technologies, Inc. Sun CDP";
|
model = "Qualcomm Technologies, Inc. Sun CDP";
|
||||||
compatible = "qcom,sun-cdp", "qcom,sun", "qcom,cdp";
|
compatible = "qcom,sun-cdp", "qcom,sun", "qcom,sunp-cdp", "qcom,sunp",
|
||||||
qcom,msm-id = <618 0x10000>, <618 0x20000>;
|
"qcom,cdp";
|
||||||
|
qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>;
|
||||||
qcom,board-id = <1 0>;
|
qcom,board-id = <1 0>;
|
||||||
};
|
};
|
||||||
|
17
qcom/sun-cdp-v8-overlay.dts
Normal file
17
qcom/sun-cdp-v8-overlay.dts
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
// SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/dts-v1/;
|
||||||
|
/plugin/;
|
||||||
|
|
||||||
|
#include "sun-cdp-v8.dtsi"
|
||||||
|
|
||||||
|
/ {
|
||||||
|
model = "Qualcomm Technologies, Inc. Sun CDP V8 Power Grid";
|
||||||
|
compatible = "qcom,sun-cdp", "qcom,sun", "qcom,sunp-cdp", "qcom,sunp",
|
||||||
|
"qcom,cdp";
|
||||||
|
qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>;
|
||||||
|
qcom,board-id = <0x50001 0>;
|
||||||
|
};
|
6
qcom/sun-cdp-v8.dtsi
Normal file
6
qcom/sun-cdp-v8.dtsi
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
// SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "sun-cdp.dtsi"
|
@@ -10,7 +10,8 @@
|
|||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "Qualcomm Technologies, Inc. Sun MTP Kiwi WLAN";
|
model = "Qualcomm Technologies, Inc. Sun MTP Kiwi WLAN";
|
||||||
compatible = "qcom,sun-mtp", "qcom,sun", "qcom,mtp";
|
compatible = "qcom,sun-mtp", "qcom,sun", "qcom,sunp-mtp", "qcom,sunp",
|
||||||
qcom,msm-id = <618 0x10000>, <618 0x20000>;
|
"qcom,mtp";
|
||||||
|
qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>;
|
||||||
qcom,board-id = <0x20008 0>;
|
qcom,board-id = <0x20008 0>;
|
||||||
};
|
};
|
||||||
|
16
qcom/sun-mtp-nfc-overlay.dts
Normal file
16
qcom/sun-mtp-nfc-overlay.dts
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
// SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/dts-v1/;
|
||||||
|
/plugin/;
|
||||||
|
|
||||||
|
#include "sun-mtp-nfc.dtsi"
|
||||||
|
|
||||||
|
/ {
|
||||||
|
model = "Qualcomm Technologies, Inc. Sun MTP SN300 NFC";
|
||||||
|
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 = <0x30008 0>;
|
||||||
|
};
|
6
qcom/sun-mtp-nfc.dtsi
Normal file
6
qcom/sun-mtp-nfc.dtsi
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
// SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "sun-mtp.dtsi"
|
@@ -10,7 +10,8 @@
|
|||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "Qualcomm Technologies, Inc. Sun MTP";
|
model = "Qualcomm Technologies, Inc. Sun MTP";
|
||||||
compatible = "qcom,sun-mtp", "qcom,sun", "qcom,mtp";
|
compatible = "qcom,sun-mtp", "qcom,sun", "qcom,sunp-mtp", "qcom,sunp",
|
||||||
qcom,msm-id = <618 0x10000>, <618 0x20000>;
|
"qcom,mtp";
|
||||||
|
qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>;
|
||||||
qcom,board-id = <8 0>;
|
qcom,board-id = <8 0>;
|
||||||
};
|
};
|
||||||
|
17
qcom/sun-mtp-v8-overlay.dts
Normal file
17
qcom/sun-mtp-v8-overlay.dts
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
// SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/dts-v1/;
|
||||||
|
/plugin/;
|
||||||
|
|
||||||
|
#include "sun-mtp-v8.dtsi"
|
||||||
|
|
||||||
|
/ {
|
||||||
|
model = "Qualcomm Technologies, Inc. Sun MTP 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 = <0x40008 0>;
|
||||||
|
};
|
6
qcom/sun-mtp-v8.dtsi
Normal file
6
qcom/sun-mtp-v8.dtsi
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
// SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "sun-mtp.dtsi"
|
@@ -10,7 +10,8 @@
|
|||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "Qualcomm Technologies, Inc. Sun QRD SKU1";
|
model = "Qualcomm Technologies, Inc. Sun QRD SKU1";
|
||||||
compatible = "qcom,sun-qrd", "qcom,sun", "qcom,qrd";
|
compatible = "qcom,sun-qrd", "qcom,sun", "qcom,sunp-qrd", "qcom,sunp",
|
||||||
qcom,msm-id = <618 0x10000>, <618 0x20000>;
|
"qcom,qrd";
|
||||||
|
qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>;
|
||||||
qcom,board-id = <0x1000B 0>;
|
qcom,board-id = <0x1000B 0>;
|
||||||
};
|
};
|
||||||
|
17
qcom/sun-qrd-sku1-v8-overlay.dts
Normal file
17
qcom/sun-qrd-sku1-v8-overlay.dts
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
// SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/dts-v1/;
|
||||||
|
/plugin/;
|
||||||
|
|
||||||
|
#include "sun-qrd-sku1-v8.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>;
|
||||||
|
qcom,board-id = <0x3000B 0>;
|
||||||
|
};
|
6
qcom/sun-qrd-sku1-v8.dtsi
Normal file
6
qcom/sun-qrd-sku1-v8.dtsi
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
// SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "sun-qrd-sku1.dtsi"
|
@@ -10,7 +10,8 @@
|
|||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "Qualcomm Technologies, Inc. Sun QRD SKU2";
|
model = "Qualcomm Technologies, Inc. Sun QRD SKU2";
|
||||||
compatible = "qcom,sun-qrd", "qcom,sun", "qcom,qrd";
|
compatible = "qcom,sun-qrd", "qcom,sun", "qcom,sunp-qrd", "qcom,sunp",
|
||||||
qcom,msm-id = <618 0x10000>, <618 0x20000>;
|
"qcom,qrd";
|
||||||
|
qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>;
|
||||||
qcom,board-id = <0x2000B 0>;
|
qcom,board-id = <0x2000B 0>;
|
||||||
};
|
};
|
||||||
|
14
qcom/sunp-v2.dts
Normal file
14
qcom/sunp-v2.dts
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
// SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/dts-v1/;
|
||||||
|
|
||||||
|
#include "sunp-v2.dtsi"
|
||||||
|
|
||||||
|
/ {
|
||||||
|
model = "Qualcomm Technologies, Inc. SunP v2 SoC";
|
||||||
|
compatible = "qcom,sunp";
|
||||||
|
qcom,board-id = <0 0>;
|
||||||
|
};
|
12
qcom/sunp-v2.dtsi
Normal file
12
qcom/sunp-v2.dtsi
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
// SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "sun-v2.dtsi"
|
||||||
|
|
||||||
|
/ {
|
||||||
|
model = "Qualcomm Technologies, Inc. SunP v2 SoC";
|
||||||
|
compatible = "qcom,sunp";
|
||||||
|
qcom,msm-id = <639 0x20000>;
|
||||||
|
};
|
14
qcom/sunp.dts
Normal file
14
qcom/sunp.dts
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
// SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/dts-v1/;
|
||||||
|
|
||||||
|
#include "sunp.dtsi"
|
||||||
|
|
||||||
|
/ {
|
||||||
|
model = "Qualcomm Technologies, Inc. SunP SoC";
|
||||||
|
compatible = "qcom,sunp";
|
||||||
|
qcom,board-id = <0 0>;
|
||||||
|
};
|
12
qcom/sunp.dtsi
Normal file
12
qcom/sunp.dtsi
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
// SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "sun.dtsi"
|
||||||
|
|
||||||
|
/ {
|
||||||
|
model = "Qualcomm Technologies, Inc. SunP SoC";
|
||||||
|
compatible = "qcom,sunp";
|
||||||
|
qcom,msm-id = <639 0x10000>;
|
||||||
|
};
|
Reference in New Issue
Block a user