Merge 7cd5aa0fed on remote branch
Change-Id: I9548c4e372161177c694c2734d56d239cf249832
This commit is contained in:
@@ -80,9 +80,9 @@
|
||||
#size-cells = <0>;
|
||||
qcom,bus-type = "i2c";
|
||||
|
||||
qcom,smb1393@34 {
|
||||
qcom,smb1393@35 {
|
||||
compatible = "qcom,i2c-pmic";
|
||||
reg = <0x34>;
|
||||
reg = <0x35>;
|
||||
qcom,can-sleep;
|
||||
};
|
||||
};
|
||||
@@ -92,17 +92,17 @@
|
||||
status = "ok";
|
||||
|
||||
smb1393_1_iin {
|
||||
reg = <0x1053401>;
|
||||
reg = <0x1053501>;
|
||||
label = "smb1393_1_iin";
|
||||
};
|
||||
|
||||
smb1393_1_ichg {
|
||||
reg = <0x1053402>;
|
||||
reg = <0x1053502>;
|
||||
label = "smb1393_1_ichg";
|
||||
};
|
||||
|
||||
smb1393_1_die_temp {
|
||||
reg = <0x1053403>;
|
||||
reg = <0x1053503>;
|
||||
label = "smb1393_1_die_temp";
|
||||
};
|
||||
};
|
||||
|
||||
@@ -41,6 +41,7 @@
|
||||
qcom,core-clk-rate = <200000000>;
|
||||
qcom,core-clk-rate-hs = <66666667>;
|
||||
qcom,core-clk-rate-disconnected = <133333333>;
|
||||
qcom,pm-qos-latency = <2>;
|
||||
|
||||
qcom,use-pdc-interrupts;
|
||||
qcom,use-eusb2-phy;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
/*
|
||||
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
* Copyright (c) 2024-2025 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*/
|
||||
|
||||
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
||||
@@ -611,6 +611,16 @@
|
||||
compatible = "qcom,smcinvoke";
|
||||
};
|
||||
|
||||
qcom_hwkm: hwkm@4440000 {
|
||||
compatible = "qcom,hwkm";
|
||||
reg = <0x4440000 0x9000>;
|
||||
reg-names = "km_master";
|
||||
qcom,enable-hwkm-clk;
|
||||
clock-names = "km_clk_src";
|
||||
clocks = <&rpmcc RPM_SMD_HWKM_CLK>;
|
||||
qcom,op-freq-hz = <75000000>;
|
||||
};
|
||||
|
||||
qcom_tzlog: tz-log@c125720 {
|
||||
compatible = "qcom,tz-log";
|
||||
reg = <0xc125720 0x3000>;
|
||||
|
||||
@@ -2554,7 +2554,7 @@
|
||||
|
||||
|
||||
qfprom: qfprom@221c8000 {
|
||||
compatible = "qcom,qfprom";
|
||||
compatible = "qcom,parrot-qfprom", "qcom,qfprom";
|
||||
reg = <0x221c8000 0x1000>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
/*
|
||||
* Copyright (c) 2022-2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
* Copyright (c) 2022-2025 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*/
|
||||
|
||||
#include <dt-bindings/interrupt-controller/irq.h>
|
||||
@@ -18,6 +18,12 @@
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
pmic-ecid@100 {
|
||||
compatible = "qcom,pmic-ecid";
|
||||
reg = <0x100>;
|
||||
qcom,pmic-name = "pm8010_m";
|
||||
};
|
||||
|
||||
pm8010m_tz: pm8010m-temp-alarm@2400 {
|
||||
compatible = "qcom,spmi-temp-alarm";
|
||||
reg = <0x2400>;
|
||||
@@ -32,6 +38,12 @@
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
pmic-ecid@100 {
|
||||
compatible = "qcom,pmic-ecid";
|
||||
reg = <0x100>;
|
||||
qcom,pmic-name = "pm8010_n";
|
||||
};
|
||||
|
||||
pm8010n_tz: pm8010n-temp-alarm@2400 {
|
||||
compatible = "qcom,spmi-temp-alarm";
|
||||
reg = <0x2400>;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
/*
|
||||
* Copyright (c) 2022-2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
* Copyright (c) 2022-2025 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*/
|
||||
|
||||
#include <dt-bindings/interrupt-controller/irq.h>
|
||||
@@ -19,6 +19,12 @@
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
pmic-ecid@100 {
|
||||
compatible = "qcom,pmic-ecid";
|
||||
reg = <0x100>;
|
||||
qcom,pmic-name = "pm8550";
|
||||
};
|
||||
|
||||
pm8550_tz: pm8550-temp-alarm@a00 {
|
||||
compatible = "qcom,spmi-temp-alarm";
|
||||
reg = <0xa00>;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
/*
|
||||
* Copyright (c) 2022-2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
* Copyright (c) 2022-2025 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*/
|
||||
|
||||
#include <dt-bindings/interrupt-controller/irq.h>
|
||||
@@ -19,6 +19,12 @@
|
||||
#size-cells = <0>;
|
||||
status = "disabled";
|
||||
|
||||
pmic-ecid@100 {
|
||||
compatible = "qcom,pmic-ecid";
|
||||
reg = <0x100>;
|
||||
qcom,pmic-name = "pm8550ve_d";
|
||||
};
|
||||
|
||||
pm8550ve_d_tz: pm8550ve-d-temp-alarm@a00 {
|
||||
compatible = "qcom,spmi-temp-alarm";
|
||||
reg = <0xa00>;
|
||||
@@ -43,6 +49,12 @@
|
||||
#size-cells = <0>;
|
||||
status = "disabled";
|
||||
|
||||
pmic-ecid@100 {
|
||||
compatible = "qcom,pmic-ecid";
|
||||
reg = <0x100>;
|
||||
qcom,pmic-name = "pm8550ve_f";
|
||||
};
|
||||
|
||||
pm8550ve_f_tz: pm8550ve-f-temp-alarm@a00 {
|
||||
compatible = "qcom,spmi-temp-alarm";
|
||||
reg = <0xa00>;
|
||||
@@ -67,6 +79,12 @@
|
||||
#size-cells = <0>;
|
||||
status = "disabled";
|
||||
|
||||
pmic-ecid@100 {
|
||||
compatible = "qcom,pmic-ecid";
|
||||
reg = <0x100>;
|
||||
qcom,pmic-name = "pm8550ve_g";
|
||||
};
|
||||
|
||||
pm8550ve_g_tz: pm8550ve-g-temp-alarm@a00 {
|
||||
compatible = "qcom,spmi-temp-alarm";
|
||||
reg = <0xa00>;
|
||||
@@ -91,6 +109,12 @@
|
||||
#size-cells = <0>;
|
||||
status = "disabled";
|
||||
|
||||
pmic-ecid@100 {
|
||||
compatible = "qcom,pmic-ecid";
|
||||
reg = <0x100>;
|
||||
qcom,pmic-name = "pm8550ve_i";
|
||||
};
|
||||
|
||||
pm8550ve_i_tz: pm8550ve-i-temp-alarm@a00 {
|
||||
compatible = "qcom,spmi-temp-alarm";
|
||||
reg = <0xa00>;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
/*
|
||||
* Copyright (c) 2022-2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
* Copyright (c) 2022-2025 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*/
|
||||
|
||||
#include <dt-bindings/interrupt-controller/irq.h>
|
||||
@@ -19,6 +19,12 @@
|
||||
#size-cells = <0>;
|
||||
status = "disabled";
|
||||
|
||||
pmic-ecid@100 {
|
||||
compatible = "qcom,pmic-ecid";
|
||||
reg = <0x100>;
|
||||
qcom,pmic-name = "pm8550vs_c";
|
||||
};
|
||||
|
||||
pm8550vs_c_tz: pm8550vs-c-temp-alarm@a00 {
|
||||
compatible = "qcom,spmi-temp-alarm";
|
||||
reg = <0xa00>;
|
||||
@@ -43,6 +49,12 @@
|
||||
#size-cells = <0>;
|
||||
status = "disabled";
|
||||
|
||||
pmic-ecid@100 {
|
||||
compatible = "qcom,pmic-ecid";
|
||||
reg = <0x100>;
|
||||
qcom,pmic-name = "pm8550vs_d";
|
||||
};
|
||||
|
||||
pm8550vs_d_tz: pm8550vs-d-temp-alarm@a00 {
|
||||
compatible = "qcom,spmi-temp-alarm";
|
||||
reg = <0xa00>;
|
||||
@@ -67,6 +79,12 @@
|
||||
#size-cells = <0>;
|
||||
status = "disabled";
|
||||
|
||||
pmic-ecid@100 {
|
||||
compatible = "qcom,pmic-ecid";
|
||||
reg = <0x100>;
|
||||
qcom,pmic-name = "pm8550vs_e";
|
||||
};
|
||||
|
||||
pm8550vs_e_tz: pm8550vs-e-temp-alarm@a00 {
|
||||
compatible = "qcom,spmi-temp-alarm";
|
||||
reg = <0xa00>;
|
||||
@@ -91,6 +109,12 @@
|
||||
#size-cells = <0>;
|
||||
status = "disabled";
|
||||
|
||||
pmic-ecid@100 {
|
||||
compatible = "qcom,pmic-ecid";
|
||||
reg = <0x100>;
|
||||
qcom,pmic-name = "pm8550vs_f";
|
||||
};
|
||||
|
||||
pm8550vs_f_tz: pm8550vs-f-temp-alarm@a00 {
|
||||
compatible = "qcom,spmi-temp-alarm";
|
||||
reg = <0xa00>;
|
||||
@@ -115,6 +139,12 @@
|
||||
#size-cells = <0>;
|
||||
status = "disabled";
|
||||
|
||||
pmic-ecid@100 {
|
||||
compatible = "qcom,pmic-ecid";
|
||||
reg = <0x100>;
|
||||
qcom,pmic-name = "pm8550vs_g";
|
||||
};
|
||||
|
||||
pm8550vs_g_tz: pm8550vs-g-temp-alarm@a00 {
|
||||
compatible = "qcom,spmi-temp-alarm";
|
||||
reg = <0xa00>;
|
||||
@@ -139,6 +169,12 @@
|
||||
#size-cells = <0>;
|
||||
status = "disabled";
|
||||
|
||||
pmic-ecid@100 {
|
||||
compatible = "qcom,pmic-ecid";
|
||||
reg = <0x100>;
|
||||
qcom,pmic-name = "pm8550vs_j";
|
||||
};
|
||||
|
||||
pm8550vs_j_tz: pm8550vs-j-temp-alarm@a00 {
|
||||
compatible = "qcom,spmi-temp-alarm";
|
||||
reg = <0xa00>;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
/*
|
||||
* Copyright (c) 2023-2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
* Copyright (c) 2023-2025 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*/
|
||||
|
||||
#include <dt-bindings/interrupt-controller/irq.h>
|
||||
@@ -18,6 +18,12 @@
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
pmic-ecid@100 {
|
||||
compatible = "qcom,pmic-ecid";
|
||||
reg = <0x100>;
|
||||
qcom,pmic-name = "pmd802x";
|
||||
};
|
||||
|
||||
pmd802x_tz: pmd802x-temp-alarm@a00 {
|
||||
compatible = "qcom,spmi-temp-alarm";
|
||||
reg = <0xa00>;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
/*
|
||||
* Copyright (c) 2023-2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
* Copyright (c) 2023-2025 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*/
|
||||
|
||||
#include <dt-bindings/interrupt-controller/irq.h>
|
||||
@@ -19,6 +19,12 @@
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
pmic-ecid@100 {
|
||||
compatible = "qcom,pmic-ecid";
|
||||
reg = <0x100>;
|
||||
qcom,pmic-name = "pmih010x";
|
||||
};
|
||||
|
||||
pmih010x_tz: pmih010x-temp-alarm@a00 {
|
||||
compatible = "qcom,spmi-temp-alarm";
|
||||
reg = <0xa00>;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
/*
|
||||
* Copyright (c) 2022-2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
* Copyright (c) 2022-2025 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*/
|
||||
|
||||
#include <dt-bindings/input/input.h>
|
||||
@@ -24,6 +24,12 @@
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
pmic-ecid@100 {
|
||||
compatible = "qcom,pmic-ecid";
|
||||
reg = <0x100>;
|
||||
qcom,pmic-name = "pmk8550";
|
||||
};
|
||||
|
||||
pmk8550_sdam_1: sdam@7000 {
|
||||
compatible = "qcom,spmi-sdam";
|
||||
reg = <0x7000>;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
/*
|
||||
* Copyright (c) 2022-2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
* Copyright (c) 2022-2025 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*/
|
||||
|
||||
#include <dt-bindings/interrupt-controller/irq.h>
|
||||
@@ -18,6 +18,12 @@
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
pmic-ecid@100 {
|
||||
compatible = "qcom,pmic-ecid";
|
||||
reg = <0x100>;
|
||||
qcom,pmic-name = "pmr735d";
|
||||
};
|
||||
|
||||
pmr735d_tz: pmr735d-temp-alarm@a00 {
|
||||
compatible = "qcom,spmi-temp-alarm";
|
||||
reg = <0xa00>;
|
||||
|
||||
@@ -298,6 +298,29 @@
|
||||
compatible = "qcom,sdxkova-pcie-pdc", "qcom,pcie-pdc";
|
||||
reg = <0x0 0xb2b0000 0x0 0x30000>;
|
||||
};
|
||||
|
||||
cpuss-sleep-stats@17800054 {
|
||||
compatible = "qcom,cpuss-sleep-stats-v2";
|
||||
reg = <0x0 0x17800054 0x0 0x4>, <0x0 0x17810054 0x0 0x4>, <0x0 0x17820054 0x0 0x4>,
|
||||
<0x0 0x17830054 0x0 0x4>, <0x0 0x17880098 0x0 0x4>, <0x0 0x178c0000 0x0 0x10000>;
|
||||
reg-names = "seq_lpm_cntr_cfg_cpu0", "seq_lpm_cntr_cfg_cpu1",
|
||||
"seq_lpm_cntr_cfg_cpu2", "seq_lpm_cntr_cfg_cpu3",
|
||||
"l3_seq_lpm_cntr_cfg", "apss_seq_mem_base";
|
||||
num-cpus = <4>;
|
||||
};
|
||||
|
||||
sram@c3f0000 {
|
||||
compatible = "qcom,rpmh-stats-v4";
|
||||
reg = <0x0 0xc3f0000 0x0 0x400>;
|
||||
qcom,qmp = <&aoss_qmp>;
|
||||
ss-name = "modem", "apss";
|
||||
};
|
||||
|
||||
sys-pm-vx@c300000 {
|
||||
compatible = "qcom,sys-pm-violators", "qcom,sys-pm-sdxkova";
|
||||
reg = <0x0 0xc300000 0x0 0x400>;
|
||||
qcom,qmp = <&aoss_qmp>;
|
||||
};
|
||||
};
|
||||
|
||||
firmware: firmware { };
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
/*
|
||||
* Copyright (c) 2023-2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
* Copyright (c) 2023-2025 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*/
|
||||
|
||||
#include <dt-bindings/clock/qcom,gcc-sun.h>
|
||||
@@ -214,6 +214,7 @@
|
||||
0x0814 0x07 0x0
|
||||
0x0820 0xc1 0x0
|
||||
0x0894 0x00 0x0
|
||||
0x08f8 0x1f 0x0
|
||||
0x05d0 0x8c 0x0
|
||||
0x0568 0x17 0x0
|
||||
0x0570 0x2e 0x0
|
||||
|
||||
Reference in New Issue
Block a user