All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/2] arm64: dts: sun50i: a64: Add USB host node for bananapi-m64
@ 2017-11-29  7:44 Jagan Teki
  2017-11-29  7:44 ` [U-Boot] [PATCH 2/2] arm64: dts: sun50i: h5: Order nodes in alphabetic for orangepi-prime Jagan Teki
  2017-11-29 15:16 ` [U-Boot] [PATCH 1/2] arm64: dts: sun50i: a64: Add USB host node for bananapi-m64 Maxime Ripard
  0 siblings, 2 replies; 6+ messages in thread
From: Jagan Teki @ 2017-11-29  7:44 UTC (permalink / raw)
  To: u-boot

Add USB host node, ehci1 and usbphy for bananapi m64

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
---
 arch/arm/dts/sun50i-a64-bananapi-m64.dts | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm/dts/sun50i-a64-bananapi-m64.dts b/arch/arm/dts/sun50i-a64-bananapi-m64.dts
index 02db114..31ae1f9 100644
--- a/arch/arm/dts/sun50i-a64-bananapi-m64.dts
+++ b/arch/arm/dts/sun50i-a64-bananapi-m64.dts
@@ -68,6 +68,10 @@
 	};
 };
 
+&ehci1 {
+	status = "okay";
+};
+
 &i2c1 {
 	pinctrl-names = "default";
 	pinctrl-0 = <&i2c1_pins>;
@@ -119,3 +123,7 @@
 	pinctrl-0 = <&uart1_pins>, <&uart1_rts_cts_pins>;
 	status = "okay";
 };
+
+&usbphy {
+	status = "okay";
+};
-- 
2.7.4

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

* [U-Boot] [PATCH 2/2] arm64: dts: sun50i: h5: Order nodes in alphabetic for orangepi-prime
  2017-11-29  7:44 [U-Boot] [PATCH 1/2] arm64: dts: sun50i: a64: Add USB host node for bananapi-m64 Jagan Teki
@ 2017-11-29  7:44 ` Jagan Teki
  2017-11-29 15:16   ` Maxime Ripard
  2017-11-29 15:16 ` [U-Boot] [PATCH 1/2] arm64: dts: sun50i: a64: Add USB host node for bananapi-m64 Maxime Ripard
  1 sibling, 1 reply; 6+ messages in thread
From: Jagan Teki @ 2017-11-29  7:44 UTC (permalink / raw)
  To: u-boot

Order sun50i-h5-orangepi-prime.dts nodes in alphabetic

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
---
 arch/arm/dts/sun50i-h5-orangepi-prime.dts | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/arch/arm/dts/sun50i-h5-orangepi-prime.dts b/arch/arm/dts/sun50i-h5-orangepi-prime.dts
index 67eade7..d4577df 100644
--- a/arch/arm/dts/sun50i-h5-orangepi-prime.dts
+++ b/arch/arm/dts/sun50i-h5-orangepi-prime.dts
@@ -72,6 +72,10 @@
 	};
 };
 
+&ehci1 {
+	status = "okay";
+};
+
 &mmc0 {
 	compatible = "allwinner,sun50i-h5-mmc",
 		     "allwinner,sun50i-a64-mmc",
@@ -85,6 +89,10 @@
 	status = "okay";
 };
 
+&ohci1 {
+	status = "okay";
+};
+
 &uart0 {
 	pinctrl-names = "default";
 	pinctrl-0 = <&uart0_pins_a>;
@@ -94,11 +102,3 @@
 &usbphy {
 	status = "okay";
 };
-
-&ohci1 {
-	status = "okay";
-};
-
-&ehci1 {
-	status = "okay";
-};
-- 
2.7.4

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

* [U-Boot] [PATCH 1/2] arm64: dts: sun50i: a64: Add USB host node for bananapi-m64
  2017-11-29  7:44 [U-Boot] [PATCH 1/2] arm64: dts: sun50i: a64: Add USB host node for bananapi-m64 Jagan Teki
  2017-11-29  7:44 ` [U-Boot] [PATCH 2/2] arm64: dts: sun50i: h5: Order nodes in alphabetic for orangepi-prime Jagan Teki
