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 X-Spam-Level: X-Spam-Status: No, score=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 23581C6377B for ; Thu, 22 Jul 2021 02:46:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0A5F76113C for ; Thu, 22 Jul 2021 02:46:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230367AbhGVCF0 (ORCPT ); Wed, 21 Jul 2021 22:05:26 -0400 Received: from mail-il1-f181.google.com ([209.85.166.181]:41728 "EHLO mail-il1-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230146AbhGVCFZ (ORCPT ); Wed, 21 Jul 2021 22:05:25 -0400 Received: by mail-il1-f181.google.com with SMTP id p3so4091421ilg.8; Wed, 21 Jul 2021 19:46:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=1ixKGpO941ZDKCFs+4cX6wK1iiC57fsrwJDPh4qCXl8=; b=p6LQT0kW42ZVKkfRH+9xLU3XOW+RUujV3Wrs70SKoMjQMrnOdKNuHqqE2ylz5r/WHo sqJmQHx+2HTsXjeety/eArpQGLpr+4F7tcY2NSp71tk7Kp9Ue9Moq2m+gzKz7GRsGgeU 4SnLJzYdtb/laFIl4HAKsluZod5gPy2l3ILCkMEv0tQWwQWaFEOEP9AVyuedoQWRtKa/ 5+NUxYvqcOjeUFiQTu2pod8bcYyRGgxtduXZ4+P24Sn54rR4lGV6exjYaUcoqH0F6bU1 qnZGIGC0a+8XguHj2IaYrJRZv88uj0uLf2vRVaqpVWcCiS1wslr94W/2eGofMDZF/BVG EEMg== X-Gm-Message-State: AOAM532OTKqRGstuTjyBLnqZPw+3VsvZhAkMSP9qpUyzL2LdkUGLDCRo 9Gzj6Fup2QZMOEbsxIS16Q== X-Google-Smtp-Source: ABdhPJzPziBeK/sDz4zL0wrDsgghuGYSXq02K/iHmXhW1iZs16Y2sUUdWpbimdZFJB8XBQAaFKul4A== X-Received: by 2002:a92:d5cb:: with SMTP id d11mr25239213ilq.133.1626921959811; Wed, 21 Jul 2021 19:45:59 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id z12sm15480548iom.6.2021.07.21.19.45.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 21 Jul 2021 19:45:59 -0700 (PDT) Received: (nullmailer pid 3196078 invoked by uid 1000); Thu, 22 Jul 2021 02:45:56 -0000 Date: Wed, 21 Jul 2021 20:45:56 -0600 From: Rob Herring To: Christoph Niedermaier Cc: Fabio Estevam , linux-kernel@vger.kernel.org, robh+dt@kernel.org, kernel@dh-electronics.com, linux-arm-kernel@lists.infradead.org, Shawn Guo , devicetree@vger.kernel.org Subject: Re: [PATCH V3] dt-bindings: arm: fsl: Add DHCOM PicoITX and DHCOM DRC02 boards Message-ID: <20210722024556.GA3196044@robh.at.kernel.org> References: <20210714202252.5898-1-cniedermaier@dh-electronics.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210714202252.5898-1-cniedermaier@dh-electronics.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 14 Jul 2021 22:22:52 +0200, Christoph Niedermaier wrote: > Add DH electronics DHCOM PicoITX and DHCOM DRC02 boards. The DHCOM DRC02 > device can only house a SOM with iMX6S and not with iMX6DL, due to some > thermal design consideration. But for compatible fsl,imx6dl is chosen, > because fsl,imx6s isn't available, the iMX6S is basically a iMX6DL with > one CPU core disabled and therefore the kernel discerns the iMX6S/iMX6DL > automatically. > > Signed-off-by: Christoph Niedermaier > Cc: linux-arm-kernel@lists.infradead.org > Cc: linux-kernel@vger.kernel.org > Cc: robh+dt@kernel.org > Cc: Shawn Guo > Cc: kernel@dh-electronics.com > Cc: Fabio Estevam > To: devicetree@vger.kernel.org > --- > V2: - Remove line with fsl,imx6s on the DRC02 Board > V3: - Rework of the commit message > - Add Fabio Estevam to the CC list > --- > Documentation/devicetree/bindings/arm/fsl.yaml | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > Reviewed-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 X-Spam-Level: X-Spam-Status: No, score=-15.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BEBB9C6377A for ; Thu, 22 Jul 2021 02:47:50 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 8F02361264 for ; Thu, 22 Jul 2021 02:47:50 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8F02361264 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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=aNifAL2Bwdqg2gqDpAIEmRm+IYnOPAF3tMf3wpnVZ78=; b=1hO2UHMg4qpv/Y 8IkZ17kJ/mJdjGupWeQ/UHdT5UQWJV6NJzFPsqhqcRh5fk9olntg+K8Ku1LOd7ybA7NmBS2m/adx1 kzxBxmpc4kYkmvPXONzFjrJFxvBrexDwVOhQvqFGPFIeLl/+VjhpUUCveS+EzzeOSQdNW4D80xFS/ Joj1I6FhjASdDDmP2jGZm9YCtUcVibVCA9WYc9WTB4zbAGl8Oqg2vaXVFup4hMI9pk2qSrAUuGPQG KvDsC4DmeE60CypZ/125ud5fgQLJuMEgFadW+PtMlPWA4NLxmBHXJNKGdlTZvf0WGuOvHMBS7S8XM 1xDX4TlegpRtxRINjxlQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1m6Oiq-0002kq-5h; Thu, 22 Jul 2021 02:46:04 +0000 Received: from mail-il1-f176.google.com ([209.85.166.176]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1m6Oim-0002kO-A8 for linux-arm-kernel@lists.infradead.org; Thu, 22 Jul 2021 02:46:01 +0000 Received: by mail-il1-f176.google.com with SMTP id b6so4053691iln.12 for ; Wed, 21 Jul 2021 19:46:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=1ixKGpO941ZDKCFs+4cX6wK1iiC57fsrwJDPh4qCXl8=; b=ClwSdOQuKMfwz9zB4diMNtR8YauAuFUS2FzrlT3r0wsL6W1Cz0M3mkyNMv5iJR7yDe i7+wWON9d8LdiOSVEgO/ljf65U32YvUJfqqgPY1ga9qlruf4GBh+oBqeH2bGRQpk2kNp FjTCzxvX0JLDUnGePX7gk/ueemXyF5duxmq1kq7bETaWvdpc0FZu3fQaLdFBvG8cgDJ7 otttp6UZx/muqKsfi1Hmil0Y3cAGexf8ZLleSN3EqLUc6ygvu0QV3rAZV/GjQFnpJLTs YJXuDi8aa4es1fkGYmxyt3P286GXBsVKFJMuPEkSv5ERIsx6iQ5T6Xu35joneIvLjNNW 7u/A== X-Gm-Message-State: AOAM533FREn7pqIKM5DfUzpZiKimrVHnji7gyQZXBfMYNB2d2vhjwAXi 7o7n8yPbzde/VMtccEwU4WmlTaXDHA== X-Google-Smtp-Source: ABdhPJzPziBeK/sDz4zL0wrDsgghuGYSXq02K/iHmXhW1iZs16Y2sUUdWpbimdZFJB8XBQAaFKul4A== X-Received: by 2002:a92:d5cb:: with SMTP id d11mr25239213ilq.133.1626921959811; Wed, 21 Jul 2021 19:45:59 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id z12sm15480548iom.6.2021.07.21.19.45.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 21 Jul 2021 19:45:59 -0700 (PDT) Received: (nullmailer pid 3196078 invoked by uid 1000); Thu, 22 Jul 2021 02:45:56 -0000 Date: Wed, 21 Jul 2021 20:45:56 -0600 From: Rob Herring To: Christoph Niedermaier Cc: Fabio Estevam , linux-kernel@vger.kernel.org, robh+dt@kernel.org, kernel@dh-electronics.com, linux-arm-kernel@lists.infradead.org, Shawn Guo , devicetree@vger.kernel.org Subject: Re: [PATCH V3] dt-bindings: arm: fsl: Add DHCOM PicoITX and DHCOM DRC02 boards Message-ID: <20210722024556.GA3196044@robh.at.kernel.org> References: <20210714202252.5898-1-cniedermaier@dh-electronics.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210714202252.5898-1-cniedermaier@dh-electronics.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210721_194600_396795_D6DCB244 X-CRM114-Status: GOOD ( 16.22 ) 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 Wed, 14 Jul 2021 22:22:52 +0200, Christoph Niedermaier wrote: > Add DH electronics DHCOM PicoITX and DHCOM DRC02 boards. The DHCOM DRC02 > device can only house a SOM with iMX6S and not with iMX6DL, due to some > thermal design consideration. But for compatible fsl,imx6dl is chosen, > because fsl,imx6s isn't available, the iMX6S is basically a iMX6DL with > one CPU core disabled and therefore the kernel discerns the iMX6S/iMX6DL > automatically. > > Signed-off-by: Christoph Niedermaier > Cc: linux-arm-kernel@lists.infradead.org > Cc: linux-kernel@vger.kernel.org > Cc: robh+dt@kernel.org > Cc: Shawn Guo > Cc: kernel@dh-electronics.com > Cc: Fabio Estevam > To: devicetree@vger.kernel.org > --- > V2: - Remove line with fsl,imx6s on the DRC02 Board > V3: - Rework of the commit message > - Add Fabio Estevam to the CC list > --- > Documentation/devicetree/bindings/arm/fsl.yaml | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel