arm64: zynqmp: Add dcc console for zynqmp
authorMichal Simek <michal.simek@xilinx.com>
Wed, 14 Sep 2016 11:33:13 +0000 (13:33 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 21 Aug 2017 12:07:31 +0000 (14:07 +0200)
Add debug console to dtsi to be able to enable it in
board dts file.
Keep in your mind that every core has separate dcc port in case you want
to run SMP kernel.
DCC is very helpful communication channel for debugging.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm64/boot/dts/xilinx/zynqmp.dtsi

index 50636e0987247c2d32aeb561424727e734742781..3657fdbdb5520a8265e8877f2b23a75d4a7b959d 100644 (file)
                };
        };
 
+       dcc: dcc {
+               compatible = "arm,dcc";
+               status = "disabled";
+       };
+
        pmu {
                compatible = "arm,armv8-pmuv3";
                interrupt-parent = <&gic>;