Author: ian
Date: Thu Sep  4 19:52:17 2014
New Revision: 271124
URL: http://svnweb.freebsd.org/changeset/base/271124

Log:
  Stop setting the iomux device status to disabled, now that we have a driver.

Modified:
  head/sys/boot/fdt/dts/arm/imx6.dtsi
  head/sys/boot/fdt/dts/arm/wandboard-dual.dts
  head/sys/boot/fdt/dts/arm/wandboard-quad.dts
  head/sys/boot/fdt/dts/arm/wandboard-solo.dts

Modified: head/sys/boot/fdt/dts/arm/imx6.dtsi
==============================================================================
--- head/sys/boot/fdt/dts/arm/imx6.dtsi Thu Sep  4 19:28:02 2014        
(r271123)
+++ head/sys/boot/fdt/dts/arm/imx6.dtsi Thu Sep  4 19:52:17 2014        
(r271124)
@@ -134,7 +134,6 @@
                                reg = <0x020e0000 0x4000>;
                                interrupt-parent = <&gic>;
                                interrupts = <32>;
-                               status = "disabled";
                        };
 
                        gpio1: gpio@0209c000 {

Modified: head/sys/boot/fdt/dts/arm/wandboard-dual.dts
==============================================================================
--- head/sys/boot/fdt/dts/arm/wandboard-dual.dts        Thu Sep  4 19:28:02 
2014        (r271123)
+++ head/sys/boot/fdt/dts/arm/wandboard-dual.dts        Thu Sep  4 19:52:17 
2014        (r271124)
@@ -44,7 +44,6 @@
 
        SOC: soc@00000000 {
                aips@02000000 { /* AIPS1 */
-                       iomux@020e0000          { status = "disabled"; };
                        gpio@0209c000           { status = "okay"; };
                        gpio@020a0000           { status = "okay"; };
                        gpio@020a4000           { status = "okay"; };

Modified: head/sys/boot/fdt/dts/arm/wandboard-quad.dts
==============================================================================
--- head/sys/boot/fdt/dts/arm/wandboard-quad.dts        Thu Sep  4 19:28:02 
2014        (r271123)
+++ head/sys/boot/fdt/dts/arm/wandboard-quad.dts        Thu Sep  4 19:52:17 
2014        (r271124)
@@ -44,7 +44,6 @@
 
        SOC: soc@00000000 {
                aips@02000000 { /* AIPS1 */
-                       iomux@020e0000          { status = "disabled"; };
                        gpio@0209c000           { status = "okay"; };
                        gpio@020a0000           { status = "okay"; };
                        gpio@020a4000           { status = "okay"; };

Modified: head/sys/boot/fdt/dts/arm/wandboard-solo.dts
==============================================================================
--- head/sys/boot/fdt/dts/arm/wandboard-solo.dts        Thu Sep  4 19:28:02 
2014        (r271123)
+++ head/sys/boot/fdt/dts/arm/wandboard-solo.dts        Thu Sep  4 19:52:17 
2014        (r271124)
@@ -44,7 +44,6 @@
 
        SOC: soc@00000000 {
                aips@02000000 { /* AIPS1 */
-                       iomux@020e0000          { status = "disabled"; };
                        gpio@0209c000           { status = "okay"; };
                        gpio@020a0000           { status = "okay"; };
                        gpio@020a4000           { status = "okay"; };
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to