Skip to content

Commit 3ce8df1

Browse files
committed
Add audio support for the Renesas RZ/G3S SoC
Merge series from Claudiu <claudiu.beznea@tuxon.dev>: Series enables the audio support for the Renesas RZ/G3S SoC along with runtime PM and suspend to RAM.
2 parents ab20bcb + 699a973 commit 3ce8df1

2 files changed

Lines changed: 139 additions & 106 deletions

File tree

Documentation/devicetree/bindings/sound/renesas,rz-ssi.yaml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ properties:
1919
- renesas,r9a07g043-ssi # RZ/G2UL and RZ/Five
2020
- renesas,r9a07g044-ssi # RZ/G2{L,LC}
2121
- renesas,r9a07g054-ssi # RZ/V2L
22+
- renesas,r9a08g045-ssi # RZ/G3S
2223
- const: renesas,rz-ssi
2324

2425
reg:
@@ -57,24 +58,6 @@ properties:
5758
dmas:
5859
minItems: 1
5960
maxItems: 2
60-
description:
61-
The first cell represents a phandle to dmac.
62-
The second cell specifies the encoded MID/RID values of the SSI port
63-
connected to the DMA client and the slave channel configuration
64-
parameters.
65-
bits[0:9] - Specifies MID/RID value of a SSI channel as below
66-
MID/RID value of SSI rx0 = 0x256
67-
MID/RID value of SSI tx0 = 0x255
68-
MID/RID value of SSI rx1 = 0x25a
69-
MID/RID value of SSI tx1 = 0x259
70-
MID/RID value of SSI rt2 = 0x25f
71-
MID/RID value of SSI rx3 = 0x262
72-
MID/RID value of SSI tx3 = 0x261
73-
bit[10] - HIEN = 1, Detects a request in response to the rising edge
74-
of the signal
75-
bit[11] - LVL = 0, Detects based on the edge
76-
bits[12:14] - AM = 2, Bus cycle mode
77-
bit[15] - TM = 0, Single transfer mode
7861

7962
dma-names:
8063
oneOf:

0 commit comments

Comments
 (0)