Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Sep 2014 16:38:00 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r270971 - head/sys/boot/fdt/dts/arm
Message-ID:  <201409021638.s82Gc0oC030191@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Tue Sep  2 16:38:00 2014
New Revision: 270971
URL: http://svnweb.freebsd.org/changeset/base/270971

Log:
  The proper compatibility string for the AHCI device is
  allwinner,sun4i-ahci, so use that instead of the older string which
  had become FreeBSD specific.

Modified:
  head/sys/boot/fdt/dts/arm/cubieboard2.dts
  head/sys/boot/fdt/dts/arm/sun4i-a10.dtsi
  head/sys/boot/fdt/dts/arm/sun7i-a20.dtsi

Modified: head/sys/boot/fdt/dts/arm/cubieboard2.dts
==============================================================================
--- head/sys/boot/fdt/dts/arm/cubieboard2.dts	Tue Sep  2 16:14:16 2014	(r270970)
+++ head/sys/boot/fdt/dts/arm/cubieboard2.dts	Tue Sep  2 16:38:00 2014	(r270971)
@@ -60,6 +60,10 @@
 		emac@01c0b000 {
 			status = "okay";
 		};
+
+		ahci: sata@01c18000 {
+			status = "okay";
+		};
 	};
 
 	chosen {

Modified: head/sys/boot/fdt/dts/arm/sun4i-a10.dtsi
==============================================================================
--- head/sys/boot/fdt/dts/arm/sun4i-a10.dtsi	Tue Sep  2 16:14:16 2014	(r270970)
+++ head/sys/boot/fdt/dts/arm/sun4i-a10.dtsi	Tue Sep  2 16:38:00 2014	(r270971)
@@ -104,7 +104,7 @@
 		};
 
 		sata@01c18000 {
-			compatible = "allwinner,ahci";
+			compatible = "allwinner,sun4i-ahci";
 			reg = <0x01c18000 0x1000>;
 			interrupts = <56>;
 			interrupt-parent = <&AINTC>;

Modified: head/sys/boot/fdt/dts/arm/sun7i-a20.dtsi
==============================================================================
--- head/sys/boot/fdt/dts/arm/sun7i-a20.dtsi	Tue Sep  2 16:14:16 2014	(r270970)
+++ head/sys/boot/fdt/dts/arm/sun7i-a20.dtsi	Tue Sep  2 16:38:00 2014	(r270971)
@@ -110,7 +110,7 @@
 		};
 
 		sata@01c18000 {
-			compatible = "allwinner,ahci";
+			compatible = "allwinner,sun4i-a10-ahci";
 			reg = <0x01c18000 0x1000>;
 			interrupts = <56>;
 			interrupt-parent = <&GIC>;



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