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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 45F91CD37AC for ; Wed, 13 May 2026 23:38:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=xK0KgLrcY6Y+zllw21iOU6QjdvdTD571guej3BUh21w=; b=J/ryReN1kFrxrRygwAWoR1ABOv 0FlWZX9IJG5aufxGP+4hTKsmddGUyaKQLZB9D/RNY8FqmhXfuJfePT3Vtabgc9QN04Z7w+VNdcgD4 mqaI1tZ0GWQlS5d8wd8xhxpYywLIM1L7meXiCQUmtknEX4xckY3Xhnwxbp7w0wjtTGQ5Q9xsh8DBq ozqcW8dedtbQ/C/P+bBMw3U6w2njojsVdgBhpyT9B3o4JnMQYEOn/mKIBDwUzCcKKMbnpdedvzcS0 CPwa+AusDgndBqtciUN/memzBnq7HjUF3tPcJ+ATliWAoq93vymumcURnz8tyiN43Qe9o1VEK+DQc pUldqDWg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1wNJ9l-000000044bF-3ItM; Wed, 13 May 2026 23:38:25 +0000 Received: from tor.source.kernel.org ([2600:3c04:e001:324:0:1991:8:25]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1wNJ9k-000000044b2-3830 for linux-arm-kernel@lists.infradead.org; Wed, 13 May 2026 23:38:24 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id CBBF860052; Wed, 13 May 2026 23:38:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1B38FC19425; Wed, 13 May 2026 23:38:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778715503; bh=d2UALDv0MmPHTajabTGVMFkrVWBmz2128Gozj64Y2PQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bm/n/qyun+G15cXN7LBd7nI1VSnQFijVvVjZXMvnq2d3l1KvJObYDQEqRP27Z1Unh zEGguN0USvmwQdxTJc1UP+b823n8toMssQKXmPGD5pphvpZH31uSMbBy56Ye7lJsYh PzMl8pTEzYAfuNfeJPRIt+Bv8O9+J4+Dtc8EqO+PcuOtg6gh9BHns/y+ciKP5bVYp7 0uRJgJrijyNhrxk/avpD9rl85PmVapzzxdyEFvIjZNHvGUim5FC4zt+/je739hxU2L PfnAkUzy3w4RucHYw2VgxsN5gdIgIm9mHgqPA3lnjMEHnGxUOwdHwTVK7TX3RCKWQs ncBoUA6lzNxew== Date: Wed, 13 May 2026 18:38:19 -0500 From: "Rob Herring (Arm)" To: Judith Mendez Cc: Andrew Davis , Vignesh Raghavendra , Bryan Brattlof , Conor Dooley , Krzysztof Kozlowski , linux-kernel@vger.kernel.org, Tero Kristo , Nishanth Menon , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 1/3] dt-bindings: arm: ti: Add am62l3-beaglebadge Message-ID: <177871549917.2312246.2169010198859833404.robh@kernel.org> References: <20260508230341.1891450-1-jm@ti.com> <20260508230341.1891450-2-jm@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260508230341.1891450-2-jm@ti.com> X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, 08 May 2026 18:03:39 -0500, Judith Mendez wrote: > This board is based on ti,am62l3. > > https://beagleboard.org > https://github.com/beagleboard/BeagleBadge > Signed-off-by: Judith Mendez > --- > Changelog: > - Update compatible to: beagle,am62l3-beaglebadge > --- > Documentation/devicetree/bindings/arm/ti/k3.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring (Arm)