Re: [PATCH v2 1/2] arm: dts: ti: omap: Drop unnecessary or unused properties
From: Andreas Kemnade <andreas@kemnade.info>
Date: 2025-09-08 17:43:38
Also in:
linux-mmc, linux-omap, lkml
From: Andreas Kemnade <andreas@kemnade.info>
Date: 2025-09-08 17:43:38
Also in:
linux-mmc, linux-omap, lkml
Am Mon, 08 Sep 2025 16:17:12 +0000 schrieb Charan Pedumuru [off-list ref]:
Remove unnecessary properties like ti,needs-special-reset, ti,needs-special-hs-handling and cap-mmc-dual-data-rate from the DTS files as there is no user of them. Signed-off-by: Charan Pedumuru <redacted>
Nack. At least ti,needs-special-reset and ti,needs-special-hs-handling are used by the drivers/mmc/host/omap_hsmmc.c and you remove it from nodes using compatibles of that driver. So at least restrict that to sdhci-omap stuff. Regards, Andreas