[PATCH v2 2/3] ARM: dts: ti: am335x-shc: Remove unused ti,no-init property
Bhargav Joshi <[email protected]> Sat, 25 Jul 2026 02:31:57 +0530
| Newsgroups | org.kernel.vger.linux-omap,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel,org.kernel.vger.linux-rtc |
|---|---|
| Message-ID | <[email protected]> |
The 'ti,no-init' property is a legacy, undocumented boolean property that is entirely unhandled by the rtc-omap driver. Remove this unnecessary property from dts. Signed-off-by: Bhargav Joshi <[email protected]> --- arch/arm/boot/dts/ti/omap/am335x-shc.dts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/arch/arm/boot/dts/ti/omap/am335x-shc.dts b/arch/arm/boot/dts/ti/omap/am335x-shc.dts index 597482822608..2b946823928f 100644 --- a/arch/arm/boot/dts/ti/omap/am335x-shc.dts +++ b/arch/arm/boot/dts/ti/omap/am335x-shc.dts @@ -241,10 +241,6 @@ &mmc3 { status = "okay"; }; -&rtc { - ti,no-init; -}; - &sham { status = "okay"; }; -- 2.55.0