aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
diff options
context:
space:
mode:
authorSriram Dash <sriram.dash@freescale.com>2016-06-10 04:06:39 -0400
committerScott Wood <oss@buserror.net>2016-07-08 20:58:06 -0400
commitae9ac1d3299ab8334f0b5293ddb77e18f2a9c9e5 (patch)
treee7a08052b289e8ac4041d71065abf8daff55aa34 /arch/powerpc
parent3dde317654b3624ec00bebbe068392b959c2e3ac (diff)
powerpc/85xx: add aliases for usb nodes on t4240, b4860, and b4420
Add usb aliases for consistency with the other platforms. Signed-off-by: Laurentiu Tudor <Laurentiu.Tudor@freescale.com> Signed-off-by: Sriram Dash <sriram.dash@nxp.com> Signed-off-by: Scott Wood <oss@buserror.net>
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/boot/dts/fsl/b4420si-pre.dtsi1
-rw-r--r--arch/powerpc/boot/dts/fsl/b4860si-pre.dtsi1
-rw-r--r--arch/powerpc/boot/dts/fsl/qonverge-usb2-dr-0.dtsi2
-rw-r--r--arch/powerpc/boot/dts/fsl/t4240si-pre.dtsi2
4 files changed, 5 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/fsl/b4420si-pre.dtsi b/arch/powerpc/boot/dts/fsl/b4420si-pre.dtsi
index bc3bf9333dde..88d8423f8ac5 100644
--- a/arch/powerpc/boot/dts/fsl/b4420si-pre.dtsi
+++ b/arch/powerpc/boot/dts/fsl/b4420si-pre.dtsi
@@ -51,6 +51,7 @@
51 serial2 = &serial2; 51 serial2 = &serial2;
52 serial3 = &serial3; 52 serial3 = &serial3;
53 pci0 = &pci0; 53 pci0 = &pci0;
54 usb0 = &usb0;
54 dma0 = &dma0; 55 dma0 = &dma0;
55 dma1 = &dma1; 56 dma1 = &dma1;
56 sdhc = &sdhc; 57 sdhc = &sdhc;
diff --git a/arch/powerpc/boot/dts/fsl/b4860si-pre.dtsi b/arch/powerpc/boot/dts/fsl/b4860si-pre.dtsi
index 8797ce146512..f3f968c51f4b 100644
--- a/arch/powerpc/boot/dts/fsl/b4860si-pre.dtsi
+++ b/arch/powerpc/boot/dts/fsl/b4860si-pre.dtsi
@@ -51,6 +51,7 @@
51 serial2 = &serial2; 51 serial2 = &serial2;
52 serial3 = &serial3; 52 serial3 = &serial3;
53 pci0 = &pci0; 53 pci0 = &pci0;
54 usb0 = &usb0;
54 dma0 = &dma0; 55 dma0 = &dma0;
55 dma1 = &dma1; 56 dma1 = &dma1;
56 sdhc = &sdhc; 57 sdhc = &sdhc;
diff --git a/arch/powerpc/boot/dts/fsl/qonverge-usb2-dr-0.dtsi b/arch/powerpc/boot/dts/fsl/qonverge-usb2-dr-0.dtsi
index 29dad723091e..fcc7e5b7fd47 100644
--- a/arch/powerpc/boot/dts/fsl/qonverge-usb2-dr-0.dtsi
+++ b/arch/powerpc/boot/dts/fsl/qonverge-usb2-dr-0.dtsi
@@ -32,7 +32,7 @@
32 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 32 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33 */ 33 */
34 34
35usb@210000 { 35usb0: usb@210000 {
36 compatible = "fsl-usb2-dr"; 36 compatible = "fsl-usb2-dr";
37 reg = <0x210000 0x1000>; 37 reg = <0x210000 0x1000>;
38 #address-cells = <1>; 38 #address-cells = <1>;
diff --git a/arch/powerpc/boot/dts/fsl/t4240si-pre.dtsi b/arch/powerpc/boot/dts/fsl/t4240si-pre.dtsi
index 1184a746fcb1..038cf8fadee4 100644
--- a/arch/powerpc/boot/dts/fsl/t4240si-pre.dtsi
+++ b/arch/powerpc/boot/dts/fsl/t4240si-pre.dtsi
@@ -56,6 +56,8 @@
56 pci1 = &pci1; 56 pci1 = &pci1;
57 pci2 = &pci2; 57 pci2 = &pci2;
58 pci3 = &pci3; 58 pci3 = &pci3;
59 usb0 = &usb0;
60 usb1 = &usb1;
59 dma0 = &dma0; 61 dma0 = &dma0;
60 dma1 = &dma1; 62 dma1 = &dma1;
61 dma2 = &dma2; 63 dma2 = &dma2;