devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 1/2] dt-bindings: pinctrl: pinctrl-microchip-sgpio: Fix dt_binding_check warning
@ 2021-01-26 13:25 Robert Foss
  2021-01-26 13:25 ` [PATCH v1 2/2] dt-bindings: mediatek: mt8192: " Robert Foss
  2021-01-26 14:59 ` [PATCH v1 1/2] dt-bindings: pinctrl: pinctrl-microchip-sgpio: " Linus Walleij
  0 siblings, 2 replies; 4+ messages in thread
From: Robert Foss @ 2021-01-26 13:25 UTC (permalink / raw)
  To: linus.walleij, robh+dt, lars.povlsen, Steen.Hegelund,
	UNGLinuxDriver, lgirdwood, broonie, matthias.bgg, jiaxin.yu,
	shane.chien, linux-gpio, devicetree, linux-arm-kernel,
	linux-kernel, alsa-devel, linux-mediatek
  Cc: Robert Foss

Silence indentation level warning reported by dt_binding_check in
order to reduce noise during routine checks.

$ make dt_binding_check
mt8192-mt6359-rt1015-rt5682.yaml:10:4: [warning] wrong indentation:
expected 2 but found 3 (indentation)

Signed-off-by: Robert Foss <robert.foss@linaro.org>
---
 .../devicetree/bindings/pinctrl/microchip,sparx5-sgpio.yaml   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/pinctrl/microchip,sparx5-sgpio.yaml b/Documentation/devicetree/bindings/pinctrl/microchip,sparx5-sgpio.yaml
index df0c83cb1c6e..4fe35e650909 100644
--- a/Documentation/devicetree/bindings/pinctrl/microchip,sparx5-sgpio.yaml
+++ b/Documentation/devicetree/bindings/pinctrl/microchip,sparx5-sgpio.yaml
@@ -99,8 +99,8 @@ patternProperties:
 
       '#interrupt-cells':
         description:
-         Specifies the pin (port and bit) and flags, as defined in
-         defined in include/dt-bindings/interrupt-controller/irq.h
+          Specifies the pin (port and bit) and flags, as defined in
+          defined in include/dt-bindings/interrupt-controller/irq.h
         const: 3
 
       ngpios:
-- 
2.27.0


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

* [PATCH v1 2/2] dt-bindings: mediatek: mt8192: Fix dt_binding_check warning
  2021-01-26 13:25 [PATCH v1 1/2] dt-bindings: pinctrl: pinctrl-microchip-sgpio: Fix dt_binding_check warning Robert Foss
@ 2021-01-26 13:25 ` Robert Foss
  2021-01-26 15:00   ` Linus Walleij
  2021-01-26 14:59 ` [PATCH v1 1/2] dt-bindings: pinctrl: pinctrl-microchip-sgpio: " Linus Walleij
  1 sibling, 1 reply; 4+ messages in thread
From: Robert Foss @ 2021-01-26 13:25 UTC (permalink / raw)
  To: linus.walleij, robh+dt, lars.povlsen, Steen.Hegelund,
	UNGLinuxDriver, lgirdwood, broonie, matthias.bgg, jiaxin.yu,
	shane.chien, linux-gpio, devicetree, linux-arm-kernel,
	linux-kernel, alsa-devel, linux-mediatek
  Cc: Robert Foss

Silence indentation level warning reported by dt_binding_check in
order to reduce noise during routine checks.

$ make dt_binding_check
mt8192-mt6359-rt1015-rt5682.yaml:10:4: [warning] wrong indentation:
expected 2 but found 3 (indentation)

Signed-off-by: Robert Foss <robert.foss@linaro.org>
---
 .../bindings/sound/mt8192-mt6359-rt1015-rt5682.yaml           | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/sound/mt8192-mt6359-rt1015-rt5682.yaml b/Documentation/devicetree/bindings/sound/mt8192-mt6359-rt1015-rt5682.yaml
index bf8c8ba25009..54650823b29a 100644
--- a/Documentation/devicetree/bindings/sound/mt8192-mt6359-rt1015-rt5682.yaml
+++ b/Documentation/devicetree/bindings/sound/mt8192-mt6359-rt1015-rt5682.yaml
@@ -7,8 +7,8 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
 title: Mediatek MT8192 with MT6359, RT1015 and RT5682 ASoC sound card driver
 
 maintainers:
-   - Jiaxin Yu <jiaxin.yu@mediatek.com>
-   - Shane Chien <shane.chien@mediatek.com>
+  - Jiaxin Yu <jiaxin.yu@mediatek.com>
+  - Shane Chien <shane.chien@mediatek.com>
 
 description:
   This binding describes the MT8192 sound card.
-- 
2.27.0


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

* Re: [PATCH v1 1/2] dt-bindings: pinctrl: pinctrl-microchip-sgpio: Fix dt_binding_check warning
  2021-01-26 13:25 [PATCH v1 1/2] dt-bindings: pinctrl: pinctrl-microchip-sgpio: Fix dt_binding_check warning Robert Foss
  2021-01-26 13:25 ` [PATCH v1 2/2] dt-bindings: mediatek: mt8192: " Robert Foss
@ 2021-01-26 14:59 ` Linus Walleij
  1 sibling, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2021-01-26 14:59 UTC (permalink / raw)
  To: Robert Foss
  Cc: Rob Herring, Lars Povlsen, Steen Hegelund,
	Microchip Linux Driver Support, Liam Girdwood, Mark Brown,
	Matthias Brugger, jiaxin.yu, shane.chien,
	open list:GPIO SUBSYSTEM,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Linux ARM, linux-kernel,
	moderated list:SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEM...,
	moderated list:ARM/Mediatek SoC support

On Tue, Jan 26, 2021 at 2:26 PM Robert Foss <robert.foss@linaro.org> wrote:

> Silence indentation level warning reported by dt_binding_check in
> order to reduce noise during routine checks.
>
> $ make dt_binding_check
> mt8192-mt6359-rt1015-rt5682.yaml:10:4: [warning] wrong indentation:
> expected 2 but found 3 (indentation)
>
> Signed-off-by: Robert Foss <robert.foss@linaro.org>

I already have a fix for this in my tree, thanks anyway!

Yours,
Linus Walleij

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

* Re: [PATCH v1 2/2] dt-bindings: mediatek: mt8192: Fix dt_binding_check warning
  2021-01-26 13:25 ` [PATCH v1 2/2] dt-bindings: mediatek: mt8192: " Robert Foss
@ 2021-01-26 15:00   ` Linus Walleij
  0 siblings, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2021-01-26 15:00 UTC (permalink / raw)
  To: Robert Foss
  Cc: Rob Herring, Lars Povlsen, Steen Hegelund,
	Microchip Linux Driver Support, Liam Girdwood, Mark Brown,
	Matthias Brugger, jiaxin.yu, shane.chien,
	open list:GPIO SUBSYSTEM,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Linux ARM, linux-kernel,
	moderated list:SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEM...,
	moderated list:ARM/Mediatek SoC support

On Tue, Jan 26, 2021 at 2:26 PM Robert Foss <robert.foss@linaro.org> wrote:

> Silence indentation level warning reported by dt_binding_check in
> order to reduce noise during routine checks.
>
> $ make dt_binding_check
> mt8192-mt6359-rt1015-rt5682.yaml:10:4: [warning] wrong indentation:
> expected 2 but found 3 (indentation)
>
> Signed-off-by: Robert Foss <robert.foss@linaro.org>

Patch applied!

Yours,
Linus Walleij

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

end of thread, other threads:[~2021-01-26 15:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-26 13:25 [PATCH v1 1/2] dt-bindings: pinctrl: pinctrl-microchip-sgpio: Fix dt_binding_check warning Robert Foss
2021-01-26 13:25 ` [PATCH v1 2/2] dt-bindings: mediatek: mt8192: " Robert Foss
2021-01-26 15:00   ` Linus Walleij
2021-01-26 14:59 ` [PATCH v1 1/2] dt-bindings: pinctrl: pinctrl-microchip-sgpio: " 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).