]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm: dts: ti: omap: Drop unnecessary properties for SDHCI node
authorCharan Pedumuru <charan.pedumuru@gmail.com>
Fri, 24 Oct 2025 07:57:09 +0000 (07:57 +0000)
committerKevin Hilman <khilman@baylibre.com>
Tue, 4 Nov 2025 22:58:07 +0000 (14:58 -0800)
Remove the "ti,needs-special-reset", "ti,needs-special-hs-handling", and
"cap-mmc-dual-data-rate" properties from the DTS for the sdhci nodes,
as the sdhci-omap driver does not depend on these properties.

Signed-off-by: Charan Pedumuru <charan.pedumuru@gmail.com>
Link: https://lore.kernel.org/r/20251024-ti-sdhci-omap-v5-2-df5f6f033a38@gmail.com
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm/boot/dts/ti/omap/am335x-sancloud-bbe-extended-wifi.dts
arch/arm/boot/dts/ti/omap/am33xx-l4.dtsi
arch/arm/boot/dts/ti/omap/am33xx.dtsi
arch/arm/boot/dts/ti/omap/am4372.dtsi
arch/arm/boot/dts/ti/omap/am437x-l4.dtsi
arch/arm/boot/dts/ti/omap/am5729-beagleboneai.dts
arch/arm/boot/dts/ti/omap/am57xx-cl-som-am57x.dts

index 7c9f65126c636178a5bee305480ed503ba40a5b6..8b47f45a9959c683cb821dd639ab7e17ffdda838 100644 (file)
@@ -87,7 +87,6 @@
        bus-width = <4>;
        non-removable;
        cap-power-off-card;
-       ti,needs-special-hs-handling;
        keep-power-in-suspend;
        pinctrl-names = "default";
        pinctrl-0 = <&mmc3_pins>;
index 18ad52e93955106a2a27bdc56cb75eb43e50e1aa..89d16fcc773e0fe29ffbc369790b83dc0c8a18a9 100644 (file)
 
                        mmc1: mmc@0 {
                                compatible = "ti,am335-sdhci";
-                               ti,needs-special-reset;
                                dmas = <&edma 24 0>, <&edma 25 0>;
                                dma-names = "tx", "rx";
                                interrupts = <64>;
 
                        mmc2: mmc@0 {
                                compatible = "ti,am335-sdhci";
-                               ti,needs-special-reset;
                                dmas = <&edma 2 0
                                        &edma 3 0>;
                                dma-names = "tx", "rx";
index b785925f53252995248e30ce99e8664779708d56..ca3e7f5d7d0dcdfffe88dea11950667424c2a6b3 100644 (file)
 
                        mmc3: mmc@0 {
                                compatible = "ti,am335-sdhci";
-                               ti,needs-special-reset;
                                interrupts = <29>;
                                reg = <0x0 0x1000>;
                                status = "disabled";
index 0a1df30f2818b2619d510773b95c773a97fe973e..504fa6b57d39bebee7140b4c7e3b475f69e2de81 100644 (file)
 
                        mmc3: mmc@0 {
                                compatible = "ti,am437-sdhci";
-                               ti,needs-special-reset;
                                interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
                                reg = <0x0 0x1000>;
                                status = "disabled";
index fd4634f8c629370447425f3d5b9102802a753a76..e08f356e71cb0cf54830c3517209ede2acf11ab0 100644 (file)
                        mmc1: mmc@0 {
                                compatible = "ti,am437-sdhci";
                                reg = <0x0 0x1000>;
-                               ti,needs-special-reset;
                                dmas = <&edma 24 0>,
                                        <&edma 25 0>;
                                dma-names = "tx", "rx";
                        mmc2: mmc@0 {
                                compatible = "ti,am437-sdhci";
                                reg = <0x0 0x1000>;
-                               ti,needs-special-reset;
                                dmas = <&edma 2 0>,
                                        <&edma 3 0>;
                                dma-names = "tx", "rx";
index e6a18954e449e4b665bfb9ad8c67761347a93204..43cf4ade950b648408060cd8d1dd20c755b5ca06 100644 (file)
        non-removable;
        mmc-pwrseq = <&emmc_pwrseq>;
 
-       ti,needs-special-reset;
        dmas = <&sdma_xbar 47>, <&sdma_xbar 48>;
        dma-names = "tx", "rx";
 
        /* DDR50: DDR up to 50 MHz (1.8 V signaling). */
        status = "okay";
 
-       ti,needs-special-reset;
        vmmc-supply = <&vdd_3v3>;
        cap-power-off-card;
        keep-power-in-suspend;
index 3dd898955e767ea506b85648224812454b2b1045..77c9fbb3bfbd82c3ed74be6b5222b1c94c074bdd 100644 (file)
        vmmc-supply = <&vdd_3v3>;
        bus-width = <8>;
        ti,non-removable;
-       cap-mmc-dual-data-rate;
 };
 
 &qspi {