linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: mfd: cros-ec: Fix indentation in the example
@ 2020-03-05 22:36 Jonathan Neuschäfer
  2020-03-06  9:07 ` Enric Balletbo i Serra
  0 siblings, 1 reply; 3+ messages in thread
From: Jonathan Neuschäfer @ 2020-03-05 22:36 UTC (permalink / raw)
  To: devicetree
  Cc: Jonathan Neuschäfer, Lee Jones, Rob Herring, Mark Rutland,
	Benson Leung, Enric Balletbo i Serra, Guenter Roeck,
	linux-kernel

Properties get one more level of indentation than the node they are in.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
---
 Documentation/devicetree/bindings/mfd/cros-ec.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/mfd/cros-ec.txt b/Documentation/devicetree/bindings/mfd/cros-ec.txt
index 4860eabd0f72..3bf9d0868b98 100644
--- a/Documentation/devicetree/bindings/mfd/cros-ec.txt
+++ b/Documentation/devicetree/bindings/mfd/cros-ec.txt
@@ -65,9 +65,9 @@ spi@131b0000 {
 		wakeup-source;
 		spi-max-frequency = <5000000>;
 		controller-data {
-		cs-gpio = <&gpf0 3 4 3 0>;
-		samsung,spi-cs;
-		samsung,spi-feedback-delay = <2>;
+			cs-gpio = <&gpf0 3 4 3 0>;
+			samsung,spi-cs;
+			samsung,spi-feedback-delay = <2>;
 		};
 	};
 };
--
2.20.1


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

* Re: [PATCH] dt-bindings: mfd: cros-ec: Fix indentation in the example
  2020-03-05 22:36 [PATCH] dt-bindings: mfd: cros-ec: Fix indentation in the example Jonathan Neuschäfer
@ 2020-03-06  9:07 ` Enric Balletbo i Serra
  2020-03-06 10:58   ` Jonathan Neuschäfer
  0 siblings, 1 reply; 3+ messages in thread
From: Enric Balletbo i Serra @ 2020-03-06  9:07 UTC (permalink / raw)
  To: Jonathan Neuschäfer, devicetree
  Cc: Lee Jones, Rob Herring, Mark Rutland, Benson Leung,
	Guenter Roeck, linux-kernel

Hi Jonathan,

On 5/3/20 23:36, Jonathan Neuschäfer wrote:
> Properties get one more level of indentation than the node they are in.
> 
> Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
> ---
>  Documentation/devicetree/bindings/mfd/cros-ec.txt | 6 +++---

Thanks for sending the patch but the binding is in process to be converted to
json-schema right now [1], and this change will not be needed.

Thanks,
  Enric

[1] https://patchwork.ozlabs.org/patch/1250141/

>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/mfd/cros-ec.txt b/Documentation/devicetree/bindings/mfd/cros-ec.txt
> index 4860eabd0f72..3bf9d0868b98 100644
> --- a/Documentation/devicetree/bindings/mfd/cros-ec.txt
> +++ b/Documentation/devicetree/bindings/mfd/cros-ec.txt
> @@ -65,9 +65,9 @@ spi@131b0000 {
>  		wakeup-source;
>  		spi-max-frequency = <5000000>;
>  		controller-data {
> -		cs-gpio = <&gpf0 3 4 3 0>;
> -		samsung,spi-cs;
> -		samsung,spi-feedback-delay = <2>;
> +			cs-gpio = <&gpf0 3 4 3 0>;
> +			samsung,spi-cs;
> +			samsung,spi-feedback-delay = <2>;
>  		};
>  	};
>  };
> --
> 2.20.1
> 

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

* Re: [PATCH] dt-bindings: mfd: cros-ec: Fix indentation in the example
  2020-03-06  9:07 ` Enric Balletbo i Serra
@ 2020-03-06 10:58   ` Jonathan Neuschäfer
  0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Neuschäfer @ 2020-03-06 10:58 UTC (permalink / raw)
  To: Enric Balletbo i Serra
  Cc: Jonathan Neuschäfer, devicetree, Lee Jones, Rob Herring,
	Mark Rutland, Benson Leung, Guenter Roeck, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 542 bytes --]

On Fri, Mar 06, 2020 at 10:07:31AM +0100, Enric Balletbo i Serra wrote:
> Hi Jonathan,
> 
> On 5/3/20 23:36, Jonathan Neuschäfer wrote:
> > Properties get one more level of indentation than the node they are in.
> > 
> > Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
> > ---
> >  Documentation/devicetree/bindings/mfd/cros-ec.txt | 6 +++---
> 
> Thanks for sending the patch but the binding is in process to be converted to
> json-schema right now [1], and this change will not be needed.

Alright!


Jonathan

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2020-03-06 10:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-05 22:36 [PATCH] dt-bindings: mfd: cros-ec: Fix indentation in the example Jonathan Neuschäfer
2020-03-06  9:07 ` Enric Balletbo i Serra
2020-03-06 10:58   ` Jonathan Neuschäfer

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).