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: 1574225 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: bilbo.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=svanheule.net header.i=@svanheule.net header.a=rsa-sha256 header.s=mail1707 header.b=ZmOoK1hp; dkim-atps=neutral Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by bilbo.ozlabs.org (Postfix) with ESMTP id 4JPx6P22qqz9sXM for ; Fri, 31 Dec 2021 05:06:21 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241622AbhL3SGT (ORCPT ); Thu, 30 Dec 2021 13:06:19 -0500 Received: from polaris.svanheule.net ([84.16.241.116]:33394 "EHLO polaris.svanheule.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241613AbhL3SGT (ORCPT ); Thu, 30 Dec 2021 13:06:19 -0500 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: devicetree@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