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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 08C43C761AF for ; Mon, 27 Mar 2023 08:16:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232478AbjC0IQ4 (ORCPT ); Mon, 27 Mar 2023 04:16:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47386 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232655AbjC0IQv (ORCPT ); Mon, 27 Mar 2023 04:16:51 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id C60BB40EA; Mon, 27 Mar 2023 01:16:50 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 096748108; Mon, 27 Mar 2023 08:16:50 +0000 (UTC) Date: Mon, 27 Mar 2023 11:16:48 +0300 From: Tony Lindgren To: Rob Herring Cc: "H. Nikolaus Schaller" , Andrew Davis , kernel@pyra-handheld.com, Krzysztof Kozlowski , letux-kernel@openphoenux.org, =?utf-8?Q?Beno=C3=AEt?= Cousson , linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, Linus Walleij , Chris Morgan , Rob Herring , Greg Kroah-Hartman , devicetree@vger.kernel.org Subject: Re: [PATCH] ARM: dts: omap3-gta04: fix compatible record for GTA04 board Message-ID: <20230327081648.GF7501@atomide.com> References: <38b49aad0cf33bb5d6a511edb458139b58e367fd.1676566002.git.hns@goldelico.com> <167694504105.814849.13739306703872130380.robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <167694504105.814849.13739306703872130380.robh@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Rob Herring [230221 02:04]: > > On Thu, 16 Feb 2023 17:46:43 +0100, H. Nikolaus Schaller wrote: > > Vendor of the GTA04 boards is and always was > > Golden Delicious Computers GmbH&Co. KG, Germany > > and not Texas Instruments. > > > > Maybe, TI was references here because the GTA04 was based on > > the BeagleBoard design which is designated as "ti,omap3-beagle". > > > > While we are looking at vendors of omap3 based devices, we also > > add the record for OpenPandora. The DTS files for the pandora > > device already make use of it. > > > > Signed-off-by: H. Nikolaus Schaller > > --- > > Documentation/devicetree/bindings/vendor-prefixes.yaml | 4 ++++ > > arch/arm/boot/dts/omap3-gta04.dtsi | 3 +-- > > 2 files changed, 5 insertions(+), 2 deletions(-) > > > > Acked-by: Rob Herring Applying into omap-for-v6.4/dt thanks. Tony