@ 2017-11-29 15:16 ` Maxime Ripard
  2017-11-29 15:33   ` Chen-Yu Tsai
  1 sibling, 1 reply; 6+ messages in thread
From: Maxime Ripard @ 2017-11-29 15:16 UTC (permalink / raw)
  To: u-boot

On Wed, Nov 29, 2017 at 01:14:22PM +0530, Jagan Teki wrote:
> Add USB host node, ehci1 and usbphy for bananapi m64
> 
> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>

Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>

Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20171129/b149e6a6/attachment.sig>

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

* [U-Boot] [PATCH 2/2] arm64: dts: sun50i: h5: Order nodes in alphabetic for orangepi-prime
  2017-11-29  7:44 ` [U-Boot] [PATCH 2/2] arm64: dts: sun50i: h5: Order nodes in alphabetic for orangepi-prime Jagan Teki
@ 2017-11-29 15:16   ` Maxime Ripard
  0 siblings, 0 replies; 6+ messages in thread
From: Maxime Ripard @ 2017-11-29 15:16 UTC (permalink / raw)
  To: u-boot

On Wed, Nov 29, 2017 at 01:14:23PM +0530, Jagan Teki wrote:
> Order sun50i-h5-orangepi-prime.dts nodes in alphabetic
> 
> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>

Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>

Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20171129/6d3bc7d2/attachment.sig>

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

* [U-Boot] [PATCH 1/2] arm64: dts: sun50i: a64: Add USB host node for bananapi-m64
  2017-11-29 15:16 ` [U-Boot] [PATCH 1/2] arm64: dts: sun50i: a64: Add USB host node for bananapi-m64 Maxime Ripard
@ 2017-11-29 15:33   ` Chen-Yu Tsai
  2017-11-29 15:48     ` Maxime Ripard
  0 siblings, 1 reply; 6+ messages in thread
From: Chen-Yu Tsai @ 2017-11-29 15:33 UTC (permalink / raw)
  To: u-boot

On Wed, Nov 29, 2017 at 11:16 PM, Maxime Ripard
<maxime.ripard@free-electrons.com> wrote:
> On Wed, Nov 29, 2017 at 01:14:22PM +0530, Jagan Teki wrote:
>> Add USB host node, ehci1 and usbphy for bananapi m64
>>
>> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
>
> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>

Not to complain, but shouldn't we just sync up with Linux?

ChenYu

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

* [U-Boot] [PATCH 1/2] arm64: dts: sun50i: a64: Add USB host node for bananapi-m64
  2017-11-29 15:33   ` Chen-Yu Tsai
@ 2017-11-29 15:48     ` Maxime Ripard
  0 siblings, 0 replies; 6+ messages in thread
From: Maxime Ripard @ 2017-11-29 15:48 UTC (permalink / raw)
  To: u-boot

On Wed, Nov 29, 2017 at 11:33:09PM +0800, Chen-Yu Tsai wrote:
> On Wed, Nov 29, 2017 at 11:16 PM, Maxime Ripard
> <maxime.ripard@free-electrons.com> wrote:
> > On Wed, Nov 29, 2017 at 01:14:22PM +0530, Jagan Teki wrote:
> >> Add USB host node, ehci1 and usbphy for bananapi m64
> >>
> >> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
> >
> > Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
> 
> Not to complain, but shouldn't we just sync up with Linux?

If there's more modifications to it, then yes, probably.

Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20171129/e7bcf1a5/attachment.sig>

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

end of thread, other threads:[~2017-11-29 15:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-29  7:44 [U-Boot] [PATCH 1/2] arm64: dts: sun50i: a64: Add USB host node for bananapi-m64 Jagan Teki
2017-11-29  7:44 ` [U-Boot] [PATCH 2/2] arm64: dts: sun50i: h5: Order nodes in alphabetic for orangepi-prime Jagan Teki
2017-11-29 15:16   ` Maxime Ripard
2017-11-29 15:16 ` [U-Boot] [PATCH 1/2] arm64: dts: sun50i: a64: Add USB host node for bananapi-m64 Maxime Ripard
2017-11-29 15:33   ` Chen-Yu Tsai
2017-11-29 15:48     ` Maxime Ripard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.