Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: dt-bindings: ak4554: Convert to dtschema

Convert the AK4554 sound codec bindings to DT schema.

Signed-off-by: Animesh Agarwal <animeshagarwal28@gmail.com>
Cc: Daniel Baluta <daniel.baluta@nxp.com>
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://lore.kernel.org/r/20240607055725.38057-1-animeshagarwal28@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Animesh Agarwal and committed by
Mark Brown
0ac3f1a4 40751808

+27 -11
-11
Documentation/devicetree/bindings/sound/ak4554.txt
··· 1 - AK4554 ADC/DAC 2 - 3 - Required properties: 4 - 5 - - compatible : "asahi-kasei,ak4554" 6 - 7 - Example: 8 - 9 - ak4554-adc-dac { 10 - compatible = "asahi-kasei,ak4554"; 11 - };
+27
Documentation/devicetree/bindings/sound/asahi-kasei,ak4554.yaml
··· 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# 6 + 7 + title: AK4554 sound codec 8 + 9 + maintainers: 10 + - Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> 11 + - Liam Girdwood <lgirdwood@gmail.com> 12 + - Mark Brown <broonie@kernel.org> 13 + 14 + properties: 15 + compatible: 16 + const: asahi-kasei,ak4554 17 + 18 + required: 19 + - compatible 20 + 21 + additionalProperties: false 22 + 23 + examples: 24 + - | 25 + codec { 26 + compatible = "asahi-kasei,ak4554"; 27 + };