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

Configure Feed

Select the types of activity you want to include in your feed.

ASoC: Modified the schema binding and added the vendor prefixes.

Signed-off-by: Kiseok Jo <kiseok.jo@irondevice.com>
Link: https://lore.kernel.org/r/20230126020156.3252-4-kiseok.jo@irondevice.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Kiseok Jo and committed by
Mark Brown
dcf6d2ef 68cd394e

+34
+32
Documentation/devicetree/bindings/sound/irondevice,sma1303.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/irondevice,sma1303.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 + 7 + title: Iron Device SMA1303 Audio Amplifier 8 + 9 + maintainers: 10 + - Kiseok Jo <kiseok.jo@irondevice.com> 11 + 12 + description: 13 + SMA1303 digital class-D audio amplifier with an integrated boost converter. 14 + 15 + allOf: 16 + - $ref: name-prefix.yaml# 17 + 18 + required: 19 + - compatible 20 + - reg 21 + 22 + additionalProperties: true 23 + 24 + examples: 25 + - | 26 + #include <dt-bindings/gpio/gpio.h> 27 + i2c_bus { 28 + sma1303_amp: sma1303@1e { 29 + compatible = "irondevice,sma1303"; 30 + reg = <0x1e>; 31 + }; 32 + };
+2
Documentation/devicetree/bindings/vendor-prefixes.yaml
··· 635 635 description: Inverse Path 636 636 "^iom,.*": 637 637 description: Iomega Corporation 638 + "^irondevice,.*": 639 + description: Iron Device Corporation 638 640 "^isee,.*": 639 641 description: ISEE 2007 S.L. 640 642 "^isil,.*":