All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/2] arm: zynq: Remove fclk-enable property for cse-nor target
@ 2018-07-20  9:36 Michal Simek
  2018-07-20  9:36 ` [U-Boot] [PATCH 2/2] arm: zynq: Fix indentation for zynq-cse targets Michal Simek
  0 siblings, 1 reply; 2+ messages in thread
From: Michal Simek @ 2018-07-20  9:36 UTC (permalink / raw)
  To: u-boot

Mini cse NOR configuration is running without PL that's why there is no
reason to enable clock to PL.

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

 arch/arm/dts/zynq-cse-nor.dts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/dts/zynq-cse-nor.dts b/arch/arm/dts/zynq-cse-nor.dts
index ba6f9a1a79e3..edc8f59f6cea 100644
--- a/arch/arm/dts/zynq-cse-nor.dts
+++ b/arch/arm/dts/zynq-cse-nor.dts
@@ -56,7 +56,6 @@
 			clkc: clkc at 100 {
 				#clock-cells = <1>;
 				compatible = "xlnx,ps7-clkc";
-				fclk-enable = <0xf>;
 				clock-output-names = "armpll", "ddrpll",
 						"iopll", "cpu_6or4x",
 						"cpu_3or2x", "cpu_2x", "cpu_1x",
-- 
1.9.1

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

* [U-Boot] [PATCH 2/2] arm: zynq: Fix indentation for zynq-cse targets
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Simek @ 2018-07-20  9:36 UTC (permalink / raw)
  To: u-boot

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

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

end of thread, other threads:[~2018-07-20  9:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [U-Boot] [PATCH 2/2] arm: zynq: Fix indentation for zynq-cse targets Michal Simek

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.