Commit 621c4b99 authored by Ramneek Mehresh's avatar Ramneek Mehresh Committed by Kumar Gala

powerpc/85xx: Add dr_mode property in USB nodes

Add usb2 controller node for P1020RDB, P2020RDB, P2020DS, P1021MDS
Signed-off-by: default avatarRamneek Mehresh <ramneek.mehresh@freescale.com>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 70a0ac66
...@@ -190,6 +190,7 @@ partition@jffs-fs { ...@@ -190,6 +190,7 @@ partition@jffs-fs {
usb@22000 { usb@22000 {
phy_type = "ulpi"; phy_type = "ulpi";
dr_mode = "host";
}; };
/* USB2 is shared with localbus. It is used /* USB2 is shared with localbus. It is used
...@@ -197,6 +198,7 @@ only in case of SPI and SD boot after ...@@ -197,6 +198,7 @@ only in case of SPI and SD boot after
appropriate device-tree fixup done by uboot */ appropriate device-tree fixup done by uboot */
usb@23000 { usb@23000 {
phy_type = "ulpi"; phy_type = "ulpi";
dr_mode = "host";
}; };
mdio@24000 { mdio@24000 {
......
/* /*
* P1021 MDS Device Tree Source * P1021 MDS Device Tree Source
* *
* Copyright 2010 Freescale Semiconductor Inc. * Copyright 2010,2012 Freescale Semiconductor Inc.
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the * under the terms of the GNU General Public License as published by the
...@@ -151,6 +151,7 @@ partition@fs { ...@@ -151,6 +151,7 @@ partition@fs {
usb@22000 { usb@22000 {
phy_type = "ulpi"; phy_type = "ulpi";
dr_mode = "host";
}; };
mdio@24000 { mdio@24000 {
......
/* /*
* P2020DS Device Tree Source stub (no addresses or top-level ranges) * P2020DS 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 * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met: * modification, are permitted provided that the following conditions are met:
...@@ -134,6 +134,7 @@ nand@6,0 { ...@@ -134,6 +134,7 @@ nand@6,0 {
&board_soc { &board_soc {
usb@22000 { usb@22000 {
phy_type = "ulpi"; phy_type = "ulpi";
dr_mode = "host";
}; };
mdio@24520 { mdio@24520 {
......
/* /*
* P2020 RDB Device Tree Source * P2020 RDB Device Tree Source
* *
* Copyright 2009-2011 Freescale Semiconductor Inc. * Copyright 2009-2012 Freescale Semiconductor Inc.
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the * under the terms of the GNU General Public License as published by the
...@@ -197,6 +197,7 @@ partition@900000 { ...@@ -197,6 +197,7 @@ partition@900000 {
usb@22000 { usb@22000 {
phy_type = "ulpi"; phy_type = "ulpi";
dr_mode = "host";
}; };
mdio@24520 { mdio@24520 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment