2022-09-14 08:25:31

by ChiYuan Huang

[permalink] [raw]
Subject: [PATCH] dt-bindings: mfd: mt6370: fix the indentation in the example

From: ChiYuan Huang <[email protected]>

Fix the indentation in the binding example. There're two redudant space
charactors need to be removed.

Signed-off-by: ChiYuan Huang <[email protected]>
---
Documentation/devicetree/bindings/mfd/mediatek,mt6370.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/mfd/mediatek,mt6370.yaml b/Documentation/devicetree/bindings/mfd/mediatek,mt6370.yaml
index 410e2d4..250484d 100644
--- a/Documentation/devicetree/bindings/mfd/mediatek,mt6370.yaml
+++ b/Documentation/devicetree/bindings/mfd/mediatek,mt6370.yaml
@@ -119,7 +119,7 @@ examples:
#address-cells = <1>;
#size-cells = <0>;

- pmic@34 {
+ pmic@34 {
compatible = "mediatek,mt6370";
reg = <0x34>;
wakeup-source;
--
2.7.4


Subject: Re: [PATCH] dt-bindings: mfd: mt6370: fix the indentation in the example

Il 14/09/22 10:23, cy_huang ha scritto:
> From: ChiYuan Huang <[email protected]>
>
> Fix the indentation in the binding example. There're two redudant space
> charactors need to be removed.
>
> Signed-off-by: ChiYuan Huang <[email protected]>

This commit needs a Fixes tag, please add it:

Fixes: 76f52f815f1a ("dt-bindings: mfd: Add MediaTek MT6370")

Regards,
Angelo

> ---
> Documentation/devicetree/bindings/mfd/mediatek,mt6370.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/mfd/mediatek,mt6370.yaml b/Documentation/devicetree/bindings/mfd/mediatek,mt6370.yaml
> index 410e2d4..250484d 100644
> --- a/Documentation/devicetree/bindings/mfd/mediatek,mt6370.yaml
> +++ b/Documentation/devicetree/bindings/mfd/mediatek,mt6370.yaml
> @@ -119,7 +119,7 @@ examples:
> #address-cells = <1>;
> #size-cells = <0>;
>
> - pmic@34 {
> + pmic@34 {
> compatible = "mediatek,mt6370";
> reg = <0x34>;
> wakeup-source;
>


2022-09-14 15:10:16

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: mfd: mt6370: fix the indentation in the example

On Wed, 14 Sep 2022 16:23:23 +0800, cy_huang wrote:
> From: ChiYuan Huang <[email protected]>
>
> Fix the indentation in the binding example. There're two redudant space
> charactors need to be removed.
>
> Signed-off-by: ChiYuan Huang <[email protected]>
> ---
> Documentation/devicetree/bindings/mfd/mediatek,mt6370.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>

Acked-by: Rob Herring <[email protected]>