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=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 965FBC3F2D0 for ; Tue, 10 Mar 2020 18:38:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6B9722464B for ; Tue, 10 Mar 2020 18:38:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1583865521; bh=sWhVyiDzhH2/LT5EnNWWeerl7XPZ5N7R/DUZZzrWBIg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=J4tzGY6WlTWeQ+r+smjjRnidtS6BFMcjbcg6Ku9Ka09/G7FXA4G2976YvM9SdzQ1N uFHX7N+gsbo/d/X8XiYSIfIm1df9dI/rwR+jrf/t/5c3EhD/CEekppFFo+QtOUdvNv LiruimZHaHXakXlVvcts4teMtwvjPHatPeCnjVzg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727076AbgCJSil (ORCPT ); Tue, 10 Mar 2020 14:38:41 -0400 Received: from mail-oi1-f193.google.com ([209.85.167.193]:33661 "EHLO mail-oi1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726315AbgCJSik (ORCPT ); Tue, 10 Mar 2020 14:38:40 -0400 Received: by mail-oi1-f193.google.com with SMTP id r7so1789360oij.0; Tue, 10 Mar 2020 11:38:40 -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:user-agent; bh=rcKiHvyeeVweEFjKVsIEKKh5OdVQ21JonvREl9Oqx8E=; b=fLNrpGIZDwnxQinE02d5+06iYlWdgNqK6SeT3ex652Ytja3OJg74RGBVrEWy57JP1Z CV3AanNemxBUhPbkAhTrLMIKnQhYCoSFtO0Usey3Pke0NKJWKlVSZltT8Hf3AvG3ExHT /VBmLrg0tcyiiYnkA2n+TpEHboZk6gAVyqJnorHhz5Z2XVV5uWo0gh45B2e6TYlvFCRW LCVN7cXJYT+mrmYRYheOlRdVakgZ/mTY06nnaRQPv+eNc/K0FYjFLL10IUdmDO8NEsUW 9G1tYYto1qt/8/5PcFBCBDYcUsZawqJKSt+uzbMdoiJ624t3BnDaQ2nymgc11NCBsbRZ fNZQ== X-Gm-Message-State: ANhLgQ1ebcfiPK5+OixSqll6tBknQPDbDP//HUv8UDTv4rdkwVpjGXsf YT8yJLYkHtZXjXtteYeTtw== X-Google-Smtp-Source: ADFU+vsoV3qqlTEQdCVrmWtlFKB7yKGYbJtvxst09oJE3MqwGuSD0LEr/QkIJob56v6U03bQwXU4Mw== X-Received: by 2002:aca:4d86:: with SMTP id a128mr1767381oib.96.1583865519689; Tue, 10 Mar 2020 11:38:39 -0700 (PDT) Received: from rob-hp-laptop (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id l10sm4493995oii.29.2020.03.10.11.38.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 10 Mar 2020 11:38:39 -0700 (PDT) Received: (nullmailer pid 26679 invoked by uid 1000); Tue, 10 Mar 2020 18:38:38 -0000 Date: Tue, 10 Mar 2020 13:38:38 -0500 From: Rob Herring To: Thierry Reding Cc: Thierry Reding , Jon Hunter , Dmitry Osipenko , Joseph Lo , devicetree@vger.kernel.org, linux-tegra@vger.kernel.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v5 4/8] dt-bindings: memory: tegra: Add external memory controller binding for Tegra210 Message-ID: <20200310183838.GA25904@bogus> References: <20200310152003.2945170-1-thierry.reding@gmail.com> <20200310152003.2945170-5-thierry.reding@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200310152003.2945170-5-thierry.reding@gmail.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org On Tue, 10 Mar 2020 16:19:59 +0100, Thierry Reding wrote: > From: Joseph Lo > > Add the binding document for the external memory controller (EMC) which > communicates with external LPDDR4 devices. It includes the bindings of > the EMC node and a sub-node of EMC table which under the reserved memory > node. The EMC table contains the data of the rates that EMC supported. > > Signed-off-by: Joseph Lo > Signed-off-by: Thierry Reding > --- > Changes in v5: > - convert to dt-schema > > .../nvidia,tegra210-emc.yaml | 83 +++++++++++++++++++ > 1 file changed, 83 insertions(+) > create mode 100644 Documentation/devicetree/bindings/memory-controllers/nvidia,tegra210-emc.yaml > My bot found errors running 'make dt_binding_check' on your patch: Documentation/devicetree/bindings/memory-controllers/nvidia,tegra210-emc.example.dts:23.13-20: Warning (ranges_format): /example-0/reserved-memory:ranges: empty "ranges" property but its #address-cells (2) differs from /example-0 (1) Documentation/devicetree/bindings/memory-controllers/nvidia,tegra210-emc.example.dts:23.13-20: Warning (ranges_format): /example-0/reserved-memory:ranges: empty "ranges" property but its #size-cells (2) differs from /example-0 (1) See https://patchwork.ozlabs.org/patch/1252240 Please check and re-submit. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v5 4/8] dt-bindings: memory: tegra: Add external memory controller binding for Tegra210 Date: Tue, 10 Mar 2020 13:38:38 -0500 Message-ID: <20200310183838.GA25904@bogus> References: <20200310152003.2945170-1-thierry.reding@gmail.com> <20200310152003.2945170-5-thierry.reding@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20200310152003.2945170-5-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: Thierry Reding , Jon Hunter , Dmitry Osipenko , Joseph Lo , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-clk-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: linux-tegra@vger.kernel.org On Tue, 10 Mar 2020 16:19:59 +0100, Thierry Reding wrote: > From: Joseph Lo > > Add the binding document for the external memory controller (EMC) which > communicates with external LPDDR4 devices. It includes the bindings of > the EMC node and a sub-node of EMC table which under the reserved memory > node. The EMC table contains the data of the rates that EMC supported. > > Signed-off-by: Joseph Lo > Signed-off-by: Thierry Reding > --- > Changes in v5: > - convert to dt-schema > > .../nvidia,tegra210-emc.yaml | 83 +++++++++++++++++++ > 1 file changed, 83 insertions(+) > create mode 100644 Documentation/devicetree/bindings/memory-controllers/nvidia,tegra210-emc.yaml > My bot found errors running 'make dt_binding_check' on your patch: Documentation/devicetree/bindings/memory-controllers/nvidia,tegra210-emc.example.dts:23.13-20: Warning (ranges_format): /example-0/reserved-memory:ranges: empty "ranges" property but its #address-cells (2) differs from /example-0 (1) Documentation/devicetree/bindings/memory-controllers/nvidia,tegra210-emc.example.dts:23.13-20: Warning (ranges_format): /example-0/reserved-memory:ranges: empty "ranges" property but its #size-cells (2) differs from /example-0 (1) See https://patchwork.ozlabs.org/patch/1252240 Please check and re-submit. 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=-5.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 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 CE100C10F27 for ; Tue, 10 Mar 2020 18:48:05 +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 8E459208C3 for ; Tue, 10 Mar 2020 18:48: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="HhNv+ueA" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8E459208C3 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+infradead-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.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=XMD/qu59uUXpOR+G/Ir3QrZ3ab6MRedHx6WCEeATodU=; b=HhNv+ueAOjWym4 xzBlkVP4zP0LGxfHAzEXFfCZZmMKubG8aaL/PS7olv78sXvdXtcSa239knS8gqmPQuByouMSFb5hZ 3cyLV+SLzat56dd/ZNiBoPwRhuvmtdxpyrfuflVZDJ6EAC1F+LnR7CMKk+ideFivVAgdyOYvNhdbU GaIMXOLgWw5SfH8jnRQX1tJhVNCBoWGr6yJ86Ypj94Xt5ruCiVhpnLMu+32LiBzApyTfCuE7XfRYF nj5k86l/Niunf/pEKDQxbJYD5RNidQbgU7lz55bjegXrHWlKi4F1H8NuShOoNpFg1oUxws9C9rF/E KBerHMxzDSBKfVK4wJxA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jBjv8-0006eN-VW; Tue, 10 Mar 2020 18:48:03 +0000 Received: from mail-oi1-f196.google.com ([209.85.167.196]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jBjm5-0003q6-0y for linux-arm-kernel@lists.infradead.org; Tue, 10 Mar 2020 18:38:44 +0000 Received: by mail-oi1-f196.google.com with SMTP id l12so14931784oil.9 for ; Tue, 10 Mar 2020 11:38:40 -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:user-agent; bh=rcKiHvyeeVweEFjKVsIEKKh5OdVQ21JonvREl9Oqx8E=; b=IhuxP9Gur2T9FzALkrfAm9GK5HP7WFx/gdLxJc+hakbIMcJIdlWfonscN2yZFypd1h ivkq6dP8OI/eLXKrO1x+HG/KSg02XOJenE9UypSt678e7z51rS8/Kic2ZLoxh0HocPhh 2XudYKD2lzwIytBUkMIacBJ9iGNyNoF28tBIo9EVH2bCC9HJJjittA7D7D6qZxnQ4ByI m8zLi2kCzrC9+VNl0oarhVLlJ1FlKKF94kOxqkodvExxYOL4bEOicQ9UZc4vX7FXgQUx xP+vGR8qpUncw3bINP8o3f8E10DaRr1n2XKL3yTO2OPAXbE41PgLW2nMnPVV+2/dkNCG 5qSw== X-Gm-Message-State: ANhLgQ1rVjB1obog7TySPDCR010Zhh0cS7O63FDW5W17lQke6x1bROHw 7zTkoTyCd+VjOGZqTiUDJw== X-Google-Smtp-Source: ADFU+vsoV3qqlTEQdCVrmWtlFKB7yKGYbJtvxst09oJE3MqwGuSD0LEr/QkIJob56v6U03bQwXU4Mw== X-Received: by 2002:aca:4d86:: with SMTP id a128mr1767381oib.96.1583865519689; Tue, 10 Mar 2020 11:38:39 -0700 (PDT) Received: from rob-hp-laptop (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id l10sm4493995oii.29.2020.03.10.11.38.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 10 Mar 2020 11:38:39 -0700 (PDT) Received: (nullmailer pid 26679 invoked by uid 1000); Tue, 10 Mar 2020 18:38:38 -0000 Date: Tue, 10 Mar 2020 13:38:38 -0500 From: Rob Herring To: Thierry Reding Subject: Re: [PATCH v5 4/8] dt-bindings: memory: tegra: Add external memory controller binding for Tegra210 Message-ID: <20200310183838.GA25904@bogus> References: <20200310152003.2945170-1-thierry.reding@gmail.com> <20200310152003.2945170-5-thierry.reding@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200310152003.2945170-5-thierry.reding@gmail.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200310_113841_134033_4722FBB4 X-CRM114-Status: GOOD ( 12.13 ) 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, Jon Hunter , Thierry Reding , Joseph Lo , linux-tegra@vger.kernel.org, Dmitry Osipenko , linux-clk@vger.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+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, 10 Mar 2020 16:19:59 +0100, Thierry Reding wrote: > From: Joseph Lo > > Add the binding document for the external memory controller (EMC) which > communicates with external LPDDR4 devices. It includes the bindings of > the EMC node and a sub-node of EMC table which under the reserved memory > node. The EMC table contains the data of the rates that EMC supported. > > Signed-off-by: Joseph Lo > Signed-off-by: Thierry Reding > --- > Changes in v5: > - convert to dt-schema > > .../nvidia,tegra210-emc.yaml | 83 +++++++++++++++++++ > 1 file changed, 83 insertions(+) > create mode 100644 Documentation/devicetree/bindings/memory-controllers/nvidia,tegra210-emc.yaml > My bot found errors running 'make dt_binding_check' on your patch: Documentation/devicetree/bindings/memory-controllers/nvidia,tegra210-emc.example.dts:23.13-20: Warning (ranges_format): /example-0/reserved-memory:ranges: empty "ranges" property but its #address-cells (2) differs from /example-0 (1) Documentation/devicetree/bindings/memory-controllers/nvidia,tegra210-emc.example.dts:23.13-20: Warning (ranges_format): /example-0/reserved-memory:ranges: empty "ranges" property but its #size-cells (2) differs from /example-0 (1) See https://patchwork.ozlabs.org/patch/1252240 Please check and re-submit. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel