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=-8.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, 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 C4928C4727E for ; Wed, 23 Sep 2020 20:50:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6A662206B8 for ; Wed, 23 Sep 2020 20:50:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600894244; bh=7x6X0sNWS352wWjmGF0CgwtWI1cXDxMLky4uxQFrs5o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=LKDg3BigHtwAPWDKY1EP/Bd/IwX3jSuQItABiHoBcvWYNxEhxaNC5mCYmJdqPukc8 dh/eVmoaqFq4ZB9pvzneAKpdLq4WSSkgw0dq23lXhjfrrIdRhweUrUjzVM/qwXiIZK Zk2+/tb8Aq0TWYzxgUyAs2WXlt0BVTM2cwMkNL5A= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726768AbgIWUun (ORCPT ); Wed, 23 Sep 2020 16:50:43 -0400 Received: from mail-il1-f194.google.com ([209.85.166.194]:38147 "EHLO mail-il1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726381AbgIWUun (ORCPT ); Wed, 23 Sep 2020 16:50:43 -0400 Received: by mail-il1-f194.google.com with SMTP id z5so334924ilq.5; Wed, 23 Sep 2020 13:50:42 -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=G0mfo5tAsK946i3cKX7Oa0WYTXIIps9VuydzHNtJNeE=; b=SQ6FbeNru/YXYi3qh2wTgdtMi2ZiPPyhPeQARVEdjLqyi/+z/uVOXlvfIB+aYFw0H8 GXaZC0Q1loKAkCuUJH9PFEQKJxXYMCBvUibuAGNLb4djbnKqAEi8imwnvdTGem8olmcU BZJXGQzfJuuTxmZJqbgfVP2RtA7p/3kU73ubSN6yUUrzHOr1SbGILDHLnNN615fPvGxV sgbpX62sbMSbn0bDrSUy+cvKnPmOBT6gVaZw3vQnnBpd4xhs9c46p2kTv86Hy5XENKqX 3eE8VMaPKdg0vm4VvFSlaknLeyQPz+IQSYZ/yRZabyhsO1tfuRfB0ZRLdu9T4p4TXCsX pI7w== X-Gm-Message-State: AOAM530KxpwqvRhhcGJGRggeaXItsZ1a5IYRiC2yg3Kbi3vYh90FvfzS Vc6Rq1ds0z61wxfz69gXAA== X-Google-Smtp-Source: ABdhPJxA36vD5MpX3Ld8qYNLa+JEK1g4BidN/snqos4zxgZsSv0ZSFVJQlByj3ZYhmHmyn9xiBLXqQ== X-Received: by 2002:a92:cc87:: with SMTP id x7mr1371284ilo.304.1600894242324; Wed, 23 Sep 2020 13:50:42 -0700 (PDT) Received: from xps15 ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id q9sm381524ild.4.2020.09.23.13.50.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 23 Sep 2020 13:50:41 -0700 (PDT) Received: (nullmailer pid 1284002 invoked by uid 1000); Wed, 23 Sep 2020 20:50:40 -0000 Date: Wed, 23 Sep 2020 14:50:40 -0600 From: Rob Herring To: Matthias Schiffer Cc: Rob Herring , devicetree@vger.kernel.org, NXP Linux Team , linux-kernel@vger.kernel.org, Sascha Hauer , linux-arm-kernel@lists.infradead.org, Shawn Guo , Fabio Estevam , Pengutronix Kernel Team Subject: Re: [PATCH 01/13] dt-bindings: arm: fsl: update TQ-Systems SoMs and boards based on i.MX7 Message-ID: <20200923205040.GA1283946@bogus> References: <20200918112942.1367-1-matthias.schiffer@ew.tq-group.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200918112942.1367-1-matthias.schiffer@ew.tq-group.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 18 Sep 2020 13:29:30 +0200, Matthias Schiffer wrote: > Introduce compatible strings for the TQMa7x SoMs. > > Signed-off-by: Matthias Schiffer > --- > Documentation/devicetree/bindings/arm/fsl.yaml | 14 ++++++++++++-- > 1 file changed, 12 insertions(+), 2 deletions(-) > 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=-8.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,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 7EEC7C4741F for ; Wed, 23 Sep 2020 20:52:06 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 0553E214F1 for ; Wed, 23 Sep 2020 20:52:05 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="uhz1PWa5" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0553E214F1 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=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject: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=CZzi7sGwHMjo+L3mgwmu6RA+F2RJDWHv0HLQ+QSV+EI=; b=uhz1PWa5E7jdLLgGjOZ3GTPbV 9EULnA29dxqn6/sZAXgUl3m7cI7IyAOpvc1MxJTYghfTNc+AY9DnOiApUB1DSUwJhl+U/YIr812yN MO8t04f0ly0Ev7W2Alr2kzpqJtzDpKvzXiDubGOQDpEdPC8vc33wkIeumWKXu2mRBEUhTUCigMKJi hBmlQ1vFW57mHyJqpACeSmHuFmkomDMAOwOOSqeR/WPLZA72u+N7RfbgtTphEcjAb5NXCH8OAG5Mj 8E0htS3A9l8GJY5IQDy5nRPZxLhR4jjdn0c7Cl7yiB2zvj4GKN0MhGh8+ZEiCDsiGYaF3q8MnIBOj geCUwrZqQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kLBiv-0000CK-7Z; Wed, 23 Sep 2020 20:50:45 +0000 Received: from mail-il1-f194.google.com ([209.85.166.194]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kLBis-0000Bo-P5 for linux-arm-kernel@lists.infradead.org; Wed, 23 Sep 2020 20:50:43 +0000 Received: by mail-il1-f194.google.com with SMTP id f82so939236ilh.8 for ; Wed, 23 Sep 2020 13:50:42 -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=G0mfo5tAsK946i3cKX7Oa0WYTXIIps9VuydzHNtJNeE=; b=eg5JvtWrkg88WOv2iY5Ryb8vHNPZYjTHH/RdnO4eIrWkKS96sM5VcxLIZCcdkETP8j dPmqfFBnQDV/Tk13QyTgUyQ94KmYOYlWxaT/JlAt2AQ7WcYeLNmnsUBBr/mH1Tvb/LYo U0MPgzmYEtDaozIzQirHwKai7FVpOWX4gUm4FMUF393uadJYk0uVOQoJiItHk2KtnSos EWfClnvcu0SsTLdXYGWIr6YU7Qi92nIjOFCr6qKph9d/rOgT1wfKfgLukCt1ajlnqpAQ o+40qp9IcfyBk+E9IC5WZQCokepKn41diV4v2oMgJU0WFTw26gwwYexl5Fi5hiFp5B5t iPHg== X-Gm-Message-State: AOAM53071UkBOMC7z/ekAM6bXOI1EaHId+jzCXnxo+KDIWGX4zN6gBsH GCUUWQ4L95ZPw56wen2nXA== X-Google-Smtp-Source: ABdhPJxA36vD5MpX3Ld8qYNLa+JEK1g4BidN/snqos4zxgZsSv0ZSFVJQlByj3ZYhmHmyn9xiBLXqQ== X-Received: by 2002:a92:cc87:: with SMTP id x7mr1371284ilo.304.1600894242324; Wed, 23 Sep 2020 13:50:42 -0700 (PDT) Received: from xps15 ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id q9sm381524ild.4.2020.09.23.13.50.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 23 Sep 2020 13:50:41 -0700 (PDT) Received: (nullmailer pid 1284002 invoked by uid 1000); Wed, 23 Sep 2020 20:50:40 -0000 Date: Wed, 23 Sep 2020 14:50:40 -0600 From: Rob Herring To: Matthias Schiffer Subject: Re: [PATCH 01/13] dt-bindings: arm: fsl: update TQ-Systems SoMs and boards based on i.MX7 Message-ID: <20200923205040.GA1283946@bogus> References: <20200918112942.1367-1-matthias.schiffer@ew.tq-group.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200918112942.1367-1-matthias.schiffer@ew.tq-group.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200923_165042_842623_1DB2E716 X-CRM114-Status: GOOD ( 11.09 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Fabio Estevam , Sascha Hauer , linux-kernel@vger.kernel.org, Rob Herring , NXP Linux Team , Pengutronix Kernel Team , Shawn Guo , linux-arm-kernel@lists.infradead.org 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 Fri, 18 Sep 2020 13:29:30 +0200, Matthias Schiffer wrote: > Introduce compatible strings for the TQMa7x SoMs. > > Signed-off-by: Matthias Schiffer > --- > Documentation/devicetree/bindings/arm/fsl.yaml | 14 ++++++++++++-- > 1 file changed, 12 insertions(+), 2 deletions(-) > Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel