All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Simek <michal.simek@xilinx.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/2] arm: zynq: Fix indentation for zynq-cse targets
Date: Fri, 20 Jul 2018 11:36:55 +0200	[thread overview]
Message-ID: <ff76dc72773aec63b0f489b39397b5a1b88fc9b1.1532079414.git.michal.simek@xilinx.com> (raw)
In-Reply-To: <ce4a04aefc9ea2e7f5c85a215f6749d63e503f20.1532079414.git.michal.simek@xilinx.com>

Trivial DT style fixes.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 arch/arm/dts/zynq-cse-nand.dts | 3 +--
 arch/arm/dts/zynq-cse-nor.dts  | 1 -
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/arch/arm/dts/zynq-cse-nand.dts b/arch/arm/dts/zynq-cse-nand.dts
index 9b1dd19a85df..1e16d7fab97d 100644
--- a/arch/arm/dts/zynq-cse-nand.dts
+++ b/arch/arm/dts/zynq-cse-nand.dts
@@ -38,7 +38,7 @@
 		#size-cells = <1>;
 		ranges;
 
-			slcr: slcr at f8000000 {
+		slcr: slcr at f8000000 {
 			u-boot,dm-pre-reloc;
 			#address-cells = <1>;
 			#size-cells = <1>;
@@ -72,7 +72,6 @@
 			};
 		};
 	};
-
 };
 
 &dcc {
diff --git a/arch/arm/dts/zynq-cse-nor.dts b/arch/arm/dts/zynq-cse-nor.dts
index edc8f59f6cea..9710abadcf02 100644
--- a/arch/arm/dts/zynq-cse-nor.dts
+++ b/arch/arm/dts/zynq-cse-nor.dts
@@ -79,7 +79,6 @@
 			};
 		};
 	};
-
 };
 
 &dcc {
-- 
1.9.1

      reply	other threads:[~2018-07-20  9:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-20  9:36 [U-Boot] [PATCH 1/2] arm: zynq: Remove fclk-enable property for cse-nor target Michal Simek
2018-07-20  9:36 ` Michal Simek [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ff76dc72773aec63b0f489b39397b5a1b88fc9b1.1532079414.git.michal.simek@xilinx.com \
    --to=michal.simek@xilinx.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.