From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lee Jones Date: Thu, 11 Aug 2022 08:01:49 +0100 Subject: [PATCH 2/2] dt-bindings: mfd: aspeed,ast2x00-scu: Convert to DT schema format In-Reply-To: <20220810161635.73936-3-robh@kernel.org> References: <20220810161635.73936-1-robh@kernel.org> <20220810161635.73936-3-robh@kernel.org> Message-ID: List-Id: To: linux-aspeed@lists.ozlabs.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Wed, 10 Aug 2022, Rob Herring wrote: > Convert the aspeed,ast2[456]00-scu binding to DT schema format. > > The original binding was missing '#address-cells', '#size-cells', > 'ranges', and child nodes, so add them. > > Signed-off-by: Rob Herring > --- > .../bindings/mfd/aspeed,ast2x00-scu.yaml | 110 ++++++++++++++++++ > .../devicetree/bindings/mfd/aspeed-scu.txt | 48 -------- > 2 files changed, 110 insertions(+), 48 deletions(-) > create mode 100644 Documentation/devicetree/bindings/mfd/aspeed,ast2x00-scu.yaml > delete mode 100644 Documentation/devicetree/bindings/mfd/aspeed-scu.txt Applied, thanks. -- Lee Jones [???] 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 214DDC19F2D for ; Thu, 11 Aug 2022 07:02:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234013AbiHKHCA (ORCPT ); Thu, 11 Aug 2022 03:02:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39608 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233931AbiHKHB7 (ORCPT ); Thu, 11 Aug 2022 03:01:59 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9AB4B41D1A; Thu, 11 Aug 2022 00:01:58 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 5413DB81F79; Thu, 11 Aug 2022 07:01:57 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B76B9C433D6; Thu, 11 Aug 2022 07:01:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1660201316; bh=0LegDg7v4fhM4AuETmhue5pPKRXRoWa9Os6m6U3leVk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JDLwtv923XLawqePcp/VWanKefYB8r8l7P57dxcFStR9MG78QOnnv0TvfCCCbG0a9 98RPu2VUgzM4t75DZo+YBXAPqmuiQhz5j2PCDMnOW4w+PPZt39ATf7wo+adGM/VLC7 Juqsrokr+L2iSObcRhYYBNDRrBvAZVh878F5U1S+6X0oUObP6j757Nq8aa+7rcjdUv I293YWSd+yC5/TCnXsacUaHHFtEAdi9UsH5lmKIxIJkKtHNpS7W36e8vYBGo3ORfRE 467WVSyBtYfj9JwCzgrOD7A/0gaIZ/GnK+Ri7lKjflWO+SofeqxJ9Xe4qAyaQ+Jmpz VwKrclwl8BmqA== Date: Thu, 11 Aug 2022 08:01:49 +0100 From: Lee Jones To: Rob Herring Cc: Linus Walleij , Krzysztof Kozlowski , Joel Stanley , Andrew Jeffery , devicetree@vger.kernel.org, openbmc@lists.ozlabs.org, linux-gpio@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-aspeed@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] dt-bindings: mfd: aspeed,ast2x00-scu: Convert to DT schema format Message-ID: References: <20220810161635.73936-1-robh@kernel.org> <20220810161635.73936-3-robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20220810161635.73936-3-robh@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Wed, 10 Aug 2022, Rob Herring wrote: > Convert the aspeed,ast2[456]00-scu binding to DT schema format. > > The original binding was missing '#address-cells', '#size-cells', > 'ranges', and child nodes, so add them. > > Signed-off-by: Rob Herring > --- > .../bindings/mfd/aspeed,ast2x00-scu.yaml | 110 ++++++++++++++++++ > .../devicetree/bindings/mfd/aspeed-scu.txt | 48 -------- > 2 files changed, 110 insertions(+), 48 deletions(-) > create mode 100644 Documentation/devicetree/bindings/mfd/aspeed,ast2x00-scu.yaml > delete mode 100644 Documentation/devicetree/bindings/mfd/aspeed-scu.txt Applied, thanks. -- Lee Jones [李琼斯] 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 8C7F6C19F2D for ; Thu, 11 Aug 2022 07:03: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:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc: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=CIw6c20NUDEBpB4NSqTe3fbuF15IrsumFaknXof76p0=; b=hAMoBIHb4jPRBR FEb3gX/nxJN+CIAb9aJ1osNsH0A3l+Niej/yvZ42qn5JsJLgG8fnAzxm7y7vvbn1cKDo7/g4cVqLb vN1DCoylWQVxQWHlZGvUsiZzcHH+azX+VXmDuHqgnMkgBK6QdNEaKrqqb/ejURtgj0zMZaW53dFaM NXwO5JY9Um7ggl/p16dKzplRm9WQs23GKL7+xphhQXhHJyKFn855aFIrcRCjqYZnp9u8lEQCEoWtO ohIR1kIZhCLH8H88rOW7XjDy6v5oSbkt2RguTFNjVQPpTjSnS8Hm2mq3/CSR/5lThbtQvB3yMWwYf jQl89TsjtftM+NB2r9/Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oM2Cg-007c1Z-Qu; Thu, 11 Aug 2022 07:02:03 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oM2Cc-007bwO-V6 for linux-arm-kernel@lists.infradead.org; Thu, 11 Aug 2022 07:02:00 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 44AB3B81F78; Thu, 11 Aug 2022 07:01:57 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B76B9C433D6; Thu, 11 Aug 2022 07:01:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1660201316; bh=0LegDg7v4fhM4AuETmhue5pPKRXRoWa9Os6m6U3leVk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JDLwtv923XLawqePcp/VWanKefYB8r8l7P57dxcFStR9MG78QOnnv0TvfCCCbG0a9 98RPu2VUgzM4t75DZo+YBXAPqmuiQhz5j2PCDMnOW4w+PPZt39ATf7wo+adGM/VLC7 Juqsrokr+L2iSObcRhYYBNDRrBvAZVh878F5U1S+6X0oUObP6j757Nq8aa+7rcjdUv I293YWSd+yC5/TCnXsacUaHHFtEAdi9UsH5lmKIxIJkKtHNpS7W36e8vYBGo3ORfRE 467WVSyBtYfj9JwCzgrOD7A/0gaIZ/GnK+Ri7lKjflWO+SofeqxJ9Xe4qAyaQ+Jmpz VwKrclwl8BmqA== Date: Thu, 11 Aug 2022 08:01:49 +0100 From: Lee Jones To: Rob Herring Cc: Linus Walleij , Krzysztof Kozlowski , Joel Stanley , Andrew Jeffery , devicetree@vger.kernel.org, openbmc@lists.ozlabs.org, linux-gpio@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-aspeed@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] dt-bindings: mfd: aspeed,ast2x00-scu: Convert to DT schema format Message-ID: References: <20220810161635.73936-1-robh@kernel.org> <20220810161635.73936-3-robh@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220810161635.73936-3-robh@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220811_000159_189568_123162DE X-CRM114-Status: GOOD ( 12.28 ) 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="utf-8" Content-Transfer-Encoding: base64 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org T24gV2VkLCAxMCBBdWcgMjAyMiwgUm9iIEhlcnJpbmcgd3JvdGU6Cgo+IENvbnZlcnQgdGhlIGFz cGVlZCxhc3QyWzQ1Nl0wMC1zY3UgYmluZGluZyB0byBEVCBzY2hlbWEgZm9ybWF0Lgo+IAo+IFRo ZSBvcmlnaW5hbCBiaW5kaW5nIHdhcyBtaXNzaW5nICcjYWRkcmVzcy1jZWxscycsICcjc2l6ZS1j ZWxscycsCj4gJ3JhbmdlcycsIGFuZCBjaGlsZCBub2Rlcywgc28gYWRkIHRoZW0uCj4gCj4gU2ln bmVkLW9mZi1ieTogUm9iIEhlcnJpbmcgPHJvYmhAa2VybmVsLm9yZz4KPiAtLS0KPiAgLi4uL2Jp bmRpbmdzL21mZC9hc3BlZWQsYXN0MngwMC1zY3UueWFtbCAgICAgIHwgMTEwICsrKysrKysrKysr KysrKysrKwo+ICAuLi4vZGV2aWNldHJlZS9iaW5kaW5ncy9tZmQvYXNwZWVkLXNjdS50eHQgICAg fCAgNDggLS0tLS0tLS0KPiAgMiBmaWxlcyBjaGFuZ2VkLCAxMTAgaW5zZXJ0aW9ucygrKSwgNDgg ZGVsZXRpb25zKC0pCj4gIGNyZWF0ZSBtb2RlIDEwMDY0NCBEb2N1bWVudGF0aW9uL2RldmljZXRy ZWUvYmluZGluZ3MvbWZkL2FzcGVlZCxhc3QyeDAwLXNjdS55YW1sCj4gIGRlbGV0ZSBtb2RlIDEw MDY0NCBEb2N1bWVudGF0aW9uL2RldmljZXRyZWUvYmluZGluZ3MvbWZkL2FzcGVlZC1zY3UudHh0 CgpBcHBsaWVkLCB0aGFua3MuCgotLSAKTGVlIEpvbmVzIFvmnY7nkLzmlq9dCgpfX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fXwpsaW51eC1hcm0ta2VybmVsIG1h aWxpbmcgbGlzdApsaW51eC1hcm0ta2VybmVsQGxpc3RzLmluZnJhZGVhZC5vcmcKaHR0cDovL2xp c3RzLmluZnJhZGVhZC5vcmcvbWFpbG1hbi9saXN0aW5mby9saW51eC1hcm0ta2VybmVsCg==