From 777901812f1984b49337f3f1e01a0646962c0165 Mon Sep 17 00:00:00 2001 From: Manish Pandey Date: Mon, 21 Oct 2024 16:47:26 +0530 Subject: [PATCH] ARM: dts: msm: Move SDC2 core_reset to tuna SoC dtsi Move core_reset for SDC2 from platform-specific files to the tuna SoC. This change ensures that the reset properties are managed centrally in the SoC file, reducing redundancy and improving maintainability. Change-Id: If8e6bcdac9b05275d20f1d205dfc7e6461d39b72 Signed-off-by: Manish Pandey --- qcom/tuna-cdp.dtsi | 4 ---- qcom/tuna-mtp.dtsi | 4 ---- qcom/tuna-qrd.dtsi | 4 ---- qcom/tuna.dtsi | 3 +++ 4 files changed, 3 insertions(+), 12 deletions(-) diff --git a/qcom/tuna-cdp.dtsi b/qcom/tuna-cdp.dtsi index 6b85652a..86c0f38a 100644 --- a/qcom/tuna-cdp.dtsi +++ b/qcom/tuna-cdp.dtsi @@ -4,7 +4,6 @@ */ #include -#include &qupv3_se4_i2c { #address-cells = <1>; @@ -102,9 +101,6 @@ cd-gpios = <&tlmm 55 GPIO_ACTIVE_LOW>; - resets = <&gcc GCC_SDCC2_BCR>; - reset-names = "core_reset"; - qcom,uses_level_shifter; status = "ok"; diff --git a/qcom/tuna-mtp.dtsi b/qcom/tuna-mtp.dtsi index 6b85652a..86c0f38a 100644 --- a/qcom/tuna-mtp.dtsi +++ b/qcom/tuna-mtp.dtsi @@ -4,7 +4,6 @@ */ #include -#include &qupv3_se4_i2c { #address-cells = <1>; @@ -102,9 +101,6 @@ cd-gpios = <&tlmm 55 GPIO_ACTIVE_LOW>; - resets = <&gcc GCC_SDCC2_BCR>; - reset-names = "core_reset"; - qcom,uses_level_shifter; status = "ok"; diff --git a/qcom/tuna-qrd.dtsi b/qcom/tuna-qrd.dtsi index a5251301..cca1aa8f 100644 --- a/qcom/tuna-qrd.dtsi +++ b/qcom/tuna-qrd.dtsi @@ -3,7 +3,6 @@ * Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved. */ #include -#include #include &qupv3_se4_spi { @@ -113,9 +112,6 @@ cd-gpios = <&tlmm 55 GPIO_ACTIVE_LOW>; - resets = <&gcc GCC_SDCC2_BCR>; - reset-names = "core_reset"; - qcom,uses_level_shifter; status = "ok"; diff --git a/qcom/tuna.dtsi b/qcom/tuna.dtsi index 6a96d53e..f2633c1a 100644 --- a/qcom/tuna.dtsi +++ b/qcom/tuna.dtsi @@ -2070,6 +2070,9 @@ interconnect-names = "sdhc-ddr","cpu-sdhc"; operating-points-v2 = <&sdhc2_opp_table>; + resets = <&gcc GCC_SDCC2_BCR>; + reset-names = "core_reset"; + qos0 { mask = <0xc0>; vote = <44>;