svn commit: r271124 - head/sys/boot/fdt/dts/arm
Ian Lepore
ian at FreeBSD.org
Thu Sep 4 19:52:18 UTC 2014
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 at 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 at 00000000 {
aips at 02000000 { /* AIPS1 */
- iomux at 020e0000 { status = "disabled"; };
gpio at 0209c000 { status = "okay"; };
gpio at 020a0000 { status = "okay"; };
gpio at 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 at 00000000 {
aips at 02000000 { /* AIPS1 */
- iomux at 020e0000 { status = "disabled"; };
gpio at 0209c000 { status = "okay"; };
gpio at 020a0000 { status = "okay"; };
gpio at 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 at 00000000 {
aips at 02000000 { /* AIPS1 */
- iomux at 020e0000 { status = "disabled"; };
gpio at 0209c000 { status = "okay"; };
gpio at 020a0000 { status = "okay"; };
gpio at 020a4000 { status = "okay"; };
More information about the svn-src-head
mailing list