diff mbox series

[2/6] arm: dts: k3-j7200-r5: Fix indentation to use tabs

Message ID 20240531130823.646311-3-a-limaye@ti.com
State Changes Requested
Delegated to: Tom Rini
Headers show
Series Add ESM Support for J7200 | expand

Commit Message

Limaye, Aniket May 31, 2024, 1:08 p.m. UTC
To avoid whitespace diff, use tabs throughout the file for indent

Signed-off-by: Aniket Limaye <a-limaye@ti.com>
---
 arch/arm/dts/k3-j7200-r5-common-proc-board.dts | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Comments

Kumar, Udit May 31, 2024, 1:57 p.m. UTC | #1
On 5/31/2024 6:38 PM, Aniket Limaye wrote:
> To avoid whitespace diff, use tabs throughout the file for indent
>
> Signed-off-by: Aniket Limaye <a-limaye@ti.com>
> ---
>   arch/arm/dts/k3-j7200-r5-common-proc-board.dts | 8 ++++----
>   1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/arch/arm/dts/k3-j7200-r5-common-proc-board.dts b/arch/arm/dts/k3-j7200-r5-common-proc-board.dts
> index 78d07ff4e70..c7086791ef8 100644
> --- a/arch/arm/dts/k3-j7200-r5-common-proc-board.dts
> +++ b/arch/arm/dts/k3-j7200-r5-common-proc-board.dts
> @@ -85,16 +85,16 @@
>   };
>   
>   &ospi0 {
> -    reg = <0x0 0x47040000 0x0 0x100>,
> -          <0x0 0x50000000 0x0 0x8000000>;
> +	reg = <0x0 0x47040000 0x0 0x100>,
> +		  <0x0 0x50000000 0x0 0x8000000>;
>   };
>   
>   &mcu_ringacc {
> -    ti,sci = <&dm_tifs>;
> +	ti,sci = <&dm_tifs>;
>   };
>   
>   &mcu_udmap {
> -    ti,sci = <&dm_tifs>;
> +	ti,sci = <&dm_tifs>;
>   };


I think this is unrelated to this series ,

my suggestion will be post these changes in different patch


>   
>   &tps659414 {
diff mbox series

Patch

diff --git a/arch/arm/dts/k3-j7200-r5-common-proc-board.dts b/arch/arm/dts/k3-j7200-r5-common-proc-board.dts
index 78d07ff4e70..c7086791ef8 100644
--- a/arch/arm/dts/k3-j7200-r5-common-proc-board.dts
+++ b/arch/arm/dts/k3-j7200-r5-common-proc-board.dts
@@ -85,16 +85,16 @@ 
 };
 
 &ospi0 {
-    reg = <0x0 0x47040000 0x0 0x100>,
-          <0x0 0x50000000 0x0 0x8000000>;
+	reg = <0x0 0x47040000 0x0 0x100>,
+		  <0x0 0x50000000 0x0 0x8000000>;
 };
 
 &mcu_ringacc {
-    ti,sci = <&dm_tifs>;
+	ti,sci = <&dm_tifs>;
 };
 
 &mcu_udmap {
-    ti,sci = <&dm_tifs>;
+	ti,sci = <&dm_tifs>;
 };
 
 &tps659414 {