devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] ARM: i.MX53: voipac-dmm-668 Devicetree
@ 2013-11-26 23:53 Rostislav Lisovy
       [not found] ` <1385509996-17769-1-git-send-email-lisovy-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Rostislav Lisovy @ 2013-11-26 23:53 UTC (permalink / raw)
  To: devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Shawn Guo
  Cc: pisa-/N2ztlQkxE7Ub/6JBqosbQ, Rostislav Lisovy

This patchset adds NAND controller and USB host controller support
for Voipac x53-dmm-668 module.

This patchset applies to linux-next (since the Voipac devicetree
support is not present in any other trees).

Rostislav Lisovy (2):
  ARM: i.MX53: dts: NAND flash controller
  ARM: i.MX53: dts: USB host controller

 arch/arm/boot/dts/imx53-voipac-dmm-668.dtsi | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

-- 
1.8.3.2

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 1/2] ARM: i.MX53: dts: NAND flash controller
       [not found] ` <1385509996-17769-1-git-send-email-lisovy-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2013-11-26 23:53   ` Rostislav Lisovy
  2013-11-26 23:53   ` [PATCH 2/2] ARM: i.MX53: dts: USB host controller Rostislav Lisovy
  2013-11-28  2:58   ` [PATCH 0/2] ARM: i.MX53: voipac-dmm-668 Devicetree Shawn Guo
  2 siblings, 0 replies; 4+ messages in thread
From: Rostislav Lisovy @ 2013-11-26 23:53 UTC (permalink / raw)
  To: devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Shawn Guo
  Cc: pisa-/N2ztlQkxE7Ub/6JBqosbQ, Rostislav Lisovy

Signed-off-by: Rostislav Lisovy <lisovy-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

diff --git a/arch/arm/boot/dts/imx53-voipac-dmm-668.dtsi b/arch/arm/boot/dts/imx53-voipac-dmm-668.dtsi
index 9304d0a..fa7309f5 100644
--- a/arch/arm/boot/dts/imx53-voipac-dmm-668.dtsi
+++ b/arch/arm/boot/dts/imx53-voipac-dmm-668.dtsi
@@ -72,6 +72,10 @@
 		pinctrl_uart1: uart1grp {
 			fsl,pins = <MX53_UART1_PINGRP2>;
 		};
+
+		pinctrl_nand: nandgrp {
+			fsl,pins = <MX53_NAND_PINGRP1>;
+		};
 	};
 };
 
@@ -205,6 +209,14 @@
 	};
 };
 
+&nfc {
+	pinctrl-names = "default";
+	pinctrl-0 = <&pinctrl_nand>;
+	nand-bus-width = <8>;
+	nand-ecc-mode = "hw";
+	status = "okay";
+};
+
 &uart1 {
 	pinctrl-names = "default";
 	pinctrl-0 = <&pinctrl_uart1>;
-- 
1.8.3.2

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/2] ARM: i.MX53: dts: USB host controller
       [not found] ` <1385509996-17769-1-git-send-email-lisovy-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  2013-11-26 23:53   ` [PATCH 1/2] ARM: i.MX53: dts: NAND flash controller Rostislav Lisovy
@ 2013-11-26 23:53   ` Rostislav Lisovy
  2013-11-28  2:58   ` [PATCH 0/2] ARM: i.MX53: voipac-dmm-668 Devicetree Shawn Guo
  2 siblings, 0 replies; 4+ messages in thread
From: Rostislav Lisovy @ 2013-11-26 23:53 UTC (permalink / raw)
  To: devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Shawn Guo
  Cc: pisa-/N2ztlQkxE7Ub/6JBqosbQ, Rostislav Lisovy

Signed-off-by: Rostislav Lisovy <lisovy-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

diff --git a/arch/arm/boot/dts/imx53-voipac-dmm-668.dtsi b/arch/arm/boot/dts/imx53-voipac-dmm-668.dtsi
index fa7309f5..04a2895 100644
--- a/arch/arm/boot/dts/imx53-voipac-dmm-668.dtsi
+++ b/arch/arm/boot/dts/imx53-voipac-dmm-668.dtsi
@@ -38,6 +38,16 @@
 			regulator-max-microvolt = <3300000>;
 			regulator-always-on;
 		};
+
+		reg_usb_vbus: regulator@1 {
+			compatible = "regulator-fixed";
+			reg = <1>;
+			regulator-name = "usb_vbus";
+			regulator-min-microvolt = <5000000>;
+			regulator-max-microvolt = <5000000>;
+			gpio = <&gpio3 31 0>; /* PEN */
+			enable-active-high;
+		};
 	};
 };
 
@@ -222,3 +232,9 @@
 	pinctrl-0 = <&pinctrl_uart1>;
 	status = "okay";
 };
+
+&usbh1 {
+	vbus-supply = <&reg_usb_vbus>;
+	phy_type = "utmi";
+	status = "okay";
+};
-- 
1.8.3.2

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/2] ARM: i.MX53: voipac-dmm-668 Devicetree
       [not found] ` <1385509996-17769-1-git-send-email-lisovy-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  2013-11-26 23:53   ` [PATCH 1/2] ARM: i.MX53: dts: NAND flash controller Rostislav Lisovy
  2013-11-26 23:53   ` [PATCH 2/2] ARM: i.MX53: dts: USB host controller Rostislav Lisovy
@ 2013-11-28  2:58   ` Shawn Guo
  2 siblings, 0 replies; 4+ messages in thread
From: Shawn Guo @ 2013-11-28  2:58 UTC (permalink / raw)
  To: Rostislav Lisovy
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	pisa-/N2ztlQkxE7Ub/6JBqosbQ

On Wed, Nov 27, 2013 at 12:53:14AM +0100, Rostislav Lisovy wrote:
> Rostislav Lisovy (2):
>   ARM: i.MX53: dts: NAND flash controller
>   ARM: i.MX53: dts: USB host controller
 
Applied both, thanks.

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-11-28  2:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-26 23:53 [PATCH 0/2] ARM: i.MX53: voipac-dmm-668 Devicetree Rostislav Lisovy
     [not found] ` <1385509996-17769-1-git-send-email-lisovy-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2013-11-26 23:53   ` [PATCH 1/2] ARM: i.MX53: dts: NAND flash controller Rostislav Lisovy
2013-11-26 23:53   ` [PATCH 2/2] ARM: i.MX53: dts: USB host controller Rostislav Lisovy
2013-11-28  2:58   ` [PATCH 0/2] ARM: i.MX53: voipac-dmm-668 Devicetree Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).