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=-12.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 A45E7C48BE0 for ; Fri, 11 Jun 2021 13:58:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8F2E461404 for ; Fri, 11 Jun 2021 13:58:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229824AbhFKOAp (ORCPT ); Fri, 11 Jun 2021 10:00:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47720 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229529AbhFKOAo (ORCPT ); Fri, 11 Jun 2021 10:00:44 -0400 Received: from mail-ot1-x331.google.com (mail-ot1-x331.google.com [IPv6:2607:f8b0:4864:20::331]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B6BCBC061574 for ; Fri, 11 Jun 2021 06:58:46 -0700 (PDT) Received: by mail-ot1-x331.google.com with SMTP id 36-20020a9d0ba70000b02902e0a0a8fe36so3202026oth.8 for ; Fri, 11 Jun 2021 06:58:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=5u8/d/FAVA1SMvxlhwuLiLBxLoYWCAefYpC5EQqSZV8=; b=OLEaPzb0ImhCRJP99xrnRxX+AyB/xwg3DLsHK4pokpZ/i+NXNJmYFugoLwIBDngFH1 BcCsGBhFgll7R0DdOky/24vc7A2zoVsL/8Dw/7fmCBBXPrxGqDm8u2+abfXIhEGuljji 8tTKRQholSB9KbJjgoASXIB6lyyfBOj3je44bfQ0d9oDuGziuCMVVhztYPfaMlNlTW8D gJF16Epwr9w3IrgKTTfU5VTI5Kh/tqG2QpM8ndnqrOVbI/dC7qcI1cZymq5XV4TmsSgH mYuul/CsIu8LV0o81OsOl83/ouvB7hlcbkcjGkarwLIMsaXXAY4Np9TMYYBg4CjUbjt6 IUBQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=5u8/d/FAVA1SMvxlhwuLiLBxLoYWCAefYpC5EQqSZV8=; b=jRthx36Pqgy5SyViPQukLNXcsJDeUcOEQ+NRO8INfkfEDFR+aOfdyn2eLkGbHL00rX Bc1C+rmok3+DFpaX/kgNun5X1yTsy3QbKOK/q6040sBTtbkvdiuDdgLZcR/mQmx2mjHy cwiilPwXqCMQvl/6U3rZmGV5I5QzcRgB1TZVWfqVt4T053+ALkjvkxCS3IxRpiD8j2k4 aNuvU5MqdPE/w1KMiHsiXT8I1Rt8RC5LeQaP7E7VB7HPkarmxdnUZ8BQQoHhd1mCv2F2 flndxyODUZ0EkT53m4qJa6veJgfhM5e43phKwmlAsvxaG+4RciOWx2bTGMRE0Us8amHd 7C8A== X-Gm-Message-State: AOAM532aEuiZlJTAp1Eulx51GshSK9nT2tCKUu+qp0p9Np9QgKCC6oPj MlNmzbJJxQIVzKV8p8ckUN3cc+6cjIeeCCk3gl4= X-Google-Smtp-Source: ABdhPJy+hnRWXXLCim3XX8VR8NttDQdoTiRqRmk15ZU3zey1uUDav8/x3CYGdR2Rhq0blwpAH6F2plDBmFbPpF26jzI= X-Received: by 2002:a05:6830:308c:: with SMTP id f12mr3281848ots.52.1623419926189; Fri, 11 Jun 2021 06:58:46 -0700 (PDT) MIME-Version: 1.0 References: <20210607083921.2668568-1-ping.bai@nxp.com> <20210607083921.2668568-6-ping.bai@nxp.com> In-Reply-To: <20210607083921.2668568-6-ping.bai@nxp.com> From: Dong Aisheng Date: Fri, 11 Jun 2021 21:57:29 +0800 Message-ID: Subject: Re: [PATCH 05/11] dt-bindings: spi: fsl-lpspi: Add imx8ulp compatible string To: Jacky Bai Cc: Rob Herring , Shawn Guo , Stephen Boyd , Sascha Hauer , Linus Walleij , Dong Aisheng , Fabio Estevam , Sascha Hauer , dl-linux-imx , devicetree , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, Jun 7, 2021 at 4:33 PM Jacky Bai wrote: > > For i.MX8ULP, it uses two compatible strings, so update the > comaptible strings. > > Signed-off-by: Jacky Bai As previously mentioned, pls improve commit message, otherwise: Reviewed-by: Dong Aisheng Regards Aisheng > --- > .../devicetree/bindings/spi/spi-fsl-lpspi.yaml | 11 +++++++---- > 1 file changed, 7 insertions(+), 4 deletions(-) > > diff --git a/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml b/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml > index 312d8fee9dbb..1d46877fe46a 100644 > --- a/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml > +++ b/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml > @@ -14,10 +14,13 @@ allOf: > > properties: > compatible: > - enum: > - - fsl,imx7ulp-spi > - - fsl,imx8qxp-spi > - > + oneOf: > + - enum: > + - fsl,imx7ulp-spi > + - fsl,imx8qxp-spi > + - items: > + - const: fsl,imx8ulp-spi > + - const: fsl,imx7ulp-spi > reg: > maxItems: 1 > > -- > 2.26.2 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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=-10.7 required=3.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 D4B79C48BE0 for ; Fri, 11 Jun 2021 14:02:11 +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 93703613FA for ; Fri, 11 Jun 2021 14:02:11 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 93703613FA Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com 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:Cc:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=DWAlGwNLQTIfxXt+8ebhR78GmqO1x01Wf8Q8iGoDc24=; b=rEsin8zLDZ5X7h Ai1ktLybh2wB4BnEY2pWzzqQA9J3xuxG+/8zk8kDJ9lbkOJYkiePtTv8QqVFZEI3ssUEc5hEz+WMM u6NsfTv1IgzUe0UYEp9n4NZphk135q1oNgCwd1ointXms2mihctdXC3ebNnHHASAulw9wtLLfeyul TnaZOsMGSHlRb+E6efjrylBjiEqkn1kef8/vWwaaxsyl77WD3AoTJ634KMruY/MYt9jkBwM8C7nTu kGdyWMN3g5Vm21ydM6W5QNNN8IjHJrBrEcrwO2n3h8ye7dDcAhEWQWpzbuCA9XmgCzrxk6QxeogLc 7vROFfRSUwd6fdooU0GQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lrhhS-005Ws7-K4; Fri, 11 Jun 2021 13:59:54 +0000 Received: from mail-ot1-f47.google.com ([209.85.210.47]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1lrhhL-005WqX-9c for linux-arm-kernel@lists.infradead.org; Fri, 11 Jun 2021 13:59:48 +0000 Received: by mail-ot1-f47.google.com with SMTP id i12-20020a05683033ecb02903346fa0f74dso3195109otu.10 for ; Fri, 11 Jun 2021 06:59:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=5u8/d/FAVA1SMvxlhwuLiLBxLoYWCAefYpC5EQqSZV8=; b=OLEaPzb0ImhCRJP99xrnRxX+AyB/xwg3DLsHK4pokpZ/i+NXNJmYFugoLwIBDngFH1 BcCsGBhFgll7R0DdOky/24vc7A2zoVsL/8Dw/7fmCBBXPrxGqDm8u2+abfXIhEGuljji 8tTKRQholSB9KbJjgoASXIB6lyyfBOj3je44bfQ0d9oDuGziuCMVVhztYPfaMlNlTW8D gJF16Epwr9w3IrgKTTfU5VTI5Kh/tqG2QpM8ndnqrOVbI/dC7qcI1cZymq5XV4TmsSgH mYuul/CsIu8LV0o81OsOl83/ouvB7hlcbkcjGkarwLIMsaXXAY4Np9TMYYBg4CjUbjt6 IUBQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=5u8/d/FAVA1SMvxlhwuLiLBxLoYWCAefYpC5EQqSZV8=; b=TXQjBE7VwtEijUv7/QqxWh4LaT0X3yXNWPJJs2HxDKYt8QcETsquztP8tkntU4XTHj leia0d82I4s0g+di+eLeKsEB38WsIBAwLpIs9C0dFU4PKEneffNhKmwqMSo2sxmWjBe9 WOH26SBvuNtsChr4QIsp2tQmCAVP7Q8RDsZ2agVgI6FqCefBL0niBgo4cYhGE8PXAu6D 5y/V8GRC5P2tNZrGtpVxUUfj1FLFuIoTsMVVL3rAyWpqoOit+TXOmBRX3QYljgf7p4T1 KWm8tpioHWjaMMfQSlzmIS5PUv1isIZuZPA+rckeWFu3TVuFNSMo63rAxdhWGFoRFr6U ybSA== X-Gm-Message-State: AOAM5327k3pOMkYqwgZsgNtEEolr/zNsq5Hyb6fMHjkWjP3Zpe64FrMu TrGGyydrLw2hlvcq1l/TmQXH2opE8SGbPZHcKEc= X-Google-Smtp-Source: ABdhPJy+hnRWXXLCim3XX8VR8NttDQdoTiRqRmk15ZU3zey1uUDav8/x3CYGdR2Rhq0blwpAH6F2plDBmFbPpF26jzI= X-Received: by 2002:a05:6830:308c:: with SMTP id f12mr3281848ots.52.1623419926189; Fri, 11 Jun 2021 06:58:46 -0700 (PDT) MIME-Version: 1.0 References: <20210607083921.2668568-1-ping.bai@nxp.com> <20210607083921.2668568-6-ping.bai@nxp.com> In-Reply-To: <20210607083921.2668568-6-ping.bai@nxp.com> From: Dong Aisheng Date: Fri, 11 Jun 2021 21:57:29 +0800 Message-ID: Subject: Re: [PATCH 05/11] dt-bindings: spi: fsl-lpspi: Add imx8ulp compatible string To: Jacky Bai Cc: Rob Herring , Shawn Guo , Stephen Boyd , Sascha Hauer , Linus Walleij , Dong Aisheng , Fabio Estevam , Sascha Hauer , dl-linux-imx , devicetree , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210611_065947_367701_E8DEAB73 X-CRM114-Status: GOOD ( 16.05 ) 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 Mon, Jun 7, 2021 at 4:33 PM Jacky Bai wrote: > > For i.MX8ULP, it uses two compatible strings, so update the > comaptible strings. > > Signed-off-by: Jacky Bai As previously mentioned, pls improve commit message, otherwise: Reviewed-by: Dong Aisheng Regards Aisheng > --- > .../devicetree/bindings/spi/spi-fsl-lpspi.yaml | 11 +++++++---- > 1 file changed, 7 insertions(+), 4 deletions(-) > > diff --git a/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml b/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml > index 312d8fee9dbb..1d46877fe46a 100644 > --- a/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml > +++ b/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml > @@ -14,10 +14,13 @@ allOf: > > properties: > compatible: > - enum: > - - fsl,imx7ulp-spi > - - fsl,imx8qxp-spi > - > + oneOf: > + - enum: > + - fsl,imx7ulp-spi > + - fsl,imx8qxp-spi > + - items: > + - const: fsl,imx8ulp-spi > + - const: fsl,imx7ulp-spi > reg: > maxItems: 1 > > -- > 2.26.2 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel