From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C797B2BF019; Thu, 10 Jul 2025 23:09:41 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752188981; cv=none; b=u+gFZfcUcOjcp1aGVy4ccb9QJrhOF6NFwXrGB7aUImfIh04t4hsZNecTRq0Sb6sMG48eZuDZHtAQgt+p2DVlMHXATdNJeWcO43+lmUSNS6e2Qw1CkLUjHwJZHykNMyFZKHPQdPuQQHnlK9HQW3HzixnOEZ1s+jTsvZiiXnGuO0s= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752188981; c=relaxed/simple; bh=xX1Y0DxEL0262QrqSMHrEjgZLmOO6gChgX6+avkZ/Cs=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=WVlbplEKSNDV/AB24nBggs0S0z7n0kiyyP1bS/PahGocKtsBLsvBboy65QmuURsokc6TsWdtZBV9CRLWiR7mhptpuV8x2g1ejnthIifrHbNVqmqn9tVplkqAGtM6ECgeVCQ0A5agahWqLLglKQr3a0jwZS/2R92masjex6DEmzA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=npFJ9pss; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="npFJ9pss" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1E7CBC4CEE3; Thu, 10 Jul 2025 23:09:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1752188981; bh=xX1Y0DxEL0262QrqSMHrEjgZLmOO6gChgX6+avkZ/Cs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=npFJ9pss1Ak9vVLoGluAR2E594OevgHB6Dtu3eQAc6H/4R7Jur+PUJKlk5Z6W/iYM ciAKP3hPk+/3Gzr+IWFE814C5cDSDBptvgrWjB1Sfjm5J0VCLUFLS2sQTHbCgyxwbu ydhQACEtbz1CgV5nNe9anBHZbXNq8WDJxeT138L73EqtUUymDLTChix2M0FcU60Ug4 fiwphlsr6YMfveeJ7uHZ0Kab0vpH4FbKNVl4kCgoI51jU5t+mvZ7VQpF2yaiTRPiqZ oMd3kc54s/dBARmQTe6aRTn9MkpGi3EWh8e6Z0ujFk2URctyIx+arEfq2B2iSKIznD 8+795ZEEvq5Dw== Date: Thu, 10 Jul 2025 18:09:39 -0500 From: "Rob Herring (Arm)" To: Stefano Radaelli Cc: Conor Dooley , linux-kernel@vger.kernel.org, Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, Nishanth Menon , devicetree@vger.kernel.org, Tero Kristo , Vignesh Raghavendra Subject: Re: [PATCH v3 1/3] dt-bindings: arm: ti: Add bindings for Variscite VAR-SOM-AM62P Message-ID: <175218897949.53397.7050209461596746496.robh@kernel.org> References: <20250710162737.49679-1-stefano.radaelli21@gmail.com> <20250710162737.49679-2-stefano.radaelli21@gmail.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250710162737.49679-2-stefano.radaelli21@gmail.com> On Thu, 10 Jul 2025 18:27:26 +0200, Stefano Radaelli wrote: > Add devicetree bindings for Variscite VAR-SOM-AM62P System on Module > and its carrier boards. > > Signed-off-by: Stefano Radaelli > --- > v3: > - Change compatible string to match existing mainline format > v2: > - Add symphony carrier board compatible > > Documentation/devicetree/bindings/arm/ti/k3.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) > Acked-by: Rob Herring (Arm)