Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Oct 2013 17:27:33 +0000 (UTC)
From:      Zbigniew Bodek <zbb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r257171 - head/sys/boot/fdt/dts
Message-ID:  <201310261727.r9QHRXwK059060@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zbb
Date: Sat Oct 26 17:27:32 2013
New Revision: 257171
URL: http://svnweb.freebsd.org/changeset/base/257171

Log:
  Enable UART busy detection handling for Armada XP - based board
  
  All Armada XP chips should be affected. It is necessary to handle
  busy interrupt/indication by enabling busy-detect property in DTS.
  
  Tested by:	kevlo
  Approved by:	cognet (mentor)

Modified:
  head/sys/boot/fdt/dts/db78460.dts

Modified: head/sys/boot/fdt/dts/db78460.dts
==============================================================================
--- head/sys/boot/fdt/dts/db78460.dts	Sat Oct 26 17:24:59 2013	(r257170)
+++ head/sys/boot/fdt/dts/db78460.dts	Sat Oct 26 17:27:32 2013	(r257171)
@@ -116,6 +116,7 @@
 			reg-shift = <2>;
 			current-speed = <115200>;
 			clock-frequency = <0>;
+			busy-detect = <1>;
 			interrupts = <41>;
 			interrupt-parent = <&MPIC>;
 		};
@@ -126,6 +127,7 @@
 			reg-shift = <2>;
 			current-speed = <115200>;
 			clock-frequency = <0>;
+			busy-detect = <1>;
 			interrupts = <42>;
 			interrupt-parent = <&MPIC>;
 		};
@@ -136,6 +138,7 @@
 			reg-shift = <2>;
 			current-speed = <115200>;
 			clock-frequency = <0>;
+			busy-detect = <1>;
 			interrupts = <43>;
 			interrupt-parent = <&MPIC>;
 		};
@@ -146,6 +149,7 @@
 			reg-shift = <2>;
 			current-speed = <115200>;
 			clock-frequency = <0>;
+			busy-detect = <1>;
 			interrupts = <44>;
 			interrupt-parent = <&MPIC>;
 		};



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310261727.r9QHRXwK059060>