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 EAFF6C38145 for ; Wed, 7 Sep 2022 16:33:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229514AbiIGQdk (ORCPT ); Wed, 7 Sep 2022 12:33:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58514 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229459AbiIGQdf (ORCPT ); Wed, 7 Sep 2022 12:33:35 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2A2CA7E013; Wed, 7 Sep 2022 09:33:35 -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 dfw.source.kernel.org (Postfix) with ESMTPS id BA5D5619A9; Wed, 7 Sep 2022 16:33:34 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EE94DC433C1; Wed, 7 Sep 2022 16:33:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1662568414; bh=AAB6Huu3ZlaINnAmbB+e3dt23bU2El2/Mz0SFEyyIxE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=f+8BMs2CzlgjCDzTBmoW489NaCSwLjhVnegzttOeTHnOktXYFDM192XHs4sF2AGc+ diLyroyG1iD5TvGOdh1CVJnaF7pDtqrqAC6Lw/+jCy9yl39d/Ypjz01evcAK0J6WG2 dP9UGtbUJ7QoysWRtwjCNSKpPgCC2WeTPmGiTcy8ESQvnjZJs3vbCtZDST7wsGMIqJ R4ym//XbwQtYnUk33tBGBH36tim4qSR0J0U56uSYrdA/oYBn/sAPxQrU1igKEgvC6s jk2/p93qDyihdy+HC7/HqtbslxyYbODZ/4XJ9EYCs8+yn7ClgGPzDbPd8KcGRZHzFn 5Ew8iLMWRbjqQ== Received: by pali.im (Postfix) id 4B1FA7F0; Wed, 7 Sep 2022 18:33:31 +0200 (CEST) Date: Wed, 7 Sep 2022 18:33:31 +0200 From: Pali =?utf-8?B?Um9ow6Fy?= To: Krzysztof Kozlowski Cc: Rob Herring , Krzysztof Kozlowski , Michael Ellerman , devicetree@vger.kernel.org, linux-pm@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, Marek =?utf-8?B?QmVow7pu?= Subject: Re: [PATCH v3 1/3] dt-bindings: reset: syscon-reboot: Add priority property Message-ID: <20220907163331.zoumcdmmarnbkmm5@pali> References: <20220820102925.29476-1-pali@kernel.org> <20220831081715.14673-1-pali@kernel.org> <9a71a2f3-97f6-f3ac-8852-1d3da1a50370@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <9a71a2f3-97f6-f3ac-8852-1d3da1a50370@linaro.org> User-Agent: NeoMutt/20180716 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wednesday 07 September 2022 14:38:42 Krzysztof Kozlowski wrote: > On 31/08/2022 10:17, Pali Rohár wrote: > > This new optional priority property allows to specify custom priority level > > of reset device. Prior this change priority level was hardcoded to 192 and > > not possible to specify or change. Specifying other value is needed for > > some boards. Default level when not specified stays at 192 as before. > > > > Signed-off-by: Pali Rohár > > Thanks for the changes. Explanation looks good. > > I sent a patch adding the common schema with priority. If it gets > ack/review from Rob and Sebastian, please kindly rebase on top of it and > use same way as I did for gpio-restart.yaml > > Best regards, > Krzysztof Ok, so just by adding "allOf: - $ref: restart-handler.yaml#" right?