ARM: dts: uniphier: add dr_mode property to dwc3 node
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 13 Aug 2017 00:01:17 +0000 (09:01 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 20 Aug 2017 14:07:02 +0000 (23:07 +0900)
Since commit 576e3cc700c5 ("usb: host: xhci-dwc3: Add dual role mode
support from DT"), warning is displayed if dr_mode is not specified.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/dts/uniphier-ld20.dtsi
arch/arm/dts/uniphier-pro4.dtsi
arch/arm/dts/uniphier-pro5.dtsi
arch/arm/dts/uniphier-pxs2.dtsi

index 927340f..44257af 100644 (file)
                                compatible = "snps,dwc3";
                                reg = <0x65a00000 0x10000>;
                                interrupts = <0 134 4>;
+                               dr_mode = "host";
                                tx-fifo-resize;
                        };
                };
index 60287c4..cbb8482 100644 (file)
                                compatible = "snps,dwc3";
                                reg = <0x65a00000 0x10000>;
                                interrupts = <0 134 4>;
+                               dr_mode = "host";
                                tx-fifo-resize;
                        };
                };
                                compatible = "snps,dwc3";
                                reg = <0x65c00000 0x10000>;
                                interrupts = <0 137 4>;
+                               dr_mode = "host";
                                tx-fifo-resize;
                        };
                };
index a29597a..498354c 100644 (file)
                                compatible = "snps,dwc3";
                                reg = <0x65a00000 0x10000>;
                                interrupts = <0 134 4>;
+                               dr_mode = "host";
                                tx-fifo-resize;
                        };
                };
                                compatible = "snps,dwc3";
                                reg = <0x65c00000 0x10000>;
                                interrupts = <0 137 4>;
+                               dr_mode = "host";
                                tx-fifo-resize;
                        };
                };
index 2962cb5..32844f7 100644 (file)
                                compatible = "snps,dwc3";
                                reg = <0x65a00000 0x10000>;
                                interrupts = <0 134 4>;
+                               dr_mode = "host";
                                tx-fifo-resize;
                        };
                };
                                compatible = "snps,dwc3";
                                reg = <0x65c00000 0x10000>;
                                interrupts = <0 137 4>;
+                               dr_mode = "host";
                                tx-fifo-resize;
                        };
                };