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 BD03CC433EF for ; Tue, 17 May 2022 15:12:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347868AbiEQPMe (ORCPT ); Tue, 17 May 2022 11:12:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60936 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1346572AbiEQPMb (ORCPT ); Tue, 17 May 2022 11:12:31 -0400 Received: from mail-oi1-f173.google.com (mail-oi1-f173.google.com [209.85.167.173]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7749C3BFB0; Tue, 17 May 2022 08:12:29 -0700 (PDT) Received: by mail-oi1-f173.google.com with SMTP id i66so22584899oia.11; Tue, 17 May 2022 08:12:29 -0700 (PDT) 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=/dfPBNJl0BkkDm6rR5f4i06anC7912qzGjQ5goLE40g=; b=2n/fzMUTSwTKyejr6B4dtfNN8S4TK6C8wkKV/s5VUwqDf8yE0IrKq2+Wxvf2BLJJKM DFrxFNljJC8nTGADlY6YiJ8zIp+ZBJ/nULXKP7zRbrzQ5bjlhj93GVEvhrAeQjjyDoIN XNr+k8obA0FIxDANq7j5EwIOv36CnfahXEDcQ54zUtH+CiKIFtA/Uxi9s6JLutI2ygv9 8qre4UgnheUQI21RQ02VdD1hxqnZW6m6rAQGGpYaXtvl/H4UdMsat3ZOtFhfEHFQ71yo Tk8Bymi0r6isPuc84+x00M+4n6HE5oEkBgfdFT8kBrsAvFW2MWvYZ7wb5ELwwnj9fbEc zTig== X-Gm-Message-State: AOAM531MQtYBsDKRh70EBjVQho7zDsTzIP5/gxJdu7Rl8vMcLm021GGJ +hPiFrGQ8TNmNxM9CLE4rQ== X-Google-Smtp-Source: ABdhPJzFfTUvwCWIB29bpybZvUCdBP4mQtaARfqBdm4hexGTPcJAiUL22/ZT2iuFmMl1WRl2Y3/ivQ== X-Received: by 2002:a05:6808:ec2:b0:2f7:34db:691e with SMTP id q2-20020a0568080ec200b002f734db691emr16118754oiv.252.1652800348779; Tue, 17 May 2022 08:12:28 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id t15-20020a056830224f00b0060603221235sm3331otd.5.2022.05.17.08.12.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 17 May 2022 08:12:28 -0700 (PDT) Received: (nullmailer pid 1045233 invoked by uid 1000); Tue, 17 May 2022 15:12:26 -0000 Date: Tue, 17 May 2022 10:12:26 -0500 From: Rob Herring To: Jesse Taube Cc: sboyd@kernel.org, tglx@linutronix.de, aisheng.dong@nxp.com, linux@armlinux.org.uk, olof@lixom.net, kernel@pengutronix.de, festevam@gmail.com, leoyang.li@nxp.com, dev@lynxeye.de, linus.walleij@linaro.org, daniel.lezcano@linaro.org, linux-arm-kernel@lists.infradead.org, robh+dt@kernel.org, tharvey@gateworks.com, cniedermaier@dh-electronics.com, linux-gpio@vger.kernel.org, stefan@agner.ch, arnd@arndb.de, linux-clk@vger.kernel.org, s.hauer@pengutronix.de, linux-imx@nxp.com, Mr.Bossman075@gmail.com, giulio.benetti@benettiengineering.com, soc@kernel.org, abel.vesa@nxp.com, linux-kernel@vger.kernel.org, clin@suse.com, marcel.ziswiler@toradex.com, mturquette@baylibre.com, devicetree@vger.kernel.org, sebastian.reichel@collabora.com, shawnguo@kernel.org Subject: Re: [PATCH v3 04/15] dt-bindings: mmc: fsl-imx-esdhc: add i.MXRT1170 compatible Message-ID: <20220517151226.GA1045177-robh@kernel.org> References: <20220517032802.451743-1-Mr.Bossman075@gmail.com> <20220517032802.451743-3-Mr.Bossman075@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220517032802.451743-3-Mr.Bossman075@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Mon, 16 May 2022 23:27:51 -0400, Jesse Taube wrote: > Add i.MXRT1170 compatible string to Documentation. > > Cc: Giulio Benetti > Signed-off-by: Jesse Taube > --- > V1 -> V2: > - New commit to fix dtbs_check > V2 -> V3: > - Fix typo > - Remove unused const > --- > Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml | 4 ++++ > 1 file changed, 4 insertions(+) > Acked-by: Rob Herring