[PATCH] zynq: Clock notify debug on zc702

From: Soren Brinkmann
Date: Fri May 31 2013 - 14:56:51 EST


Changes to make the kernel boot with my initramfs + the DT fragment for
the debugging module.

Signed-off-by: Soren Brinkmann <soren.brinkmann@xxxxxxxxxx>
---
arch/arm/boot/dts/zynq-7000.dtsi | 6 ++++++
arch/arm/boot/dts/zynq-zc702.dts | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/zynq-7000.dtsi b/arch/arm/boot/dts/zynq-7000.dtsi
index 14fb2e6..b22651a 100644
--- a/arch/arm/boot/dts/zynq-7000.dtsi
+++ b/arch/arm/boot/dts/zynq-7000.dtsi
@@ -38,6 +38,11 @@
<0xF8F00100 0x100>;
};

+ clk_notif_dbg: clk_notif_dbg {
+ compatible = "clk_notif_dbg";
+ clocks = <&uart_clk 0>;
+ };
+
L2: cache-controller {
compatible = "arm,pl310-cache";
reg = <0xF8F02000 0x1000>;
@@ -48,6 +53,7 @@
};

uart0: uart@e0000000 {
+ status = "disabled";
compatible = "xlnx,xuartps";
reg = <0xE0000000 0x1000>;
interrupts = <0 27 4>;
diff --git a/arch/arm/boot/dts/zynq-zc702.dts b/arch/arm/boot/dts/zynq-zc702.dts
index 86f44d5..33df5cd 100644
--- a/arch/arm/boot/dts/zynq-zc702.dts
+++ b/arch/arm/boot/dts/zynq-zc702.dts
@@ -24,7 +24,7 @@
};

chosen {
- bootargs = "console=ttyPS1,115200 earlyprintk";
+ bootargs = "console=ttyPS0,115200 earlyprintk";
};

};
--
1.8.3


--liOOAslEiF7prFVr--
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/