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 3D7FBC433EF for ; Fri, 11 Feb 2022 16:44:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1351658AbiBKQox (ORCPT ); Fri, 11 Feb 2022 11:44:53 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:45916 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1351678AbiBKQow (ORCPT ); Fri, 11 Feb 2022 11:44:52 -0500 Received: from mail-oi1-f173.google.com (mail-oi1-f173.google.com [209.85.167.173]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E7D06D4B for ; Fri, 11 Feb 2022 08:44:50 -0800 (PST) Received: by mail-oi1-f173.google.com with SMTP id x193so10227317oix.0 for ; Fri, 11 Feb 2022 08:44:50 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=lMm1bAbz+COVhDSVy9Wvhqlh2ASS8XvMIEBCtJLhc28=; b=JJZOZhEGQiWPdlM8Z85TBaZZwEoAS7fWvmdqQd6uESMlP054qCBLbCuVEH6xz6KzfE ec6fNW8Fw88MhBo6r5Lmdsf4iD69aczd1KB3M6+4KZNfSt75PJ0fMGAHU5p1t1ulvkdg uvpOIm1UWld24NaUG1rAad8V1cVhSPO13c4bggaKb7zERwb+KRnknOCkhDbxjyW38zG6 S7+bKxMq+Zzb5iS9xVvMlm9gMjHIFz2noLBUmb8iei+Xftr/MdvDPCLFKw0Y+SQcelfa emGQvQ+xM9zvyTjKlGWvMj7lzIdohobnNZNrJBgcBU3jssrNzFYnHITx+8q8wv+9LwIL AobQ== X-Gm-Message-State: AOAM532Ldyg3JuCxfcDoIZ5rqzZKnHN6gryrVqXos1m4K2EqUHCTEQJz eZD+Iey6u6mKvm+w5DHtUQ== X-Google-Smtp-Source: ABdhPJwk/UIygCZAlnh2iVwerHeIKZ4y+X/cHl1o1YZAfd2W4sy5pP7lm31pPPiD7XN83hKzI1eVIQ== X-Received: by 2002:a05:6808:148c:: with SMTP id e12mr585806oiw.24.1644597890219; Fri, 11 Feb 2022 08:44:50 -0800 (PST) Received: from robh.at.kernel.org ([2607:fb90:5fee:dfce:b6df:c3e1:b1e5:d6d8]) by smtp.gmail.com with ESMTPSA id q14sm9466082ooi.40.2022.02.11.08.44.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 11 Feb 2022 08:44:49 -0800 (PST) Received: (nullmailer pid 496381 invoked by uid 1000); Fri, 11 Feb 2022 16:44:45 -0000 Date: Fri, 11 Feb 2022 10:44:45 -0600 From: Rob Herring To: Alexander Stein Cc: Fabio Estevam , Rob Herring , Matthias Schiffer , devicetree@vger.kernel.org, Shawn Guo , Sascha Hauer , linux-arm-kernel@lists.infradead.org, Krzysztof Kozlowski Subject: Re: [PATCH 1/5] dt-bindings: arm: fsl: add TQ Systems boards based on i.MX6UL(L) Message-ID: References: <20220208134223.908757-1-alexander.stein@ew.tq-group.com> <20220208134223.908757-2-alexander.stein@ew.tq-group.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220208134223.908757-2-alexander.stein@ew.tq-group.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, 08 Feb 2022 14:42:19 +0100, Alexander Stein wrote: > From: Matthias Schiffer > > TQMa6ULx is a SOM family using NXP i.MX6UL CPU family. > TQMa6ULLx is a SOM family using NXP i.MX6ULL CPU family. > Both are available as a socket type as well as an LGA type. > For both variants there are the mainboards MBa6ULx and MBa6ULxL, trailing > 'L' is LGA version. > Finally there is the possibility to use the socket module with an LGA > adapter on the MBa6ULxL. > > The SOM needs a mainboard, therefore we provide compatibles using this > naming schema: > > "tq,imx6ul-" for the module and > "tq,imx6ul--" for when mounted on the mainboard. > The i.MX6ULL version is done similar. > > Signed-off-by: Matthias Schiffer > Signed-off-by: Alexander Stein > --- > .../devicetree/bindings/arm/fsl.yaml | 37 +++++++++++++++++++ > 1 file changed, 37 insertions(+) > Acked-by: Rob Herring 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 36080C433EF for ; Fri, 11 Feb 2022 16:46:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=h/Fovv41jaoiAdOfzqX1Wwq9vGs23tre9iCq86MsT1Y=; b=EHG+6tUGI08dgV gOgUvuzEaboRrsfqq4hTP4cywbat7YtBCpcYnhrr+g4kmybvgBRXicQrnT6g3DU6Iohqe6XQiRtDF EMzKcBHFn+vd0ac1k1gxYsPvEnsmvfJQS1tCRFs0/LGSRBBLdw1esNf/Ow7NjQbM+8TRPI4lT/jc5 JKIPjoFBGySnuW91NoGI2McCRPny+j2dSaM13cxrGsB65uNsgOm21SvRxXuZilwm7CQweQQxD7RSB dwZY9Yli2+lQsvs0dD+iId8jGvBXX8gZkPBqFnxQzDpNpX+pZCe+6CT0f9CEKqpWRxbPMnwlYWlgR gb0/N7YNfeN45OPMBcbQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nIZ2Z-0085Dl-9o; Fri, 11 Feb 2022 16:44:59 +0000 Received: from mail-oi1-f178.google.com ([209.85.167.178]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nIZ2Q-0085B0-Uo for linux-arm-kernel@lists.infradead.org; Fri, 11 Feb 2022 16:44:56 +0000 Received: by mail-oi1-f178.google.com with SMTP id s24so10170617oic.6 for ; Fri, 11 Feb 2022 08:44:50 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=lMm1bAbz+COVhDSVy9Wvhqlh2ASS8XvMIEBCtJLhc28=; b=W6KUUv8TQg86uk9a74NjHv2wASrlG5RXwbRy1RinTFJi7z24oZz2f3FD/C4K7Jmo1D utm1An39FRPnmcdf8YIoFmjt+R5xIuuqXocIWUtnSztw0oqhDLRD0M3U8lpETMmo6GHL OPtTPGRht9PIw5cTkatYcXkrDzrlKDNrE1TDd7fTZkKYH2RjlX7VNQOo9Ork7J5j5Hgv vbAvGuxN2U4+3fiuFQWNtE2FUxhQ+g6Kbglw/afFoSxHUfuxyTcThl0MJJI5XdWLklXo BqCVvclIhe3llPNLy8E6Er7tLY1JPs1wC7IYtwwDCmbeHJyC/OMZ9x2Ez1okFDoZTLls E2CQ== X-Gm-Message-State: AOAM530OQIfoXtjAV/sDcq1yLNnxt4hwVE83O8F8/PCb4RBWcLNLlNdn qAwxmPzPUVNjsoOGBEpzeD65YSqVxg== X-Google-Smtp-Source: ABdhPJwk/UIygCZAlnh2iVwerHeIKZ4y+X/cHl1o1YZAfd2W4sy5pP7lm31pPPiD7XN83hKzI1eVIQ== X-Received: by 2002:a05:6808:148c:: with SMTP id e12mr585806oiw.24.1644597890219; Fri, 11 Feb 2022 08:44:50 -0800 (PST) Received: from robh.at.kernel.org ([2607:fb90:5fee:dfce:b6df:c3e1:b1e5:d6d8]) by smtp.gmail.com with ESMTPSA id q14sm9466082ooi.40.2022.02.11.08.44.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 11 Feb 2022 08:44:49 -0800 (PST) Received: (nullmailer pid 496381 invoked by uid 1000); Fri, 11 Feb 2022 16:44:45 -0000 Date: Fri, 11 Feb 2022 10:44:45 -0600 From: Rob Herring To: Alexander Stein Cc: Fabio Estevam , Rob Herring , Matthias Schiffer , devicetree@vger.kernel.org, Shawn Guo , Sascha Hauer , linux-arm-kernel@lists.infradead.org, Krzysztof Kozlowski Subject: Re: [PATCH 1/5] dt-bindings: arm: fsl: add TQ Systems boards based on i.MX6UL(L) Message-ID: References: <20220208134223.908757-1-alexander.stein@ew.tq-group.com> <20220208134223.908757-2-alexander.stein@ew.tq-group.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220208134223.908757-2-alexander.stein@ew.tq-group.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220211_084451_023650_5F97FAAA X-CRM114-Status: GOOD ( 16.01 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, 08 Feb 2022 14:42:19 +0100, Alexander Stein wrote: > From: Matthias Schiffer > > TQMa6ULx is a SOM family using NXP i.MX6UL CPU family. > TQMa6ULLx is a SOM family using NXP i.MX6ULL CPU family. > Both are available as a socket type as well as an LGA type. > For both variants there are the mainboards MBa6ULx and MBa6ULxL, trailing > 'L' is LGA version. > Finally there is the possibility to use the socket module with an LGA > adapter on the MBa6ULxL. > > The SOM needs a mainboard, therefore we provide compatibles using this > naming schema: > > "tq,imx6ul-" for the module and > "tq,imx6ul--" for when mounted on the mainboard. > The i.MX6ULL version is done similar. > > Signed-off-by: Matthias Schiffer > Signed-off-by: Alexander Stein > --- > .../devicetree/bindings/arm/fsl.yaml | 37 +++++++++++++++++++ > 1 file changed, 37 insertions(+) > Acked-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel