Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linux
[drm/drm-misc.git] / Documentation / devicetree / bindings / sound / asahi-kasei,ak4554.yaml
blobc77d85df239e117b31d469e96bfd92e653fae8be
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
2 %YAML 1.2
3 ---
4 $id: http://devicetree.org/schemas/sound/asahi-kasei,ak4554.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: AK4554 sound codec
9 maintainers:
10   - Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
11   - Liam Girdwood <lgirdwood@gmail.com>
12   - Mark Brown <broonie@kernel.org>
14 properties:
15   compatible:
16     const: asahi-kasei,ak4554
18 required:
19   - compatible
21 additionalProperties: false
23 examples:
24   - |
25     codec {
26         compatible = "asahi-kasei,ak4554";
27     };