linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] ARM64: zynqmp: Keep gpio node alphabetically sorted
@ 2016-02-11 12:26 Michal Simek
  2016-02-11 12:26 ` [PATCH 2/3] ARM64: zynqmp: Extract clock information from EP108 Michal Simek
  2016-02-11 12:26 ` [PATCH 3/3] ARM64: zynqmp: Use 64bit size cell format Michal Simek
  0 siblings, 2 replies; 7+ messages in thread
From: Michal Simek @ 2016-02-11 12:26 UTC (permalink / raw)
  To: linux-arm-kernel

No functional change.

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

 arch/arm64/boot/dts/xilinx/zynqmp.dtsi | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
index 200fb588d0f5..7bc65e391530 100644
--- a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
+++ b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
@@ -126,18 +126,6 @@
 			clock-frequency = <25000000>;
 		};
 
-		gpio: gpio at ff0a0000 {
-			compatible = "xlnx,zynqmp-gpio-1.0";
-			status = "disabled";
-			#gpio-cells = <0x2>;
-			clocks = <&misc_clk>;
-			interrupt-parent = <&gic>;
-			interrupts = <0 16 4>;
-			interrupt-controller;
-			#interrupt-cells = <2>;
-			reg = <0x0 0xff0a0000 0x1000>;
-		};
-
 		gem0: ethernet at ff0b0000 {
 			compatible = "cdns,gem";
 			status = "disabled";
@@ -186,6 +174,18 @@
 			#size-cells = <0>;
 		};
 
+		gpio: gpio at ff0a0000 {
+			compatible = "xlnx,zynqmp-gpio-1.0";
+			status = "disabled";
+			#gpio-cells = <0x2>;
+			clocks = <&misc_clk>;
+			interrupt-parent = <&gic>;
+			interrupts = <0 16 4>;
+			interrupt-controller;
+			#interrupt-cells = <2>;
+			reg = <0x0 0xff0a0000 0x1000>;
+		};
+
 		i2c_clk: i2c_clk {
 			compatible = "fixed-clock";
 			#clock-cells = <0x0>;
-- 
1.9.1

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

end of thread, other threads:[~2016-02-11 20:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-11 12:26 [PATCH 1/3] ARM64: zynqmp: Keep gpio node alphabetically sorted Michal Simek
2016-02-11 12:26 ` [PATCH 2/3] ARM64: zynqmp: Extract clock information from EP108 Michal Simek
2016-02-11 12:26 ` [PATCH 3/3] ARM64: zynqmp: Use 64bit size cell format Michal Simek
2016-02-11 16:13   ` Rob Herring
2016-02-11 18:58     ` Michal Simek
2016-02-11 19:49       ` Rob Herring
2016-02-11 20:15         ` Michal Simek

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