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 AC813C531F9 for ; Fri, 24 Jul 2026 09:51:13 +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=iBlwXcxuvE3VXmHGDkfRKpOL3ZfRFoGDZ73BkAIFNyM=; b=YG+YHUdggb8kpYSiMPcpH5cLR4 4TowUMKd52wQfHxbzN0F7ayE1E3cieYy96rlHtdfN+1floLIZMiWVQM4IaD7NdqWMitIUAmnKLkB2 SitnBSWQIQRXDLzHLCAaKKWAyKG4zV2MjQ3PvbC0UGaQKLYIkvN4Gmk6khXdXV7K37/xjT4F2hLh7 /qD6pM0lnhxhru/sUON5mEODNlUZ1xFJelwG137d5e8k5oILNTAoxL1PkIzU/wNM6uIRJ+ssQm1F0 MK39nowTnXV2ewX9Ibal+ObwyI/RfyDRL7riLzNiXEq9d8U9ZLqPl2q3h1enznjKMiSJ+F9dsf0ZD W/oOT8KA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1wnCYc-0000000G0O5-3MBy; Fri, 24 Jul 2026 09:51:07 +0000 Received: from sea.source.kernel.org ([2600:3c0a:e001:78e:0:1991:8:25]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1wnCYb-0000000G0Np-0UVu for linux-arm-kernel@lists.infradead.org; Fri, 24 Jul 2026 09:51:05 +0000 Received: from smtp.kernel.org (quasi.space.kernel.org [100.103.45.18]) by sea.source.kernel.org (Postfix) with ESMTP id 64CE740C2D; Fri, 24 Jul 2026 09:51:04 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7FEE81F000E9; Fri, 24 Jul 2026 09:51:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1784886664; bh=iBlwXcxuvE3VXmHGDkfRKpOL3ZfRFoGDZ73BkAIFNyM=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=Nyf1aZRa7P5aHkyKMWHO72usiNzebmsnu8Zky+6o0/2MIVeLT/pNlERsevb3WCjTj XkgZ9F6hYSQ6H0/Fu4WAPbhp2igVGKHU69r4vUPt8uqNSK2ORI4HD4lHItKi3fEhbq G3kewj3PDmyo9VSq7MQojdDh4A6dum9FryYLvGz1wtX6L3rpAvtT0/L4df3HTzs9Ty O6RnwQTWgMCUfCbukLu8RZKcsOQNAQw6RI2/UhAurj/n7gMe+MvHgfpeRCfZqlhS/g //Ym31SdRii5lLs9NtAxZivzDqOLHDwRctHuC1F9V0hduk30tq41FunNIE8YqcmbEc JZoWTU16NpelQ== Date: Fri, 24 Jul 2026 11:51:00 +0200 From: Krzysztof Kozlowski To: John Ma Cc: nm@ti.com, vigneshr@ti.com, kristo@kernel.org, robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, upstream@lists.phytec.de Subject: Re: [PATCH 1/2] dt-bindings: arm: ti: Add bindings for PHYTEC AM62Px based hardware Message-ID: <20260724-accelerated-sage-jaguar-e8a4be@quoll> References: <20260722214052.1962414-1-jma@phytec.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20260722214052.1962414-1-jma@phytec.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 Wed, Jul 22, 2026 at 02:40:51PM -0700, John Ma wrote: > Add device tree bindings for the AM62Px based phyCORE-AM62Px SoM and > phyBOARD-Lynx. > > Signed-off-by: John Ma > --- > Documentation/devicetree/bindings/arm/ti/k3.yaml | 7 +++++++ > 1 file changed, 7 insertions(+) Acked-by: Krzysztof Kozlowski Best regards, Krzysztof