>From c8beabc1ee2b3107ef045de744ccf5ab1458e5b0 Mon Sep 17 00:00:00 2001 From: Soren Brinkmann Date: Fri, 31 May 2013 11:56:51 -0700 Subject: [PATCH] zynq: Clock notify debug on zc702 Changes to make the kernel boot with my initramfs + the DT fragment for the debugging module. Signed-off-by: Soren Brinkmann --- 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