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.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,NICE_REPLY_A,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 9A688C433ED for ; Tue, 28 Jul 2020 08:52:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7A62C20809 for ; Tue, 28 Jul 2020 08:52:35 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=amazon.com header.i=@amazon.com header.b="c9srD6dU" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726032AbgG1Iw2 (ORCPT ); Tue, 28 Jul 2020 04:52:28 -0400 Received: from smtp-fw-2101.amazon.com ([72.21.196.25]:59844 "EHLO smtp-fw-2101.amazon.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728331AbgG1Iw1 (ORCPT ); Tue, 28 Jul 2020 04:52:27 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1595926346; x=1627462346; h=subject:to:cc:references:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=O/7K7U+F4Hb9vBOmcbLlJMixNNgJMZmG2fifr+2GFKA=; b=c9srD6dU/0MjULvx9YelTSIMnxQ9VHC1GI18qaf5FalkjdAJMqFINV+r 10NL/cQf9O1I0EEWERGVWWvZzKy/k+vp0c8cvWeId1I5UoOwjZIzZEAEF FHpPZnDwoWaA5u0AARfSozzFbaOD4IDkUWEb3OawK7b7deFhtBePaR/MP Y=; IronPort-SDR: v5AyA2WaLe/fVEXJlCh/dAYzaCRzy9KqDqZk8MHTdyswVU5rz0vbDEfC+9dZA+H0U+yEWI5vzp JsrIxpes6BgQ== X-IronPort-AV: E=Sophos;i="5.75,405,1589241600"; d="scan'208";a="44426518" Received: from iad12-co-svc-p1-lb1-vlan2.amazon.com (HELO email-inbound-relay-2c-1968f9fa.us-west-2.amazon.com) ([10.43.8.2]) by smtp-border-fw-out-2101.iad2.amazon.com with ESMTP; 28 Jul 2020 08:52:24 +0000 Received: from EX13MTAUEA002.ant.amazon.com (pdx4-ws-svc-p6-lb7-vlan3.pdx.amazon.com [10.170.41.166]) by email-inbound-relay-2c-1968f9fa.us-west-2.amazon.com (Postfix) with ESMTPS id 04A21A2704; Tue, 28 Jul 2020 08:52:22 +0000 (UTC) Received: from EX13D01EUB001.ant.amazon.com (10.43.166.194) by EX13MTAUEA002.ant.amazon.com (10.43.61.77) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Tue, 28 Jul 2020 08:52:22 +0000 Received: from [192.168.5.124] (10.43.161.145) by EX13D01EUB001.ant.amazon.com (10.43.166.194) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Tue, 28 Jul 2020 08:52:13 +0000 Subject: Re: [PATCH v8 1/2] dt-bindings: edac: al-mc-edac: Amazon's Annapurna Labs Memory Controller EDAC To: Rob Herring CC: , , , , , , , , , , , , , , , , , , References: <20200726191555.5210-1-talel@amazon.com> <20200726191555.5210-2-talel@amazon.com> <20200727181424.GA639053@bogus> From: "Shenhar, Talel" Message-ID: Date: Tue, 28 Jul 2020 11:52:08 +0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20200727181424.GA639053@bogus> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-GB X-Originating-IP: [10.43.161.145] X-ClientProxiedBy: EX13D10UWB001.ant.amazon.com (10.43.161.111) To EX13D01EUB001.ant.amazon.com (10.43.166.194) Sender: linux-edac-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-edac@vger.kernel.org On 7/27/2020 9:14 PM, Rob Herring wrote: > On Sun, 26 Jul 2020 22:15:54 +0300, Talel Shenhar wrote: >> Document Amazon's Annapurna Labs Memory Controller EDAC SoC binding. >> >> Signed-off-by: Talel Shenhar >> Reviewed-by: Rob Herring >> --- >> .../bindings/edac/amazon,al-mc-edac.yaml | 52 +++++++++++++++++++ >> 1 file changed, 52 insertions(+) >> create mode 100644 Documentation/devicetree/bindings/edac/amazon,al-mc-edac.yaml >> > > My bot found errors running 'make dt_binding_check' on your patch: > > /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/edac/amazon,al-mc-edac.example.dt.yaml: example-0: edac@f0080000:reg:0: [0, 4027056128, 0, 65536] is too long > > > See https://patchwork.ozlabs.org/patch/1336532 > > If you already ran 'make dt_binding_check' and didn't see the above > error(s), then make sure dt-schema is up to date: > > pip3 install git+https://github.com/devicetree-org/dt-schema.git@master --upgrade > > Please check and re-submit. Thanks Rob, Indeed I am not able to see this error. Even tried updating dt-schema. Even targeted check didn't give anything: linux-ras$ make dt_binding_check DT_SCHEMA_FILES=Documentation/devicetree/bindings/edac/amazon,al-mc-edac.yaml   CHKDT Documentation/devicetree/bindings/edac/amazon,al-mc-edac.yaml   DTC Documentation/devicetree/bindings/edac/amazon,al-mc-edac.example.dt.yaml   CHECK Documentation/devicetree/bindings/edac/amazon,al-mc-edac.example.dt.yaml ill look into it and publish v9. >