Skip to content

Commit 583632d

Browse files
committed
ARC: [axs10x] use generic OHCI/EHCI DT bindings
With back-ported from 3.15 support of generic OHCI/EHCI instantiation via DT we may use it finally for proper support of both USB 1.1 and 2.0 devices. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
1 parent 56c2419 commit 583632d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

arch/arc/boot/dts/axs10x_mb.dtsi

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Support for peripherals on the AXS10x mainboard
33
*
4-
* Copyright (C) 2013, 2014 Synopsys, Inc. (www.synopsys.com)
4+
* Copyright (C) 2013-15 Synopsys, Inc. (www.synopsys.com)
55
*
66
* This program is free software; you can redistribute it and/or modify
77
* it under the terms of the GNU General Public License version 2 as
@@ -66,16 +66,16 @@
6666
};
6767

6868
ehci@0x40000 {
69-
compatible = "snps,h20apb-ehci";
69+
compatible = "generic-ehci";
7070
reg = < 0x40000 0x100 >;
7171
interrupts = < 8 >;
7272
};
7373

74-
/* ohci@0x60000 {
75-
compatible = "snps,h20apb-ohci";
74+
ohci@0x60000 {
75+
compatible = "generic-ohci";
7676
reg = < 0x60000 0x100 >;
7777
interrupts = < 8 >;
78-
}; */
78+
};
7979

8080
mmc@0x15000 {
8181
compatible = "snps,dw-mshc";

0 commit comments

Comments
 (0)