From nobody Mon Apr 6 22:10:38 2026 Received: from mail.hugovil.com (mail.hugovil.com [162.243.120.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4AABE2DCC1C; Tue, 17 Mar 2026 15:24:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=162.243.120.170 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773761041; cv=none; b=AmzGl1ijaGKBVmCv/+hsMtFUS4tT7Mf+cvs6AvWVmRcrNDcaSllCvbOFFXxKvmrzNNwE/TSvBcV/T20+1vS1zzex8Mzm2nfdeojvpH3jdC0TL+YXcA3R3CjJerj/ttR9ACx47N6mDFT8f30eVDjrLmyRrGpOJwgsonC2VYHfixA= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773761041; c=relaxed/simple; bh=5h7rKnxGxB9QOmesmwC1AJDdZ+jW3Y09u1Q1AXlUwgY=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=ias71OeKN27B5/keP6wo17ipZHRc0uw8ieROcmnyUYRxAT9YCpFcXovzo14K8wJVhm7oG5j35dTMwyCl2rGP/86H1nfu2ap53lQbhOgif7qhcKqITpfDmT6wqIcYec4o3JYPaCjAPZaop3h8iSU+4Gf/LY/4eTHi1Rq/+4P8FVY= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=hugovil.com; spf=pass smtp.mailfrom=hugovil.com; dkim=pass (1024-bit key) header.d=hugovil.com header.i=@hugovil.com header.b=DPA42cc5; arc=none smtp.client-ip=162.243.120.170 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=hugovil.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=hugovil.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=hugovil.com header.i=@hugovil.com header.b="DPA42cc5" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=hugovil.com ; s=default; h=Content-Transfer-Encoding:MIME-Version:Message-ID:Date:Subject :Cc:To:From:subject:date:message-id:reply-to; bh=krtTpW0rTg4ewXkbLePs2AeKOnDn8Nvc7bRFFbOCuJQ=; b=DPA42cc5Y5uYoy/Lwv571c4l0i RMSHqgV4Q1Z6ckF6otyDP00hJ1j1rz5GJFFfLGoXD5fH9bh1F/FkohKYw/LgsOKB1CTqf9Ig0GdB2 rcbDeo2d7fPElMLM8no7llHkhOXO2T36IduGN98+S8d4+j4+QF33IMNK1Ewh+0fMWEBQ=; Received: from modemcable168.174-80-70.mc.videotron.ca ([70.80.174.168] helo=pettiford.lan) by mail.hugovil.com with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1w2WH0-000000002KS-3V3k; Tue, 17 Mar 2026 11:23:59 -0400 From: Hugo Villeneuve To: Liam Girdwood , Mark Brown , Rob Herring , Krzysztof Kozlowski , Conor Dooley Cc: hugo@hugovil.com, Hugo Villeneuve , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: [PATCH] dt-bindings: regulator: fix typos in regulator-uv-* descriptions Date: Tue, 17 Mar 2026 11:23:39 -0400 Message-ID: <20260317152357.3473584-1-hugo@hugovil.com> X-Mailer: git-send-email 2.47.3 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Spam_score: -1.0 X-Spam_bar: - Content-Type: text/plain; charset="utf-8" From: Hugo Villeneuve Remove word "over". Signed-off-by: Hugo Villeneuve --- Documentation/devicetree/bindings/regulator/regulator.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/regulator/regulator.yaml b/D= ocumentation/devicetree/bindings/regulator/regulator.yaml index 042e56396399f..019aeb664caec 100644 --- a/Documentation/devicetree/bindings/regulator/regulator.yaml +++ b/Documentation/devicetree/bindings/regulator/regulator.yaml @@ -168,7 +168,7 @@ properties: offset from voltage set to regulator. =20 regulator-uv-protection-microvolt: - description: Set over under voltage protection limit. This is a limit = where + description: Set under voltage protection limit. This is a limit where hardware performs emergency shutdown. Zero can be passed to disable protection and value '1' indicates that protection should be enabled= but limit setting can be omitted. Limit is given as microvolt offset from @@ -182,7 +182,7 @@ properties: is given as microvolt offset from voltage set to regulator. =20 regulator-uv-warn-microvolt: - description: Set over under voltage warning limit. This is a limit whe= re + description: Set under voltage warning limit. This is a limit where hardware is assumed still to be functional but approaching limit whe= re it gets damaged. Recovery actions should be initiated. Zero can be p= assed to disable detection and value '1' indicates that detection should base-commit: f338e77383789c0cae23ca3d48adcc5e9e137e3c --=20 2.47.3