Skip to content
Snippets Groups Projects
Commit 3444d1d4 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

ARM: dts: uniphier: add dr_mode property to dwc3 node


Since commit 576e3cc7 ("usb: host: xhci-dwc3: Add dual role mode
support from DT"), warning is displayed if dr_mode is not specified.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 6584b1ea
No related branches found
No related tags found
No related merge requests found
...@@ -426,6 +426,7 @@ ...@@ -426,6 +426,7 @@
compatible = "snps,dwc3"; compatible = "snps,dwc3";
reg = <0x65a00000 0x10000>; reg = <0x65a00000 0x10000>;
interrupts = <0 134 4>; interrupts = <0 134 4>;
dr_mode = "host";
tx-fifo-resize; tx-fifo-resize;
}; };
}; };
......
...@@ -587,6 +587,7 @@ ...@@ -587,6 +587,7 @@
compatible = "snps,dwc3"; compatible = "snps,dwc3";
reg = <0x65a00000 0x10000>; reg = <0x65a00000 0x10000>;
interrupts = <0 134 4>; interrupts = <0 134 4>;
dr_mode = "host";
tx-fifo-resize; tx-fifo-resize;
}; };
}; };
...@@ -604,6 +605,7 @@ ...@@ -604,6 +605,7 @@
compatible = "snps,dwc3"; compatible = "snps,dwc3";
reg = <0x65c00000 0x10000>; reg = <0x65c00000 0x10000>;
interrupts = <0 137 4>; interrupts = <0 137 4>;
dr_mode = "host";
tx-fifo-resize; tx-fifo-resize;
}; };
}; };
......
...@@ -598,6 +598,7 @@ ...@@ -598,6 +598,7 @@
compatible = "snps,dwc3"; compatible = "snps,dwc3";
reg = <0x65a00000 0x10000>; reg = <0x65a00000 0x10000>;
interrupts = <0 134 4>; interrupts = <0 134 4>;
dr_mode = "host";
tx-fifo-resize; tx-fifo-resize;
}; };
}; };
...@@ -615,6 +616,7 @@ ...@@ -615,6 +616,7 @@
compatible = "snps,dwc3"; compatible = "snps,dwc3";
reg = <0x65c00000 0x10000>; reg = <0x65c00000 0x10000>;
interrupts = <0 137 4>; interrupts = <0 137 4>;
dr_mode = "host";
tx-fifo-resize; tx-fifo-resize;
}; };
}; };
......
...@@ -610,6 +610,7 @@ ...@@ -610,6 +610,7 @@
compatible = "snps,dwc3"; compatible = "snps,dwc3";
reg = <0x65a00000 0x10000>; reg = <0x65a00000 0x10000>;
interrupts = <0 134 4>; interrupts = <0 134 4>;
dr_mode = "host";
tx-fifo-resize; tx-fifo-resize;
}; };
}; };
...@@ -627,6 +628,7 @@ ...@@ -627,6 +628,7 @@
compatible = "snps,dwc3"; compatible = "snps,dwc3";
reg = <0x65c00000 0x10000>; reg = <0x65c00000 0x10000>;
interrupts = <0 137 4>; interrupts = <0 137 4>;
dr_mode = "host";
tx-fifo-resize; tx-fifo-resize;
}; };
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment