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 927340fa48d2b5bcfd25d9a5bb3288c3a7fe992c..44257aff35b98af2e50e5b1d29c9812f5759858c 100644 (file)
                                compatible = "snps,dwc3";
                                reg = <0x65a00000 0x10000>;
                                interrupts = <0 134 4>;
+                               dr_mode = "host";
                                tx-fifo-resize;
                        };
                };
index 60287c478f2564821a608b06942a5ca79d44e13e..cbb848207cc1c718ef9d5f54192d0f2393f9bb6b 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 a29597ae88e0c94f4705182e9ea3c78a17bea3b0..498354c45f906d50fc00a7472fa42b428f927ff5 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 2962cb5ae7be234f2ec17067e4edf58b516c6daf..32844f781f5a7719669f1c3e6c15ae4f74be435e 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;
                        };
                };