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=-7.1 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 autolearn=no 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 E862CC433F4 for ; Thu, 23 Jul 2020 17:09:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BEC0420792 for ; Thu, 23 Jul 2020 17:09:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1595524154; bh=HjsfiP19KyAOfie0hjv4TeKrxsOP2IbTnwhuNtx0DrU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=ABRFIs6/hk+odQLfaCJXebPzV8x3DivdpaDTiwxCGVfk1XEFWTdzwLQ6oZ+rUv0Tq pRtmSKLjva54lacORp+uqZEG+9oyIm/RbwKWSyEO0dDDjupIp8P9AcmIe52uJ2BZV+ 1/lkNBop4Bpkunf04A+Dz7W2EwSoCVKsV4CsAd2U= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729971AbgGWRJN (ORCPT ); Thu, 23 Jul 2020 13:09:13 -0400 Received: from mail-il1-f193.google.com ([209.85.166.193]:37729 "EHLO mail-il1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726254AbgGWRJN (ORCPT ); Thu, 23 Jul 2020 13:09:13 -0400 Received: by mail-il1-f193.google.com with SMTP id r12so4943907ilh.4; Thu, 23 Jul 2020 10:09:12 -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=Kze7uV82SUZpJUOtNuBnD6sFmN/SrEeVHBi08SLQeLQ=; b=EA1NtiF79HQ1jKCrg/JQzDIsiWdB2tb8OL/8CIqsVZFr5FVKjc/L8mvuiiWUxmFz1R OS0v7aeknKZiAZs8/Ur3D1T7vcarataQaMLhDdcsXWRgbRQOJbatL9oWRMIK4davI0iP PeaKHeCpF7tzOJHibOLZCJV4uo/0lrzALUnbhu1wwyynDEo8pk/+iylT9F/iR7unxMyX UIMTzVxBTWQER282KpvktiQ9HyMDQ6aWwKGhLvF67SNVW76EbsgjjAFWdPFi87hWmWgf mPijGzcmJJtOvYJ7D5e1sVDleYOgEpLPp+LkzdHBVGD4PTzgq2X3+wtqsL1TrP42bbwX MDOg== X-Gm-Message-State: AOAM533BC2Ye3PSvZXygSZUEahibVDHRbgA2nG0j42cIJZUAM5sQKuI7 K1LCUI/a1fRFnoUqOkXyDw== X-Google-Smtp-Source: ABdhPJwAoGVIDmO0+nmhcKlcUs+phhhTWD14e8hUiqneEXeaH3ip09RFCPy8OBqVRcv3YPZwJ2M5Dw== X-Received: by 2002:a92:9804:: with SMTP id l4mr5879435ili.271.1595524152087; Thu, 23 Jul 2020 10:09:12 -0700 (PDT) Received: from xps15 ([64.188.179.252]) by smtp.gmail.com with ESMTPSA id o16sm1783266ilt.59.2020.07.23.10.09.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 23 Jul 2020 10:09:11 -0700 (PDT) Received: (nullmailer pid 544431 invoked by uid 1000); Thu, 23 Jul 2020 17:09:10 -0000 Date: Thu, 23 Jul 2020 11:09:10 -0600 From: Rob Herring To: Martin Kepplinger Cc: linux-kernel@vger.kernel.org, agx@sigxcpu.org, kernel@puri.sm, broonie@kernel.org, mchehab@kernel.org, shawnguo@kernel.org, linux-imx@nxp.com, linux-arm-kernel@lists.infradead.org, festevam@gmail.com, devicetree@vger.kernel.org, Anson.Huang@nxp.com, s.hauer@pengutronix.de, kernel@pengutronix.de, angus@akkea.ca Subject: Re: [PATCH v4 3/3] dt-bindings: arm: fsl: Add the librem 5 phone Message-ID: <20200723170910.GA544402@bogus> References: <20200721153225.7593-1-martin.kepplinger@puri.sm> <20200721153225.7593-3-martin.kepplinger@puri.sm> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200721153225.7593-3-martin.kepplinger@puri.sm> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 21 Jul 2020 17:32:25 +0200, Martin Kepplinger wrote: > Add entries for the imx8mq based Librem 5 phone. The "Birch" and > "Chestnut" hardware revisions are supported by r2. The "Dogwood" > revision by r3. > See https://puri.sm/products/librem-5/ and https://developer.puri.sm/Librem5/ > for the schematics and more information. > > Signed-off-by: Martin Kepplinger > --- > Documentation/devicetree/bindings/arm/fsl.yaml | 2 ++ > 1 file changed, 2 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 X-Spam-Level: X-Spam-Status: No, score=-7.0 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=no 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 BA950C433DF for ; Thu, 23 Jul 2020 17:10:36 +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 86D5020792 for ; Thu, 23 Jul 2020 17:10:36 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="PdyZSauN" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 86D5020792 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=Caqtr5fXZLNWs13B26FZ9DspakZDbt6p4YyskJ2C8LI=; b=PdyZSauNaOlRMNqwzZLAE+FcC km4mdHIyXXJ8f2A3a+9ucta7BPEBChtbxGbuf7avP8RLDoApMTppb5pQp5ZQV/JldcyKWuNV3O8vx +kvFDSwFHh0pNt/NpYvT0jNmZV89AQRO73SRnPh7zx4GY5CgVKk6EGQq499CLg+ClvkZG40pkTiAD y3u+qslAedi1T8HbXUyOTwLTZIVSROxq8stAKBbaXyx0vVwXgSV63m8bI2MKB+dOrkGxvOF6ON1Cs lsibkW7D3DtWR6fOkWqf5379p6l/L8CNwKPv2QctSbQr49r01OTlwBJibcML2fVguucnyP4mE7/h1 0hTdxI0Hw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jyeiZ-0002dL-Rm; Thu, 23 Jul 2020 17:09:16 +0000 Received: from mail-il1-f196.google.com ([209.85.166.196]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jyeiW-0002cJ-Ua for linux-arm-kernel@lists.infradead.org; Thu, 23 Jul 2020 17:09:13 +0000 Received: by mail-il1-f196.google.com with SMTP id x9so4964181ila.3 for ; Thu, 23 Jul 2020 10:09:12 -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=Kze7uV82SUZpJUOtNuBnD6sFmN/SrEeVHBi08SLQeLQ=; b=ViDWYpXWoX5xaj7KQVDHWpbmzJi6SXQ0JbzMYoT1bAjnj3kV8nnqYM3hbYjw5uorf9 PY9HOblmvNO0vSO/0qaHLeOw8WushSx7GXjnp+j7l418c82QLel0mFSRow+UbZrERE+l rAqJoqHsQ0O9j5yOZ2P1wehwkqUpJhgKsoIga38IfE38fsYVZBwJiehTtFaIJGs8RrtT 6hNqOc/qfa6h/4EAcSWCs137rEZqkaM+IipNDd4wCGdalyhCy3+DS5Hf2X7Mbxery58s qFxeEw90GP4YKSmjgDFjvseisYomQNcuB8FdW7Ew5QAevzDDSOtjwg09EhhYpA3MxyIQ BqWQ== X-Gm-Message-State: AOAM532zXvNxLyIXz0g0ChDpkgjMS4m0c3WEAtjnvlkEobLIbsoBj6NI Ea5lzFp/EZXKNrXo37Ke6g== X-Google-Smtp-Source: ABdhPJwAoGVIDmO0+nmhcKlcUs+phhhTWD14e8hUiqneEXeaH3ip09RFCPy8OBqVRcv3YPZwJ2M5Dw== X-Received: by 2002:a92:9804:: with SMTP id l4mr5879435ili.271.1595524152087; Thu, 23 Jul 2020 10:09:12 -0700 (PDT) Received: from xps15 ([64.188.179.252]) by smtp.gmail.com with ESMTPSA id o16sm1783266ilt.59.2020.07.23.10.09.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 23 Jul 2020 10:09:11 -0700 (PDT) Received: (nullmailer pid 544431 invoked by uid 1000); Thu, 23 Jul 2020 17:09:10 -0000 Date: Thu, 23 Jul 2020 11:09:10 -0600 From: Rob Herring To: Martin Kepplinger Subject: Re: [PATCH v4 3/3] dt-bindings: arm: fsl: Add the librem 5 phone Message-ID: <20200723170910.GA544402@bogus> References: <20200721153225.7593-1-martin.kepplinger@puri.sm> <20200721153225.7593-3-martin.kepplinger@puri.sm> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200721153225.7593-3-martin.kepplinger@puri.sm> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200723_130913_006530_0B07E7A5 X-CRM114-Status: GOOD ( 10.43 ) 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, kernel@puri.sm, Anson.Huang@nxp.com, festevam@gmail.com, agx@sigxcpu.org, angus@akkea.ca, linux-kernel@vger.kernel.org, broonie@kernel.org, linux-imx@nxp.com, kernel@pengutronix.de, mchehab@kernel.org, shawnguo@kernel.org, s.hauer@pengutronix.de, 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 Tue, 21 Jul 2020 17:32:25 +0200, Martin Kepplinger wrote: > Add entries for the imx8mq based Librem 5 phone. The "Birch" and > "Chestnut" hardware revisions are supported by r2. The "Dogwood" > revision by r3. > See https://puri.sm/products/librem-5/ and https://developer.puri.sm/Librem5/ > for the schematics and more information. > > Signed-off-by: Martin Kepplinger > --- > Documentation/devicetree/bindings/arm/fsl.yaml | 2 ++ > 1 file changed, 2 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