forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5206 from bardliao/merge/sound-upstream-20241016
Merge/sound upstream 20241016
- Loading branch information
Showing
55 changed files
with
1,869 additions
and
1,065 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,12 +4,13 @@ | |
$id: http://devicetree.org/schemas/sound/everest,es8316.yaml# | ||
$schema: http://devicetree.org/meta-schemas/core.yaml# | ||
|
||
title: Everest ES8311 and ES8316 audio CODECs | ||
title: Everest ES8311, ES8316 and ES8323 audio CODECs | ||
|
||
maintainers: | ||
- Daniel Drake <[email protected]> | ||
- Katsuhiro Suzuki <[email protected]> | ||
- Matteo Martelli <[email protected]> | ||
- Binbin Zhou <[email protected]> | ||
|
||
allOf: | ||
- $ref: dai-common.yaml# | ||
|
@@ -19,6 +20,7 @@ properties: | |
enum: | ||
- everest,es8311 | ||
- everest,es8316 | ||
- everest,es8323 | ||
|
||
reg: | ||
maxItems: 1 | ||
|
68 changes: 68 additions & 0 deletions
68
Documentation/devicetree/bindings/sound/loongson,ls2k1000-i2s.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) | ||
%YAML 1.2 | ||
--- | ||
$id: http://devicetree.org/schemas/sound/loongson,ls2k1000-i2s.yaml# | ||
$schema: http://devicetree.org/meta-schemas/core.yaml# | ||
|
||
title: Loongson-2K1000 I2S controller | ||
|
||
maintainers: | ||
- Binbin Zhou <[email protected]> | ||
|
||
allOf: | ||
- $ref: dai-common.yaml# | ||
|
||
properties: | ||
compatible: | ||
const: loongson,ls2k1000-i2s | ||
|
||
reg: | ||
items: | ||
- description: Loongson I2S controller Registers. | ||
- description: APB DMA config register for Loongson I2S controller. | ||
|
||
interrupts: | ||
maxItems: 1 | ||
|
||
clocks: | ||
maxItems: 1 | ||
|
||
dmas: | ||
maxItems: 2 | ||
|
||
dma-names: | ||
items: | ||
- const: tx | ||
- const: rx | ||
|
||
'#sound-dai-cells': | ||
const: 0 | ||
|
||
required: | ||
- compatible | ||
- reg | ||
- interrupts | ||
- clocks | ||
- dmas | ||
- dma-names | ||
- '#sound-dai-cells' | ||
|
||
unevaluatedProperties: false | ||
|
||
examples: | ||
- | | ||
#include <dt-bindings/clock/loongson,ls2k-clk.h> | ||
#include <dt-bindings/interrupt-controller/irq.h> | ||
i2s@1fe2d000 { | ||
compatible = "loongson,ls2k1000-i2s"; | ||
reg = <0x1fe2d000 0x14>, | ||
<0x1fe00438 0x8>; | ||
interrupt-parent = <&liointc0>; | ||
interrupts = <5 IRQ_TYPE_LEVEL_HIGH>; | ||
clocks = <&clk LOONGSON2_APB_CLK>; | ||
dmas = <&apbdma2 0>, <&apbdma3 0>; | ||
dma-names = "tx", "rx"; | ||
#sound-dai-cells = <0>; | ||
}; | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) | ||
%YAML 1.2 | ||
--- | ||
$id: http://devicetree.org/schemas/sound/nxp,uda1342.yaml# | ||
$schema: http://devicetree.org/meta-schemas/core.yaml# | ||
|
||
title: NXP uda1342 audio CODECs | ||
|
||
maintainers: | ||
- Binbin Zhou <[email protected]> | ||
|
||
allOf: | ||
- $ref: dai-common.yaml# | ||
|
||
properties: | ||
compatible: | ||
const: nxp,uda1342 | ||
|
||
reg: | ||
maxItems: 1 | ||
|
||
'#sound-dai-cells': | ||
const: 0 | ||
|
||
required: | ||
- compatible | ||
- reg | ||
- '#sound-dai-cells' | ||
|
||
unevaluatedProperties: false | ||
|
||
examples: | ||
- | | ||
i2c { | ||
#address-cells = <1>; | ||
#size-cells = <0>; | ||
codec@1a { | ||
compatible = "nxp,uda1342"; | ||
reg = <0x1a>; | ||
#sound-dai-cells = <0>; | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15089,6 +15089,7 @@ F: drivers/spi/spi-at91-usart.c | |
|
||
MICROCHIP AUDIO ASOC DRIVERS | ||
M: Claudiu Beznea <[email protected]> | ||
M: Andrei Simion <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
F: Documentation/devicetree/bindings/sound/atmel* | ||
|
@@ -15197,6 +15198,7 @@ F: include/video/atmel_lcdc.h | |
|
||
MICROCHIP MCP16502 PMIC DRIVER | ||
M: Claudiu Beznea <[email protected]> | ||
M: Andrei Simion <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
S: Supported | ||
F: Documentation/devicetree/bindings/regulator/microchip,mcp16502.yaml | ||
|
@@ -15328,6 +15330,7 @@ F: drivers/spi/spi-atmel.* | |
|
||
MICROCHIP SSC DRIVER | ||
M: Claudiu Beznea <[email protected]> | ||
M: Andrei Simion <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
S: Supported | ||
F: Documentation/devicetree/bindings/misc/atmel-ssc.txt | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.