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 14679C63798 for ; Tue, 24 Nov 2020 09:46:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B134620888 for ; Tue, 24 Nov 2020 09:46:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731400AbgKXJqF (ORCPT ); Tue, 24 Nov 2020 04:46:05 -0500 Received: from mail-ed1-f66.google.com ([209.85.208.66]:44892 "EHLO mail-ed1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727412AbgKXJqE (ORCPT ); Tue, 24 Nov 2020 04:46:04 -0500 Received: by mail-ed1-f66.google.com with SMTP id l5so20146249edq.11; Tue, 24 Nov 2020 01:46:03 -0800 (PST) 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=tIHVa6fXvLu9MfrKVTfUO6b7KR8yn2I4/kmdzRonIY4=; b=uMbDdkvxakzCUy38HDvGv1HYA0xZunBty+Q438LzrI6trLaeiUKYhEb19GIS00xPjO ApOGh0OI4mstoAJXpMU28TdtBh/Fvgn/B93/6aBPno67RYvfA2zf/5ZDPYCJSwhLCjJq Cx/CGw9PycV0DqwX/HvqHydvhMgeAzRpm6sgE4Yt3Xo+zq17qYp5q/SzsvTLqc+q4M5z 4tk9b+BbvmolkHQevUFXfx4jITY7k6fPebOqFJtvUI3jCMy25GOhjKGve2ytqtWUzo1w YVVdiir/SK2Abh1FgVGivot/5oWBpFH48iQsRYjJc0BYir+mew0PJdcIP23FwYDjUH9Z Nvkw== X-Gm-Message-State: AOAM532RV5b/cpE5T7Kd0hsY9HClZU2+kgq05I2iwjWNwAh/XLRKJ27i zCz6W+eT8Mxtvrl6YqhsnNCEHR8LYVg= X-Google-Smtp-Source: ABdhPJxrh1crV84cFi+a6KSbhPbnpuo6yjbqX0e2xAsIXPqYRNljalmNBQawbeg2U8dO9DbREiNAOA== X-Received: by 2002:a05:6402:1777:: with SMTP id da23mr3213568edb.116.1606211162868; Tue, 24 Nov 2020 01:46:02 -0800 (PST) Received: from kozik-lap (adsl-84-226-167-205.adslplus.ch. [84.226.167.205]) by smtp.googlemail.com with ESMTPSA id b9sm6505837ejb.0.2020.11.24.01.46.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 24 Nov 2020 01:46:01 -0800 (PST) Date: Tue, 24 Nov 2020 10:46:00 +0100 From: Krzysztof Kozlowski To: Alice Guo Cc: robh+dt@kernel.org, shawnguo@kernel.org, s.hauer@pengutronix.de, linux-imx@nxp.com, peng.fan@nxp.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v6 1/4] dt-bindings: soc: imx8m: add DT Binding doc for soc unique ID Message-ID: <20201124094600.GA15030@kozik-lap> References: <20201124015949.29262-1-alice.guo@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20201124015949.29262-1-alice.guo@nxp.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 24, 2020 at 09:59:46AM +0800, Alice Guo wrote: > Add DT Binding doc for the Unique ID of i.MX 8M series. > > Signed-off-by: Alice Guo I already reviewed it. Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof > --- > > v2: remove the subject prefix "LF-2571-1" > v3: put it into Documentation/devicetree/bindings/arm/fsl.yaml > modify the description of nvmem-cells > use "make ARCH=arm64 dtbs_check" to test it and fix errors > v4: use allOf to limit new version DTS files for i.MX8M to include > "fsl,imx8mm/n/p/q-soc", nvmem-cells and nvmem-cells-names > v5: correct the error of using allOf > v6: none > > .../devicetree/bindings/arm/fsl.yaml | 47 +++++++++++++++++++ > 1 file changed, 47 insertions(+) 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,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 4AB71C2D0E4 for ; Tue, 24 Nov 2020 09:46:41 +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 AF3AB20657 for ; Tue, 24 Nov 2020 09:46:40 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="wlu1kQH/" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org AF3AB20657 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=2cU45QT8GdLvxgCdZQpUxEjYQciR3DBcBk6xhBdx8tE=; b=wlu1kQH/TmAvNA/2q0RlUI3rM Pu1C/5g3zvmU9k2PvlJ/kIQzI7CxQSjGK+RIkwepcmKZKr7lTW9MKJCsYyvxaLNeLU41YW5owFo7q PcCgVuxGi82Aor+XzdcGk1ox2M3ks+SVxcndQwhg1n6zrxH6uYmFxfpVvanhi0M5bBw/+Gp7Awiqa ABzNHRxrzBy82cXagzIpvTcGhR4GGTsPw1xFHti1VKlrL6KJfkWsbkCI//d7bSfLVADRlNjnA+vHz 6PizdOmL/PIjcU18FJD7Un42W8cJn6W/4HrZBEyPO7eKdd143wcOEgkFfjQ6TyqHn+MMGzn05PLUE D9cdlPJFg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1khUtn-0001ei-NI; Tue, 24 Nov 2020 09:46:12 +0000 Received: from mail-ed1-f65.google.com ([209.85.208.65]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1khUti-0001dr-5O for linux-arm-kernel@lists.infradead.org; Tue, 24 Nov 2020 09:46:10 +0000 Received: by mail-ed1-f65.google.com with SMTP id cq7so20161629edb.4 for ; Tue, 24 Nov 2020 01:46:03 -0800 (PST) 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=tIHVa6fXvLu9MfrKVTfUO6b7KR8yn2I4/kmdzRonIY4=; b=S81z4dVuhJlKxxmEixoTshCZOlgPC5uMeV/Df/RPez5VaI7ovz7o33M7iIin3yJMqz G/DYnbEaDflvWNbwX6UQvqkeiR3pQdAV8zcWTjgGvosw48erogSSQOSgqXazbIOe3k34 TReacN3V/EMdYC8R4W3agpy7NCBP3rLZeYuQJe9iL81WPSR3Za6ss5I3kIUb0ogu2FaN z8Al//TERDGiTiwwBa139OeQEYCmPW4gQHEHghDevdH2QXW2bNq+KiJ1jXgjxx5g4wSQ 4ZRwA/c9fMe1wMYcDQHPguxYd3vONLlqBLjFk+BluTOsbTEuZYBgJuxjZMT7CibXt9ux PcqA== X-Gm-Message-State: AOAM531Y3G1iiOqb5jGVKPzXMlLJMcOVF9mDnGkzbyqMHYdq6MUsZEFd NhUQy7cTWwSNZmfQTiCyaZM= X-Google-Smtp-Source: ABdhPJxrh1crV84cFi+a6KSbhPbnpuo6yjbqX0e2xAsIXPqYRNljalmNBQawbeg2U8dO9DbREiNAOA== X-Received: by 2002:a05:6402:1777:: with SMTP id da23mr3213568edb.116.1606211162868; Tue, 24 Nov 2020 01:46:02 -0800 (PST) Received: from kozik-lap (adsl-84-226-167-205.adslplus.ch. [84.226.167.205]) by smtp.googlemail.com with ESMTPSA id b9sm6505837ejb.0.2020.11.24.01.46.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 24 Nov 2020 01:46:01 -0800 (PST) Date: Tue, 24 Nov 2020 10:46:00 +0100 From: Krzysztof Kozlowski To: Alice Guo Subject: Re: [PATCH v6 1/4] dt-bindings: soc: imx8m: add DT Binding doc for soc unique ID Message-ID: <20201124094600.GA15030@kozik-lap> References: <20201124015949.29262-1-alice.guo@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201124015949.29262-1-alice.guo@nxp.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201124_044606_225466_693CDD99 X-CRM114-Status: GOOD ( 15.29 ) 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, peng.fan@nxp.com, s.hauer@pengutronix.de, linux-kernel@vger.kernel.org, robh+dt@kernel.org, linux-imx@nxp.com, shawnguo@kernel.org, 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, Nov 24, 2020 at 09:59:46AM +0800, Alice Guo wrote: > Add DT Binding doc for the Unique ID of i.MX 8M series. > > Signed-off-by: Alice Guo I already reviewed it. Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof > --- > > v2: remove the subject prefix "LF-2571-1" > v3: put it into Documentation/devicetree/bindings/arm/fsl.yaml > modify the description of nvmem-cells > use "make ARCH=arm64 dtbs_check" to test it and fix errors > v4: use allOf to limit new version DTS files for i.MX8M to include > "fsl,imx8mm/n/p/q-soc", nvmem-cells and nvmem-cells-names > v5: correct the error of using allOf > v6: none > > .../devicetree/bindings/arm/fsl.yaml | 47 +++++++++++++++++++ > 1 file changed, 47 insertions(+) _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel