All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix dtbs_check warnings
@ 2021-01-16  3:01 Damien Le Moal
  2021-01-16  3:01 ` [PATCH 1/2] dt-bindings: Fix sparcx5-sgpio pinctrl warning Damien Le Moal
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Damien Le Moal @ 2021-01-16  3:01 UTC (permalink / raw
  To: Rob Herring, devicetree

Hi Rob,

A couple of patches to fix make dtbs_check warnings about identation.

Thanks !

Damien Le Moal (2):
  dt-bindings: Fix sparcx5-sgpio pinctrl warning
  dt-bindings: Fix mt8192-mt6359-rt1015-rt5682 warning

 .../devicetree/bindings/pinctrl/microchip,sparx5-sgpio.yaml   | 4 ++--
 .../bindings/sound/mt8192-mt6359-rt1015-rt5682.yaml           | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

-- 
2.29.2


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

* [PATCH 1/2] dt-bindings: Fix sparcx5-sgpio pinctrl warning
  2021-01-16  3:01 [PATCH 0/2] Fix dtbs_check warnings Damien Le Moal
@ 2021-01-16  3:01 ` Damien Le Moal
  2021-01-16  3:01 ` [PATCH 2/2] dt-bindings: Fix mt8192-mt6359-rt1015-rt5682 warning Damien Le Moal
  2021-02-08 21:54 ` [PATCH 0/2] Fix dtbs_check warnings Rob Herring
  2 siblings, 0 replies; 4+ messages in thread
From: Damien Le Moal @ 2021-01-16  3:01 UTC (permalink / raw
  To: Rob Herring, devicetree

Fix identation of the description text for the interrupt-cells property
in microchip,sparx5-sgpio.yaml to remove an annoying dtbs_check warning.

Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>
---
 .../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.29.2


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

* [PATCH 2/2] dt-bindings: Fix mt8192-mt6359-rt1015-rt5682 warning
  2021-01-16  3:01 [PATCH 0/2] Fix dtbs_check warnings Damien Le Moal
  2021-01-16  3:01 ` [PATCH 1/2] dt-bindings: Fix sparcx5-sgpio pinctrl warning Damien Le Moal
@ 2021-01-16  3:01 ` Damien Le Moal
  2021-02-08 21:54 ` [PATCH 0/2] Fix dtbs_check warnings Rob Herring
  2 siblings, 0 replies; 4+ messages in thread
From: Damien Le Moal @ 2021-01-16  3:01 UTC (permalink / raw
  To: Rob Herring, devicetree

Fix identation of the maintainers entries in
mt8192-mt6359-rt1015-rt5682.yaml to remove an annoying dtbs_check
warning.

Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>
---
 .../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.29.2


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

* Re: [PATCH 0/2] Fix dtbs_check warnings
  2021-01-16  3:01 [PATCH 0/2] Fix dtbs_check warnings Damien Le Moal
  2021-01-16  3:01 ` [PATCH 1/2] dt-bindings: Fix sparcx5-sgpio pinctrl warning Damien Le Moal
  2021-01-16  3:01 ` [PATCH 2/2] dt-bindings: Fix mt8192-mt6359-rt1015-rt5682 warning Damien Le Moal
@ 2021-02-08 21:54 ` Rob Herring
  2 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2021-02-08 21:54 UTC (permalink / raw
  To: Damien Le Moal; +Cc: devicetree

On Sat, Jan 16, 2021 at 12:01:54PM +0900, Damien Le Moal wrote:
> Hi Rob,
> 
> A couple of patches to fix make dtbs_check warnings about identation.
> 
> Thanks !

Thanks, but Linus already picked similar fixes.

Rob

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

end of thread, other threads:[~2021-02-08 21:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-16  3:01 [PATCH 0/2] Fix dtbs_check warnings Damien Le Moal
2021-01-16  3:01 ` [PATCH 1/2] dt-bindings: Fix sparcx5-sgpio pinctrl warning Damien Le Moal
2021-01-16  3:01 ` [PATCH 2/2] dt-bindings: Fix mt8192-mt6359-rt1015-rt5682 warning Damien Le Moal
2021-02-08 21:54 ` [PATCH 0/2] Fix dtbs_check warnings Rob Herring

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.