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 51EEBC433E6 for ; Mon, 8 Feb 2021 18:48:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0330864EBE for ; Mon, 8 Feb 2021 18:48:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235951AbhBHSsG (ORCPT ); Mon, 8 Feb 2021 13:48:06 -0500 Received: from mail-oi1-f173.google.com ([209.85.167.173]:37666 "EHLO mail-oi1-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234556AbhBHQ4H (ORCPT ); Mon, 8 Feb 2021 11:56:07 -0500 Received: by mail-oi1-f173.google.com with SMTP id y199so14274357oia.4; Mon, 08 Feb 2021 08:55:51 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=TUzmdT6JqpHqhZVxAjUAhi7ibm9HOBbRawg15CNCwVY=; b=ZJ4TPyfhiSZ/Q8kc+oMoynCcQ8FtAOBKN9vwFk2GdNm85cSEAPi6L/7iaFrhCXJpnY eYrt1Wv8VlEDUTpJcF0/cfwoqpps9ImSgXbfB85wOtcq6QWDeQ/Q91SwBlbcjct/pBJN dck4Tq7PNAweMffNe9s5/HJ9tl01271rp70o0RiUzi6Qs3sCvTeQ8VNVgxYobMTje2xN X/JOUbQCp9/mayEFC5CJL1vZ8SYDjTtGZ8wmswpKouktuJNa+c9bnYA1Oly01ldXyDdY q6d8vzpga8LOLS2ONUIzxlWB6KC288415EyVJHZjkzugXCfqDOMWcqeH0UKx05RsuttX H++g== X-Gm-Message-State: AOAM533hgAQ5erFPmim0iYFTWQASVb6+MTvlyLaJDZXqAWcb5yUiaqeI 3h43Z7gNVTMLUMlnnnnlhw== X-Google-Smtp-Source: ABdhPJx1ss+Mn8AG8RZGWoVUwGiLAhKq6+TUTHdiXRn90wtV5C3ZrPMO/vSmbPN0WrF50yoW5poMvw== X-Received: by 2002:aca:600a:: with SMTP id u10mr11647189oib.36.1612803326518; Mon, 08 Feb 2021 08:55:26 -0800 (PST) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id g11sm3786675oif.9.2021.02.08.08.55.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 08 Feb 2021 08:55:24 -0800 (PST) Received: (nullmailer pid 1522087 invoked by uid 1000); Mon, 08 Feb 2021 16:55:22 -0000 From: Rob Herring To: Li Yang Cc: linux-arm-kernel@lists.infradead.org, Oleksij Rempel , Rob Herring , Krzysztof Kozlowski , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Shawn Guo In-Reply-To: <20210205234734.3397-4-leoyang.li@nxp.com> References: <20210205234734.3397-1-leoyang.li@nxp.com> <20210205234734.3397-4-leoyang.li@nxp.com> Subject: Re: [PATCH 03/15] dt-bindings: memory: fsl: convert ifc binding to yaml schema Date: Mon, 08 Feb 2021 10:55:22 -0600 Message-Id: <1612803322.544738.1522086.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 05 Feb 2021 17:47:22 -0600, Li Yang wrote: > Convert the txt binding to yaml format and add description. Also > updated the recommended node name to ifc-bus to align with the > simple-bus node name requirements. > > Signed-off-by: Li Yang > --- > .../bindings/memory-controllers/fsl/ifc.txt | 82 ---------- > .../bindings/memory-controllers/fsl/ifc.yaml | 140 ++++++++++++++++++ > 2 files changed, 140 insertions(+), 82 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/memory-controllers/fsl/ifc.txt > create mode 100644 Documentation/devicetree/bindings/memory-controllers/fsl/ifc.yaml > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: Documentation/devicetree/bindings/memory-controllers/fsl/ifc.example.dts:36.27-49.19: Warning (simple_bus_reg): /example-0/soc/ifc-bus@ffe1e000/flash@0,0: simple-bus unit address format error, expected "0" Documentation/devicetree/bindings/memory-controllers/fsl/ifc.example.dts:51.27-64.19: Warning (simple_bus_reg): /example-0/soc/ifc-bus@ffe1e000/flash@1,0: simple-bus unit address format error, expected "100000000" Documentation/devicetree/bindings/memory-controllers/fsl/ifc.example.dts:66.26-71.19: Warning (simple_bus_reg): /example-0/soc/ifc-bus@ffe1e000/cpld@3,0: simple-bus unit address format error, expected "300000000" See https://patchwork.ozlabs.org/patch/1436960 This check can fail if there are any dependencies. The base for a patch series is generally the most recent rc1. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade 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=-14.6 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 445B9C433DB for ; Mon, 8 Feb 2021 16:56:35 +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 BEFD064DC3 for ; Mon, 8 Feb 2021 16:56:34 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BEFD064DC3 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:MIME-Version:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Message-Id:Date:Subject:References:In-Reply-To:To: From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=/w7bkclEV24+UQkQi6lDdY8ve9wcfXn0p5SPH4nAKIE=; b=XUft3y3O7uA6ar4bLf9NnNq7Xq suHqfV32PY9amK/S7D4/OHVil3ik38u5SM0UIl4esyYj8LT2Q41DbC0L0NmsEbzCzeoxY6Cto2iCB QZj6tApkPaGkMrrZray0u4d0s9e5wT0wdywpLpJti1bPlEmXrmlgO1GWT+DSmp/KumJzNArI7QRAW RR2IHMhr/QkF7kEK2q7J2ydyz0NjWrr0sSdlqD0hDC1c+cKz8l15YmDwytUPKq3kUNmHQ0yeWcaBd n3dVl4NPBmSkZIrbiMCsAqj+HCl/Lofah/Xn6t4+VEef25OzwriO8w6bM8Zg+oy7SNrROKiHmqtEH 71ly2O8Q==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l99ox-0004vs-A8; Mon, 08 Feb 2021 16:55:31 +0000 Received: from mail-oi1-f171.google.com ([209.85.167.171]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1l99ou-0004vF-8J for linux-arm-kernel@lists.infradead.org; Mon, 08 Feb 2021 16:55:29 +0000 Received: by mail-oi1-f171.google.com with SMTP id 18so5163154oiz.7 for ; Mon, 08 Feb 2021 08:55:27 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=TUzmdT6JqpHqhZVxAjUAhi7ibm9HOBbRawg15CNCwVY=; b=QEvLHCnqCEO2PdWIqSOJ0P1shNhC6LPdpVm8iXKKMswmBnqtlzDDTDP+o3fjYwqoMg EdY9gQAGCfseMhSkqfYkyeUBV8pOqZW34/BLN6qmHOuxrFR5EwZF+9ZbKWIi153L+z0B ZVRl87S581f/FB2FGSqPTP9TW84j+YTtNBppvXAg8eIovaZZOOoLtrKpjuLpd9StKDAb EOyGsL+AGIaVQGIXGo8E+ZZ965SLwfjwQLzGyFYW9GEsHIqXpzfH61s8X+Lqpq+4JyhY g2OWlUMCfWpzpPIH8m7gNgKkmD3r6V5aVqEXahRrxDBRVrYZ518/NK1RgqzRzyzK3BRz 9/Dw== X-Gm-Message-State: AOAM532cMcsDIVi9Rgeo7ZSrd7gsduVvEPO306DI+mLxqI7r00ukwc5H lckHmxWjHFH6u0XWS3hMtUwpQkB1/g== X-Google-Smtp-Source: ABdhPJx1ss+Mn8AG8RZGWoVUwGiLAhKq6+TUTHdiXRn90wtV5C3ZrPMO/vSmbPN0WrF50yoW5poMvw== X-Received: by 2002:aca:600a:: with SMTP id u10mr11647189oib.36.1612803326518; Mon, 08 Feb 2021 08:55:26 -0800 (PST) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id g11sm3786675oif.9.2021.02.08.08.55.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 08 Feb 2021 08:55:24 -0800 (PST) Received: (nullmailer pid 1522087 invoked by uid 1000); Mon, 08 Feb 2021 16:55:22 -0000 From: Rob Herring To: Li Yang In-Reply-To: <20210205234734.3397-4-leoyang.li@nxp.com> References: <20210205234734.3397-1-leoyang.li@nxp.com> <20210205234734.3397-4-leoyang.li@nxp.com> Subject: Re: [PATCH 03/15] dt-bindings: memory: fsl: convert ifc binding to yaml schema Date: Mon, 08 Feb 2021 10:55:22 -0600 Message-Id: <1612803322.544738.1522086.nullmailer@robh.at.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210208_115528_334274_01966384 X-CRM114-Status: GOOD ( 12.50 ) 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, linux-kernel@vger.kernel.org, Krzysztof Kozlowski , Oleksij Rempel , Rob Herring , Shawn Guo , linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 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 Fri, 05 Feb 2021 17:47:22 -0600, Li Yang wrote: > Convert the txt binding to yaml format and add description. Also > updated the recommended node name to ifc-bus to align with the > simple-bus node name requirements. > > Signed-off-by: Li Yang > --- > .../bindings/memory-controllers/fsl/ifc.txt | 82 ---------- > .../bindings/memory-controllers/fsl/ifc.yaml | 140 ++++++++++++++++++ > 2 files changed, 140 insertions(+), 82 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/memory-controllers/fsl/ifc.txt > create mode 100644 Documentation/devicetree/bindings/memory-controllers/fsl/ifc.yaml > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: Documentation/devicetree/bindings/memory-controllers/fsl/ifc.example.dts:36.27-49.19: Warning (simple_bus_reg): /example-0/soc/ifc-bus@ffe1e000/flash@0,0: simple-bus unit address format error, expected "0" Documentation/devicetree/bindings/memory-controllers/fsl/ifc.example.dts:51.27-64.19: Warning (simple_bus_reg): /example-0/soc/ifc-bus@ffe1e000/flash@1,0: simple-bus unit address format error, expected "100000000" Documentation/devicetree/bindings/memory-controllers/fsl/ifc.example.dts:66.26-71.19: Warning (simple_bus_reg): /example-0/soc/ifc-bus@ffe1e000/cpld@3,0: simple-bus unit address format error, expected "300000000" See https://patchwork.ozlabs.org/patch/1436960 This check can fail if there are any dependencies. The base for a patch series is generally the most recent rc1. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade 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