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 2071EC38159 for ; Fri, 20 Jan 2023 04:44:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230309AbjATEoB (ORCPT ); Thu, 19 Jan 2023 23:44:01 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55916 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229461AbjATEne (ORCPT ); Thu, 19 Jan 2023 23:43:34 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6E7F8BAF35; Thu, 19 Jan 2023 20:39:10 -0800 (PST) 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 82E2EB82605; Thu, 19 Jan 2023 16:29:44 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B8674C433EF; Thu, 19 Jan 2023 16:29:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674145783; bh=2CGo6MUeSZ7cSbKHwltFF0tzdR+/UGsGolPUn92FYuU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=j47a+lFNk0FfSt9ALeU5fk9lrc84iRnIhQQSN/Pd1ocUaaj294V8UYniRT5lc6Ame GLust0H/eL1qxiHzh5aICEvQkE5lKvpTvzmYEmFpv5V9p1c4ZGXHqEf4Snb4kwamvX 1Sc6pUyKkudmqYXEefWAi4Mfz+oBN5oG7obR1rj8iAYa8HNdeDBHmUSEONJlt7u6U/ AOUXva3aM2LiCh6tNoS8TtCBXD0CQQP67DrEFOS8Quo6spm5OPXNvXrZsEXlcQCQ4W ALppT3Dm2zi/bCxgBYry1J320cIsJ7NGs1kiImcL7JjlDuAb+5d1i/n+9lYKERD5vX UIJj6/tNBMGBg== Date: Thu, 19 Jan 2023 16:29:36 +0000 From: Lee Jones To: Jeremy Kerr Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Rob Herring , Krzysztof Kozlowski , Arnd Bergmann , Philipp Zabel , Mark Brown Subject: Re: [PATCH v4 1/2] dt-bindings: mfd/syscon: Add resets property Message-ID: References: <20230105005010.124948-1-jk@codeconstruct.com.au> <20230105005010.124948-2-jk@codeconstruct.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230105005010.124948-2-jk@codeconstruct.com.au> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, 05 Jan 2023, Jeremy Kerr wrote: > Simple syscon devices may require deassertion of a reset signal in order > to access their register set. This change adds the `resets` property from > reset.yaml#/properties/resets (referenced through core.yaml), specifying > a maxItems of 1 for a single (optional) reset descriptor. > > This will allow a future change to the syscon driver to implement reset > control. > > Signed-off-by: Jeremy Kerr > Acked-by: Rob Herring > --- > Documentation/devicetree/bindings/mfd/syscon.yaml | 3 +++ > 1 file changed, 3 insertions(+) Applied, thanks -- Lee Jones [李琼斯]