Hello. On 09/01/2015 06:23 PM, Alban Bedel wrote:
Signed-off-by: Alban Bedel <albeu@xxxxxxx> --- arch/mips/boot/dts/qca/ar9132.dtsi | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/arch/mips/boot/dts/qca/ar9132.dtsi b/arch/mips/boot/dts/qca/ar9132.dtsi index fb7734e..665ee84 100644 --- a/arch/mips/boot/dts/qca/ar9132.dtsi +++ b/arch/mips/boot/dts/qca/ar9132.dtsi @@ -125,6 +125,21 @@ }; }; + ehci@1b000100 {
Please name the node "usb", not "ehci" in order to comply to the ePAPR standard.
+ compatible = "qca,ar7100-ehci", "generic-ehci";
MBR, Sergei