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 6E19CC00140 for ; Mon, 15 Aug 2022 17:48:29 +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:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject: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=HfbWIhc7PsEeLfudW53S7lvQs+IISezG/0XBc29lHWc=; b=IDlyFVnhgG0xWE W0A9tA3P1fuDdtPOjHHUZYXbHixc2Cpmyy4CUPaH1lX+5xkP6hDfaNXS9MLl5ukzBE6zLWw8uyhir sehE4YafKl1sz/Zjy7qBkk0K9ZOyW8ga1spCmilRgKW5bjlTTWA3KBbwl4B24AWBL+xOkW2UJrs52 3FMoxWtZpLeDWGguNkNFcVz3SGHuHoNW1Sts4/yA0HORvK9KYkXNxeQsIf2Ap7XaTp8o0m+qlUgQm RNmSqy0PQMgB7k8GnswM7Il22SP7ODOlQ3ZqD41BOBEnqPrspb2rczDI5a5hR+ZCxTfrHkMnnIdWf zIGU0SaE+uGnAaIA0LRA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oNeB3-002XDt-Qh; Mon, 15 Aug 2022 17:47:01 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oNdUK-0020ap-OS for linux-arm-kernel@lists.infradead.org; Mon, 15 Aug 2022 17:02:55 +0000 Received: from ip5b412258.dynamic.kabel-deutschland.de ([91.65.34.88] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1oNdUI-00056T-HF; Mon, 15 Aug 2022 19:02:50 +0200 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Samuel Holland , linux-arm-kernel@lists.infradead.org Cc: Liam Girdwood , Mark Brown , Jernej Skrabec , linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, Krzysztof Kozlowski , Rob Herring , linux-kernel@vger.kernel.org, Chen-Yu Tsai , devicetree@vger.kernel.org, Maxime Ripard , Rob Herring Subject: Re: [PATCH v3 3/4] dt-bindings: sram: sunxi-sram: Add optional regulators child Date: Mon, 15 Aug 2022 19:02:49 +0200 Message-ID: <12394338.VsHLxoZxqI@diego> In-Reply-To: <1660572107.469120.1103613.nullmailer@robh.at.kernel.org> References: <20220815043436.20170-1-samuel@sholland.org> <20220815043436.20170-4-samuel@sholland.org> <1660572107.469120.1103613.nullmailer@robh.at.kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220815_100252_933269_0AE8B0BE X-CRM114-Status: GOOD ( 24.59 ) 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: , 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 Am Montag, 15. August 2022, 16:01:47 CEST schrieb Rob Herring: > On Sun, 14 Aug 2022 23:34:34 -0500, Samuel Holland wrote: > > Some sunxi SoCs have in-package regulators controlled by a register in > > the system control MMIO block. Allow a child node for these regulators > > in addition to SRAM child nodes. > > > > Signed-off-by: Samuel Holland > > --- > > > > Changes in v3: > > - Require the regulators node to have a unit address > > - Reference the regulator schema from the SRAM controller schema > > - Move the system LDOs example to the SRAM controller schema > > - Reorder the patches so the example passes validation > > > > Changes in v2: > > - New patch for v2 > > > > .../allwinner,sun4i-a10-system-control.yaml | 29 +++++++++++++++++++ > > 1 file changed, 29 insertions(+) > > > > 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/sram/allwinner,sun4i-a10-system-control.example.dtb:0:0: /example-1/syscon@3000000: failed to match any schema with compatible: ['allwinner,sun20i-d1-system-control'] This got added in "dt-bindings: sram: sunxi-sram: Add D1 compatible string" ( https://lore.kernel.org/r/20220815041248.53268-3-samuel@sholland.org ) > > 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 > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel