diff --git a/canoe-kiwi-cnss.dts b/canoe-kiwi-cnss.dts index 8f8d5e5c..ad90b8e5 100644 --- a/canoe-kiwi-cnss.dts +++ b/canoe-kiwi-cnss.dts @@ -1,7 +1,7 @@ // 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. */ /dts-v1/; @@ -14,6 +14,8 @@ compatible = "qcom,canoe", "qcom,canoep", "qcom,canoe-mtp", "qcom,canoe-cdp"; qcom,msm-id = <0x294 0x10000>, <0x294 0x20000>, <0x295 0x10000>, <0x295 0x20000>, <0x1000294 0x10000>, <0x1000294 0x20000>, - <0x1000295 0x10000>, <0x1000295 0x20000>; + <0x1000295 0x10000>, <0x1000295 0x20000>, + <704 0x10000>, <704 0x20000>, + <0x10002C0 0x10000>, <0x10002C0 0x20000>; qcom,board-id = <0x30001 0>, <0x20008 0>, <0x30015 0>; }; diff --git a/canoe-peach-cnss.dts b/canoe-peach-cnss.dts index 2b721aa4..4837bee9 100644 --- a/canoe-peach-cnss.dts +++ b/canoe-peach-cnss.dts @@ -1,7 +1,7 @@ // 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. */ /dts-v1/; @@ -14,7 +14,8 @@ compatible = "qcom,canoe", "qcom,canoep"; qcom,msm-id = <0x294 0x10000>, <0x294 0x20000>, <0x295 0x10000>, <0x295 0x20000>, <0x1000294 0x10000>, <0x1000294 0x20000>, <0x1000295 0x10000>, - <0x1000295 0x20000>; + <0x1000295 0x20000>, <704 0x10000>, <704 0x20000>, + <0x10002C0 0x10000>, <0x10002C0 0x20000>; qcom,board-id = <1 0>, <0x20001 0>, <8 0>, <0x30008 0>, <0x40008 0>, <0x50008 0>, <0x60008 0>, <0x21 0>, <11 0>, <0x2000B 0>, <0x15 0>, <0x20015 0>, <0x30015 0>; diff --git a/canoe-peach-cnss.dtsi b/canoe-peach-cnss.dtsi index db03cf53..0b7d7c0f 100644 --- a/canoe-peach-cnss.dtsi +++ b/canoe-peach-cnss.dtsi @@ -170,22 +170,22 @@ <7500 2188800>; qcom,vreg_pdc_map = - "s1j", "bb", - "s2j", "rf", - "s7f", "rf", - "s8f", "rf"; + "S1J1", "bb", + "S2J1", "rf", + "S7F0", "rf", + "S8F0", "rf"; qcom,pmu_vreg_map = - "VDD_PMU_AON_I", "s2j", - "VDD09_PMU_RFA_I", "s2j", - "VDD19_PMU_RFA_I", "s8f", - "VDD13_PMU_RFA_I", "s7f", - "VDD095_MX_PMU", "s2j", - "VDD095_PMU_CX", "s1j", - "VDD095_PMU_BTCX", "s2j", - "VDD095_PMU_BTMX", "s2j", - "VDD13_PMU_PCIE_I", "s7f", - "VDD13_PMU_PCIE12_I", "s7f"; + "VDDD_AON_0P9", "S2J1", + "VDDA_RFA_0P9", "S2J1", + "VDDA_RFA_1P9", "S8F0", + "VDDA_RFA_1P3", "S7F0", + "VDDD_WLMX_0P9", "S2J1", + "VDDD_WLCX_0P9", "S1J1", + "VDDD_BTCX_0P9", "S2J1", + "VDDD_BTCMX_0P9", "S2J1", + "VDDA_PCIE_0P9", "S7F0", + "VDDA_PCIE_1P2", "S7F0"; /* cpu mask used for wlan tx rx interrupt affinity * diff --git a/kera-wcn7750.dtsi b/kera-wcn7750.dtsi index 2ea94bdf..c83a831f 100644 --- a/kera-wcn7750.dtsi +++ b/kera-wcn7750.dtsi @@ -70,6 +70,7 @@ sw-ctrl-gpio = <81>; /* List of GPIOs to be setup for interrupt wakeup capable */ mpm_wake_set_gpios = <81>; + pin_sw-ctrl-gpio = <&tlmm 81 0>; pinctrl-names = "sw_ctrl"; pinctrl-0 = <&icnss_sw_ctrl>; diff --git a/tuna-wcn7750.dtsi b/tuna-wcn7750.dtsi index d0c3f1e4..e4ffa766 100644 --- a/tuna-wcn7750.dtsi +++ b/tuna-wcn7750.dtsi @@ -66,6 +66,7 @@ sw-ctrl-gpio =<80>; /* List of GPIOs to be setup for interrupt wakeup capable */ mpm_wake_set_gpios = <80>; + pin_sw-ctrl-gpio = <&tlmm 80 0>; pinctrl-names = "sw_ctrl"; pinctrl-0 = <&icnss_sw_ctrl>;