Skip to content

Commit 7560d02

Browse files
Stefan KratochwilMatthias Blankertz
authored andcommitted
Merge pull request #2 in CBX3/ext-kernel-renesas-bsp from CBX3DEV-236-xhci0-usb3 to v4.9/rcar-ctc
* commit 'd92cf210d86995efa9fa176aa893702411e68596': Activate XHCI (USB3.0) controller on r8a usb: host: xhci-plat: add firmware for the R-Car M3-W xHCI controllers usb: host: xhci-plat: add support for the R-Car H3 xHCI controllers xhci-rcar: add firmware for R-Car H2/M2 USB 3.0 host controller (cherry picked from commit 980bba68f4409bb131913c09e3ab374a570fd81d) (cherry picked from commit b904874e9ce5fb99bff74447a4a341045f431c3f)
1 parent 156e7e4 commit 7560d02

File tree

6 files changed

+49
-0
lines changed

6 files changed

+49
-0
lines changed

arch/arm64/boot/dts/renesas/r8a7796-cetibox-m3ulcb.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,10 @@
586586
status = "okay";
587587
};
588588

589+
&xhci0 {
590+
status = "okay";
591+
};
592+
589593
&msiof_ref_clk {
590594
clock-frequency = <66666666>;
591595
};

firmware/LICENCE.r8a779x_usb3

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Copyright (c) 2014, Renesas Electronics Corporation
2+
All rights reserved.
3+
4+
Redistribution and use in binary form, without modification, are permitted
5+
provided that the following conditions are met:
6+
7+
1. Redistribution in binary form must reproduce the above copyright notice,
8+
this list of conditions and the following disclaimer in the documentation
9+
and/or other materials provided with the distribution.
10+
2. The name of Renesas Electronics Corporation may not be used to endorse or
11+
promote products derived from this software without specific prior written
12+
permission.
13+
3. Reverse engineering, decompilation, or disassembly of this software is
14+
not permitted.
15+
16+
THIS SOFTWARE IS PROVIDED "AS IS" AND RENESAS ELECTRONICS CORPORATION DISCLAIMS
17+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
18+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, AND
19+
NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL RENESAS ELECTRONICS
20+
CORPORATION BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
21+
OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
22+
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
23+
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
24+
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
25+
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
26+
POSSIBILITY OF SUCH DAMAGE.

firmware/WHENCE

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
**********
2+
* WHENCE *
3+
**********
4+
5+
This file attempts to document the origin and licensing information,
6+
if known, for each piece of firmware distributed for use with the Linux
7+
kernel.
8+
9+
--------------------------------------------------------------------------
10+
11+
Driver: xhci-rcar -- Renesas R-Car Gen2/3 USB 3.0 host controller driver
12+
13+
File: r8a779x_usb3_v1.dlmem
14+
File: r8a779x_usb3_v2.dlmem
15+
File: r8a779x_usb3_v3.dlmem
16+
17+
Licence: Redistributable. See LICENCE.r8a779x_usb3 for details.
18+
19+
--------------------------------------------------------------------------

firmware/r8a779x_usb3_v1.dlmem

9.23 KB
Binary file not shown.

firmware/r8a779x_usb3_v2.dlmem

9.25 KB
Binary file not shown.

firmware/r8a779x_usb3_v3.dlmem

9.25 KB
Binary file not shown.

0 commit comments

Comments
 (0)