From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 82347CA0FF0 for ; Mon, 1 Sep 2025 20:15:19 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A788210E16B; Mon, 1 Sep 2025 20:15:18 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="Uon/TbGi"; dkim-atps=neutral Received: from sea.source.kernel.org (sea.source.kernel.org [172.234.252.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id 72A4310E16B for ; Mon, 1 Sep 2025 20:15:17 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id 003764039C; Mon, 1 Sep 2025 20:15:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B51ACC4CEF0; Mon, 1 Sep 2025 20:15:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1756757716; bh=BpISnuXRoHphs/Si22tmOlulH/h93vcmCraxoKcBxDw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Uon/TbGiR6w+jJNwSY43krnqps/BBLfncX3UJkyev1ebLt/j/xOmrTM4HR90oq/+t 9WthS+gpKVYgzO892d9eoUUaxQDWVprZmHNi/KEQM/6Jt7sa3a91Xp1t9j0BeYotv2 qu22qxxAs3AFhfH5Wt927x1BabhH3Y3A7Vxf/uieSibMSQsGSAPp8uFi8W+9XpTc+s qW7nJeuwEFtmu0N66pazO+jh3Ftti901FOd9IWoIfw4984LBzTFVkSDnG6HJvvv244 NEH7GzvCpvjo0mRVNm+SLZfeHo6uCrVrYhsNWkIdyrXzw1Wr35Ed9tUuuXDF8aX2qu KhP8y8OsQ/hlg== Date: Mon, 1 Sep 2025 15:15:16 -0500 From: "Rob Herring (Arm)" To: Krzysztof Kozlowski Cc: Thomas Zimmermann , Maxime Ripard , Conor Dooley , Seung-Woo Kim , Krzysztof Kozlowski , Kyungmin Park , linux-kernel@vger.kernel.org, Inki Dae , Maarten Lankhorst , Simona Vetter , David Airlie , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org Subject: Re: [PATCH] dt-bindings: display: samsung: Drop S3C2410 Message-ID: <175675771483.268527.16420389338163835596.robh@kernel.org> References: <20250830113238.131006-2-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250830113238.131006-2-krzysztof.kozlowski@linaro.org> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Sat, 30 Aug 2025 13:32:39 +0200, Krzysztof Kozlowski wrote: > Samsung S3C24xx family of SoCs was removed from Linux kernel in the > commit 61b7f8920b17 ("ARM: s3c: remove all s3c24xx support"), in January > 2023. There are no in-kernel users of remaining S3C24xx compatibles. > > Signed-off-by: Krzysztof Kozlowski > --- > .../devicetree/bindings/display/samsung/samsung,fimd.yaml | 1 - > 1 file changed, 1 deletion(-) > Applied, thanks!