From patchwork Thu Dec 30 18:06:03 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sander Vanheule X-Patchwork-Id: 529063 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 A3F96C43217 for ; Thu, 30 Dec 2021 18:06:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241628AbhL3SGZ (ORCPT ); Thu, 30 Dec 2021 13:06:25 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59276 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241632AbhL3SGW (ORCPT ); Thu, 30 Dec 2021 13:06:22 -0500 Received: from polaris.svanheule.net (polaris.svanheule.net [IPv6:2a00:c98:2060:a004:1::200]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 43635C061757 for ; Thu, 30 Dec 2021 10:06:20 -0800 (PST) Received: from terra.local.svanheule.net (unknown [IPv6:2a02:a03f:eafe:c901:a9e6:6f2a:78f1:2f3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: sander@svanheule.net) by polaris.svanheule.net (Postfix) with ESMTPSA id 8F1E028A0E9; Thu, 30 Dec 2021 19:06:17 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=svanheule.net; s=mail1707; t=1640887577; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Yr6gchtCX9936GGbILXch7LDeMKywbeBcvVtA1dQaLg=; b=ZmOoK1hplli8SCAj11Sf+f/nZyOTivmEzODVVtcbuUuuutqiVqPuvudXLjUtEB7Iu9DVUE 9WielxOWPJC31EHGuLuqJbetjriY30xPFc3JvjlDEB0g05I4lQseHLuFSrMiMO6f3NnLxr 3Ll2oB/4BJvlVVsJ9mGMCX1X9RkaGIsdH8ntC9fYmXLcDqFTyeiflgXbtkl4hdsCwmoNFL 9e+7NMnTLU5tRVggG/5GczCQFoIOBaCfkufzvvwQB/28qdV8jwlyONQ+n2sY0Wjc3p/3zC uWot4PMWMJk0RaJqQvk+NGLbjJ8L8eNaRtouqghEJfimbrYDoR/gB6wRvsgTDg== From: Sander Vanheule To: linux-pm@vger.kernel.org, devicetree@vger.kernel.org Cc: Sebastian Reichel , Rob Herring , linux-kernel@vger.kernel.org, Sander Vanheule Subject: [RFC PATCH v1 3/3] dt-bindings: power: reset: gpio-restart: Correct default priority Date: Thu, 30 Dec 2021 19:06:03 +0100 Message-Id: X-Mailer: git-send-email 2.33.1 In-Reply-To: References: MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org Commit bcd56fe1aa97 ("power: reset: gpio-restart: increase priority slightly") changed the default restart priority 129, but did not update the documentation. Correct this, so the driver and documentation have the same default value. Signed-off-by: Sander Vanheule --- Documentation/devicetree/bindings/power/reset/gpio-restart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/power/reset/gpio-restart.yaml b/Documentation/devicetree/bindings/power/reset/gpio-restart.yaml index 13827fe7b395..ab26af93cb39 100644 --- a/Documentation/devicetree/bindings/power/reset/gpio-restart.yaml +++ b/Documentation/devicetree/bindings/power/reset/gpio-restart.yaml @@ -51,7 +51,7 @@ properties: priority: $ref: /schemas/types.yaml#/definitions/uint32 description: | - A priority ranging from 0 to 255 (default 128) according to the following + A priority ranging from 0 to 255 (default 129) according to the following guidelines: 0: Restart handler of last resort, with limited restart capabilities