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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6231AC00140 for ; Sun, 21 Aug 2022 20:21:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231680AbiHUUVh (ORCPT ); Sun, 21 Aug 2022 16:21:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45094 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231678AbiHUUVe (ORCPT ); Sun, 21 Aug 2022 16:21:34 -0400 Received: from mail-ot1-f49.google.com (mail-ot1-f49.google.com [209.85.210.49]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 292C51AF1E; Sun, 21 Aug 2022 13:21:33 -0700 (PDT) Received: by mail-ot1-f49.google.com with SMTP id q39-20020a056830442700b0063889adc0ddso6485605otv.1; Sun, 21 Aug 2022 13:21:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=message-id:date:subject:references:in-reply-to:cc:to:from :x-gm-message-state:from:to:cc; bh=zaang43qN+/ZquL2Zo396AnsznNRkcyayaHV3/kK8qY=; b=LiCXOtOTazvG1DAJATBwHdwkRjEuXvEog7tCZO2FfPz2Ez+5c3jOOS1DZCKgwkDn1I Izok2tLEb4qex5XjI9pM4MJC3+Vu19apewbIKSOtvM2Qgj21s+LLFwrDi3Hz+wdi5IWk yN5cYbgTbzQvr4y6d/vH6tDfNt/8w1+NaRxzGP7VsBP3t1kshfW0F8AUCpFQ6uiqwnpq TL3k2Qxzt1h4Ls0pJtyhi/Ibo1BgbKO19PPdPtgHh3d7wq5jGdc8Af1YwV7J+e5aZmO1 XQfqdGzRc9p4Ep3qzTW5+40oNsgPy1gcXTYLEGvdfqcNpccVV6NYk/4mWDvjqprBFiok pdrA== X-Gm-Message-State: ACgBeo0QkKpr/am+GA5HdroCAndp3gUSpr2y0evAs0nkQ69OSE/Dmt3l 0xiJHPsIiLSAJzfyfimxMA== X-Google-Smtp-Source: AA6agR5+2XHkqPZv+Fo1bbBB5sV3kaGyWPx5o5bMtO0CFcHcv8eqXCCbDt45gehNsmveC/hP9ot60A== X-Received: by 2002:a9d:809:0:b0:637:80b:3a3e with SMTP id 9-20020a9d0809000000b00637080b3a3emr6629945oty.328.1661113292406; Sun, 21 Aug 2022 13:21:32 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id q198-20020a4a33cf000000b00435a59fba01sm2164618ooq.47.2022.08.21.13.21.30 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 21 Aug 2022 13:21:31 -0700 (PDT) Received: (nullmailer pid 1729145 invoked by uid 1000); Sun, 21 Aug 2022 20:21:26 -0000 From: Rob Herring To: Brad Larson Cc: catalin.marinas@arm.com, gerg@linux-m68k.org, gsomlo@gmail.com, adrian.hunter@intel.com, linux-mmc@vger.kernel.org, thomas.lendacky@amd.com, krzk@kernel.org, rdunlap@infradead.org, alcooperx@gmail.com, brijeshkumar.singh@amd.com, yamada.masahiro@socionext.com, linux-arm-kernel@lists.infradead.org, broonie@kernel.org, ulf.hansson@linaro.org, piotrs@cadence.com, p.yadav@ti.com, lee.jones@linaro.org, andy.shevchenko@gmail.com, suravee.suthikulpanit@amd.com, krzysztof.kozlowski+dt@linaro.org, blarson@amd.com, will@kernel.org, arnd@arndb.de, p.zabel@pengutronix.de, samuel@sholland.org, linux-kernel@vger.kernel.org, robh+dt@kernel.org, devicetree@vger.kernel.org, fancer.lancer@gmail.com In-Reply-To: <20220820195750.70861-7-brad@pensando.io> References: <20220820195750.70861-1-brad@pensando.io> <20220820195750.70861-7-brad@pensando.io> Subject: Re: [PATCH v6 06/17] dt-bindings: mfd: amd,pensando-elbasr: Add AMD Pensando Elba System Resource chip Date: Sun, 21 Aug 2022 15:21:26 -0500 Message-Id: <1661113286.942295.1729142.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org On Sat, 20 Aug 2022 12:57:39 -0700, Brad Larson wrote: > From: Brad Larson > > Add support for the AMD Pensando Elba SoC System Resource chip > using the SPI interface. The Elba SR is a Multi-function Device > supporting device register access using CS0, smbus interface for > FRU and board peripherals using CS1, dual Lattice I2C masters for > transceiver management using CS2, and CS3 for flash access. > > Signed-off-by: Brad Larson > --- > .../bindings/mfd/amd,pensando-elbasr.yaml | 97 +++++++++++++++++++ > 1 file changed, 97 insertions(+) > create mode 100644 Documentation/devicetree/bindings/mfd/amd,pensando-elbasr.yaml > My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check' on your patch (DT_CHECKER_FLAGS is new in v5.13): yamllint warnings/errors: dtschema/dtc warnings/errors: ./Documentation/devicetree/bindings/mfd/amd,pensando-elbasr.yaml: Unable to find schema file matching $id: http://devicetree.org/schemas/reset/amd,pensando-elbasr-reset.yaml /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/mfd/amd,pensando-elbasr.example.dtb: system-controller@0: reset-controller@0: False schema does not allow {'compatible': ['amd,pensando-elbasr-reset'], 'reg': [[0]], '#reset-cells': [[1]]} From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/mfd/amd,pensando-elbasr.yaml Documentation/devicetree/bindings/mfd/amd,pensando-elbasr.example.dtb:0:0: /example-0/spi/system-controller@0/reset-controller@0: failed to match any schema with compatible: ['amd,pensando-elbasr-reset'] doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/ 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id E6B59C00140 for ; Sun, 21 Aug 2022 20:23:04 +0000 (UTC) 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:MIME-Version:List-Subscribe:List-Help: List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date:Subject: References:In-Reply-To:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=s4HdY8ptRofA/wcd7IpHpl0/wv6iq0PjIj4skskN1dU=; b=IXqCAzqgx3VvUp rxYV7H9fwOftIy+jWdQ4oN4yuetn6/BS/k6oEljBLbgg8Ok5YCy1mPoauS8tfrmSNWkHViePH8WIi GpdwIPqF5SrkUZnekhcRMFlx5RRwkSD3GNuNaHXL27sf2uCM0HnpqTu0Ulj8g/Zzjs8yKKgK6Shfg RoLt4qBvrJ4BZsYzK20gZiNZD/tQJpECvOD8T8v3UDXjjHiag81nwGIuxTi64luY7pqaFPk4BYICZ y6o4EvSEGfLUzdQTktvkeMN/cx4o5olEP1UVBHAKZSbuMkOGs959nWK3GFZYIN7oOaj9Y0x0wqx/U 9WkSKo2N3WhAJwMw2CPA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oPrSA-00EySC-KA; Sun, 21 Aug 2022 20:21:50 +0000 Received: from mail-ot1-f50.google.com ([209.85.210.50]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oPrRw-00EyD9-2W for linux-arm-kernel@lists.infradead.org; Sun, 21 Aug 2022 20:21:39 +0000 Received: by mail-ot1-f50.google.com with SMTP id a14-20020a0568300b8e00b0061c4e3eb52aso6484596otv.3 for ; Sun, 21 Aug 2022 13:21:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=message-id:date:subject:references:in-reply-to:cc:to:from :x-gm-message-state:from:to:cc; bh=zaang43qN+/ZquL2Zo396AnsznNRkcyayaHV3/kK8qY=; b=n54+HiugjrkCxpIgp1NOh46WFyGatX38o3YNoAcoE7hT/pknZWh0WROudtuym0BvPy yGfhOuh1WiIcu77R5bEZ/9XarFB1hxfBr6GwsI57BLznTP5vhuaZVoaTg9o5BduLSQls eOMJcTZaY2xY0i+eLFz6jp4o0favpxdapTJ+KiVVqILM889lNXkClLhg7YlrykIhbVya iJ1CYAgE9tmhXKM1KCwqdOdhSHdAGuQRDbbzPdJSzW1l2xdFydpBujhDPBLWXzqfHIi2 AKF2svMgz7f95q4UADGMb9V1xEs0dm9UfP9+DueaSkruYfCwAEn11d6Jwfybd88KHJeq 0Xsw== X-Gm-Message-State: ACgBeo2Ej9RJ7WZVXv9tZUMalMlRZVCDcHbnZmUhvgMPRqb90h2RdLii dwtKU/7y7WbMW6cwFVKyBQ== X-Google-Smtp-Source: AA6agR5+2XHkqPZv+Fo1bbBB5sV3kaGyWPx5o5bMtO0CFcHcv8eqXCCbDt45gehNsmveC/hP9ot60A== X-Received: by 2002:a9d:809:0:b0:637:80b:3a3e with SMTP id 9-20020a9d0809000000b00637080b3a3emr6629945oty.328.1661113292406; Sun, 21 Aug 2022 13:21:32 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id q198-20020a4a33cf000000b00435a59fba01sm2164618ooq.47.2022.08.21.13.21.30 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 21 Aug 2022 13:21:31 -0700 (PDT) Received: (nullmailer pid 1729145 invoked by uid 1000); Sun, 21 Aug 2022 20:21:26 -0000 From: Rob Herring To: Brad Larson Cc: catalin.marinas@arm.com, gerg@linux-m68k.org, gsomlo@gmail.com, adrian.hunter@intel.com, linux-mmc@vger.kernel.org, thomas.lendacky@amd.com, krzk@kernel.org, rdunlap@infradead.org, alcooperx@gmail.com, brijeshkumar.singh@amd.com, yamada.masahiro@socionext.com, linux-arm-kernel@lists.infradead.org, broonie@kernel.org, ulf.hansson@linaro.org, piotrs@cadence.com, p.yadav@ti.com, lee.jones@linaro.org, andy.shevchenko@gmail.com, suravee.suthikulpanit@amd.com, krzysztof.kozlowski+dt@linaro.org, blarson@amd.com, will@kernel.org, arnd@arndb.de, p.zabel@pengutronix.de, samuel@sholland.org, linux-kernel@vger.kernel.org, robh+dt@kernel.org, devicetree@vger.kernel.org, fancer.lancer@gmail.com In-Reply-To: <20220820195750.70861-7-brad@pensando.io> References: <20220820195750.70861-1-brad@pensando.io> <20220820195750.70861-7-brad@pensando.io> Subject: Re: [PATCH v6 06/17] dt-bindings: mfd: amd,pensando-elbasr: Add AMD Pensando Elba System Resource chip Date: Sun, 21 Aug 2022 15:21:26 -0500 Message-Id: <1661113286.942295.1729142.nullmailer@robh.at.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220821_132136_141877_8B0E50C3 X-CRM114-Status: GOOD ( 13.76 ) 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: , 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 Sat, 20 Aug 2022 12:57:39 -0700, Brad Larson wrote: > From: Brad Larson > > Add support for the AMD Pensando Elba SoC System Resource chip > using the SPI interface. The Elba SR is a Multi-function Device > supporting device register access using CS0, smbus interface for > FRU and board peripherals using CS1, dual Lattice I2C masters for > transceiver management using CS2, and CS3 for flash access. > > Signed-off-by: Brad Larson > --- > .../bindings/mfd/amd,pensando-elbasr.yaml | 97 +++++++++++++++++++ > 1 file changed, 97 insertions(+) > create mode 100644 Documentation/devicetree/bindings/mfd/amd,pensando-elbasr.yaml > My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check' on your patch (DT_CHECKER_FLAGS is new in v5.13): yamllint warnings/errors: dtschema/dtc warnings/errors: ./Documentation/devicetree/bindings/mfd/amd,pensando-elbasr.yaml: Unable to find schema file matching $id: http://devicetree.org/schemas/reset/amd,pensando-elbasr-reset.yaml /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/mfd/amd,pensando-elbasr.example.dtb: system-controller@0: reset-controller@0: False schema does not allow {'compatible': ['amd,pensando-elbasr-reset'], 'reg': [[0]], '#reset-cells': [[1]]} From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/mfd/amd,pensando-elbasr.yaml Documentation/devicetree/bindings/mfd/amd,pensando-elbasr.example.dtb:0:0: /example-0/spi/system-controller@0/reset-controller@0: failed to match any schema with compatible: ['amd,pensando-elbasr-reset'] doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/ 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