devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: pinctrl: qcom,pmic-gpio: Fix "comptaible" typo for PMIH0108
@ 2024-04-25 18:56 Anjelique Melendez
  2024-04-26  6:54 ` Krzysztof Kozlowski
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Anjelique Melendez @ 2024-04-25 18:56 UTC (permalink / raw)
  To: andersson, konrad.dybcio, linus.walleij, robh,
	krzysztof.kozlowski+dt, conor+dt, quic_amelende
  Cc: linux-arm-msm, linux-gpio, devicetree, linux-kernel

Fix "comptaible" typo in if schema for qcom,pmih0108-gpio.

Fixes: 6acc46f8c065 ("dt-bindings: pinctrl: qcom,pmic-gpio: Add PMIH0108 and PMD8028 support")
Signed-off-by: Anjelique Melendez <quic_amelende@quicinc.com>
---
 Documentation/devicetree/bindings/pinctrl/qcom,pmic-gpio.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,pmic-gpio.yaml b/Documentation/devicetree/bindings/pinctrl/qcom,pmic-gpio.yaml
index bd9471de0c69..50846a2d09c8 100644
--- a/Documentation/devicetree/bindings/pinctrl/qcom,pmic-gpio.yaml
+++ b/Documentation/devicetree/bindings/pinctrl/qcom,pmic-gpio.yaml
@@ -309,7 +309,7 @@ allOf:
 
   - if:
       properties:
-        comptaible:
+        compatible:
           contains:
             enum:
               - qcom,pmih0108-gpio

base-commit: f3953d6d4f608bb3eb4cbd8145913db4627c4e74
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: pinctrl: qcom,pmic-gpio: Fix "comptaible" typo for PMIH0108
  2024-04-25 18:56 [PATCH] dt-bindings: pinctrl: qcom,pmic-gpio: Fix "comptaible" typo for PMIH0108 Anjelique Melendez
@ 2024-04-26  6:54 ` Krzysztof Kozlowski
  2024-04-26 15:18 ` Rob Herring
  2024-05-03  8:02 ` Linus Walleij
  2 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2024-04-26  6:54 UTC (permalink / raw)
  To: Anjelique Melendez, andersson, konrad.dybcio, linus.walleij, robh,
	krzysztof.kozlowski+dt, conor+dt
  Cc: linux-arm-msm, linux-gpio, devicetree, linux-kernel

On 25/04/2024 20:56, Anjelique Melendez wrote:
> Fix "comptaible" typo in if schema for qcom,pmih0108-gpio.
> 
> Fixes: 6acc46f8c065 ("dt-bindings: pinctrl: qcom,pmic-gpio: Add PMIH0108 and PMD8028 support")
> Signed-off-by: Anjelique Melendez <quic_amelende@quicinc.com>
> ---

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: pinctrl: qcom,pmic-gpio: Fix "comptaible" typo for PMIH0108
  2024-04-25 18:56 [PATCH] dt-bindings: pinctrl: qcom,pmic-gpio: Fix "comptaible" typo for PMIH0108 Anjelique Melendez
  2024-04-26  6:54 ` Krzysztof Kozlowski
@ 2024-04-26 15:18 ` Rob Herring
  2024-05-03  8:02 ` Linus Walleij
  2 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2024-04-26 15:18 UTC (permalink / raw)
  To: Anjelique Melendez
  Cc: conor+dt, linux-gpio, konrad.dybcio, krzysztof.kozlowski+dt,
	devicetree, linux-kernel, andersson, linus.walleij, linux-arm-msm


On Thu, 25 Apr 2024 11:56:03 -0700, Anjelique Melendez wrote:
> Fix "comptaible" typo in if schema for qcom,pmih0108-gpio.
> 
> Fixes: 6acc46f8c065 ("dt-bindings: pinctrl: qcom,pmic-gpio: Add PMIH0108 and PMD8028 support")
> Signed-off-by: Anjelique Melendez <quic_amelende@quicinc.com>
> ---
>  Documentation/devicetree/bindings/pinctrl/qcom,pmic-gpio.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Acked-by: Rob Herring (Arm) <robh@kernel.org>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: pinctrl: qcom,pmic-gpio: Fix "comptaible" typo for PMIH0108
  2024-04-25 18:56 [PATCH] dt-bindings: pinctrl: qcom,pmic-gpio: Fix "comptaible" typo for PMIH0108 Anjelique Melendez
  2024-04-26  6:54 ` Krzysztof Kozlowski
  2024-04-26 15:18 ` Rob Herring
@ 2024-05-03  8:02 ` Linus Walleij
  2 siblings, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2024-05-03  8:02 UTC (permalink / raw)
  To: Anjelique Melendez
  Cc: andersson, konrad.dybcio, robh, krzysztof.kozlowski+dt, conor+dt,
	linux-arm-msm, linux-gpio, devicetree, linux-kernel

On Thu, Apr 25, 2024 at 8:56 PM Anjelique Melendez
<quic_amelende@quicinc.com> wrote:

> Fix "comptaible" typo in if schema for qcom,pmih0108-gpio.
>
> Fixes: 6acc46f8c065 ("dt-bindings: pinctrl: qcom,pmic-gpio: Add PMIH0108 and PMD8028 support")
> Signed-off-by: Anjelique Melendez <quic_amelende@quicinc.com>

Patch applied!

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-05-03  8:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-25 18:56 [PATCH] dt-bindings: pinctrl: qcom,pmic-gpio: Fix "comptaible" typo for PMIH0108 Anjelique Melendez
2024-04-26  6:54 ` Krzysztof Kozlowski
2024-04-26 15:18 ` Rob Herring
2024-05-03  8:02 ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).