From 4c04f4488a7908abd2dfe9ba723a4e7b8b8bfda7 Mon Sep 17 00:00:00 2001 From: Ricardo Rivera-Matos Date: Wed, 13 Sep 2023 13:06:56 -0500 Subject: [PATCH] dts: regulator: Fix reoccurring typo in properties Corrects 'propably' to 'probably' in the regulator devicetree bindings. Signed-off-by: Ricardo Rivera-Matos --- dts/bindings/regulator/regulator.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dts/bindings/regulator/regulator.yaml b/dts/bindings/regulator/regulator.yaml index 16a21511ef9..067133aa97e 100644 --- a/dts/bindings/regulator/regulator.yaml +++ b/dts/bindings/regulator/regulator.yaml @@ -147,7 +147,7 @@ properties: type: int description: | Set over current error limit. This is a limit where part of the hardware - propably is malfunctional and damage prevention is requested. Zero can be + probably is malfunctional and damage prevention is requested. Zero can be passed to disable error detection and value '1' indicates that detection should be enabled but limit setting can be omitted. @@ -172,7 +172,7 @@ properties: type: int description: | Set over voltage error limit. This is a limit where part of the hardware - propably is malfunctional and damage prevention is requested Zero can be + probably is malfunctional and damage prevention is requested Zero can be passed to disable error detection and value '1' indicates that detection should be enabled but limit setting can be omitted. Limit is given as microvolt offset from voltage set to regulator. @@ -200,7 +200,7 @@ properties: type: int description: | Set under voltage error limit. This is a limit where part of the hardware - propably is malfunctional and damage prevention is requested Zero can be + probably is malfunctional and damage prevention is requested Zero can be passed to disable error detection and value '1' indicates that detection should be enabled but limit setting can be omitted. Limit is given as microvolt offset from voltage set to regulator. @@ -227,7 +227,7 @@ properties: type: int description: | Set over temperature error limit. This is a limit where part of the - hardware propably is malfunctional and damage prevention is requested Zero + hardware probably is malfunctional and damage prevention is requested Zero can be passed to disable error detection and value '1' indicates that detection should be enabled but limit setting can be omitted.