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 22CB0E68152 for ; Tue, 17 Feb 2026 09:35:02 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 64A4A10E4AF; Tue, 17 Feb 2026 09:35:01 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=kemnade.info header.i=@kemnade.info header.b="RSQGvJp3"; dkim-atps=neutral Received: from mail.andi.de1.cc (mail.andi.de1.cc [178.238.236.174]) by gabe.freedesktop.org (Postfix) with ESMTPS id AF07110E4B2 for ; Tue, 17 Feb 2026 09:34:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=kemnade.info; s=20220719; h=References:In-Reply-To:Cc:From:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID; bh=VFrPWXYQT32uJfy+Itx8pbUU2F6AZS8gWr+T1oJUeBs=; b=RSQGvJp3nkM/KWKOE1V55N8Lrk pwlO9cyFM2UUUiM+OgmuyOXTYUN069Nn9ur8aenxt2oYUrfT6Xx36cTV6NlcBCMuL1z82zvRdQ7lM U8ix0yl1gi2hscTG2ZMJpv7qMAHudC6vgQ+mwh8s4jwXidPaR9XyGp2n/wQFTXRooXrbdZjHZU3f/ f1Ep8TxJoLLF+trVeaFahWpGQk+AZjQ+chkOk7pPPTDIbxa7nCZYYfBNo1Jp9P6EFvqmD9FeeRHTg FaAxk25fMIvh48a4O4kYVM6SaC+hWi7f52xq92GU+oGnn16Tf2fe/EWR++vdz0bLhxPAx5P+8DsH8 xxePVT6Q==; Date: Tue, 17 Feb 2026 10:34:38 +0100 From: Andreas Kemnade To: "H. Nikolaus Schaller" Cc: Kory Maincent , Robert Nelson , Aaro Koskinen , Kevin Hilman , Roger Quadros , Tony Lindgren , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Russell King , Thomas Petazzoni , linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, dri-devel@lists.freedesktop.org, Luca Ceresoli , Bajjuri Praneeth , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Louis Chauvet Subject: Re: [PATCH 1/5] ARM: dts: ti: Enable overlays for all DTB files Message-ID: <20260217103438.4697deab@kemnade.info> In-Reply-To: <0EE0658D-56A7-480C-BF71-6B2EB81DC41C@goldelico.com> References: <20260212-feature_bbge-v1-0-29014a212f35@bootlin.com> <20260212-feature_bbge-v1-1-29014a212f35@bootlin.com> <20260212174718.7daccb70@kemnade.info> <719BF710-26DF-49AB-A016-D2306F0389E2@goldelico.com> <20260212231907.6120a2e2@kemnade.info> <20260216161155.09fae580@kmaincent-XPS-13-7390> <0EE0658D-56A7-480C-BF71-6B2EB81DC41C@goldelico.com> X-Mailer: Claws Mail 4.3.1 (GTK 3.24.49; aarch64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 Tue, 17 Feb 2026 09:58:04 +0100 H. Nikolaus Schaller wrote: > Hi Kory, > > > Am 16.02.2026 um 16:11 schrieb Kory Maincent : > > > >>>>> > >>>>>>> Am 12.02.2026 um 16:26 schrieb Kory Maincent (TI) > >>>>>>> : > >>>>>>> > >>>>>>> Allow overlays to be applied to any DTB. This adds around ~40% to the > >>>>>>> total size of the DTB files on average. > > > > Yes, I will move on to this solution for now to avoid too many complaints about > > the devicetree size increases. > > I have done some experimentation with this patch (on top of v6.19 and our private defconfig) > but could not find any DTB size increase. > > Does it require another patch or CONFIG change? > if it is your letux_defconfig, then it does not require anything else. I think something already enables symbols in your tree. Look with fdtdump at the generated dtbs for a __symbols__ node. If it is there, then it is enabled. Regards, Andreas