* [PATCH] powerpc/85xx:Enable USB2 controller node for P1020RDB
@ 2012-01-18 5:50 Ramneek Mehresh
2012-01-18 14:26 ` Kumar Gala
0 siblings, 1 reply; 2+ messages in thread
From: Ramneek Mehresh @ 2012-01-18 5:50 UTC (permalink / raw)
To: linuxppc-dev; +Cc: devicetree-discuss, Ramneek Mehresh
Enable USB2 controller node for P1020RDB. USB2 controller is used only
when board boots from SPI or SD as it is muxed with eLBC
Signed-off-by: Ramneek Mehresh <ramneek.mehresh@freescale.com>
---
Applies on git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpc.git
(branch next)
arch/powerpc/boot/dts/p1020rdb.dtsi | 11 ++++-------
1 files changed, 4 insertions(+), 7 deletions(-)
diff --git a/arch/powerpc/boot/dts/p1020rdb.dtsi b/arch/powerpc/boot/dts/p1020rdb.dtsi
index b5bd86f..17559c4 100644
--- a/arch/powerpc/boot/dts/p1020rdb.dtsi
+++ b/arch/powerpc/boot/dts/p1020rdb.dtsi
@@ -1,7 +1,7 @@
/*
* P1020 RDB Device Tree Source stub (no addresses or top-level ranges)
*
- * Copyright 2011 Freescale Semiconductor Inc.
+ * Copyright 2011-2012 Freescale Semiconductor Inc.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
@@ -192,15 +192,12 @@
phy_type = "ulpi";
};
- /* USB2 is shared with localbus, so it must be disabled
- by default. We can't put 'status = "disabled";' here
- since U-Boot doesn't clear the status property when
- it enables USB2. OTOH, U-Boot does create a new node
- when there isn't any. So, just comment it out.
+ /* USB2 is shared with localbus. It is used
+ only in case of SPI and SD boot after
+ appropriate device-tree fixup done by uboot */
usb@23000 {
phy_type = "ulpi";
};
- */
mdio@24000 {
phy0: ethernet-phy@0 {
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] powerpc/85xx:Enable USB2 controller node for P1020RDB
2012-01-18 5:50 [PATCH] powerpc/85xx:Enable USB2 controller node for P1020RDB Ramneek Mehresh
@ 2012-01-18 14:26 ` Kumar Gala
0 siblings, 0 replies; 2+ messages in thread
From: Kumar Gala @ 2012-01-18 14:26 UTC (permalink / raw)
To: Ramneek Mehresh; +Cc: devicetree-discuss, linuxppc-dev
On Jan 17, 2012, at 11:50 PM, Ramneek Mehresh wrote:
> Enable USB2 controller node for P1020RDB. USB2 controller is used only
> when board boots from SPI or SD as it is muxed with eLBC
>
> Signed-off-by: Ramneek Mehresh <ramneek.mehresh@freescale.com>
> ---
> Applies on git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpc.git
> (branch next)
>
> arch/powerpc/boot/dts/p1020rdb.dtsi | 11 ++++-------
> 1 files changed, 4 insertions(+), 7 deletions(-)
applied to merge
- k
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-01-18 14:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-18 5:50 [PATCH] powerpc/85xx:Enable USB2 controller node for P1020RDB Ramneek Mehresh
2012-01-18 14:26 ` Kumar Gala
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).