realtek,rt1015p.yaml (eb7ab747efd600382bc2e9406ea1fc2a867e9804) | realtek,rt1015p.yaml (0aeb17d1728257f29131a290f0cc8e281cc7274c) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/sound/realtek,rt1015p.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: Realtek rt1015p codec devicetree bindings 8 9maintainers: 10 - Tzung-Bi Shih <tzungbi@google.com> 11 12description: | 13 Rt1015p is a rt1015 variant which does not support I2C and 14 only supports S24, 48kHz, 64FS. 15 16properties: 17 compatible: | 1# SPDX-License-Identifier: GPL-2.0 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/sound/realtek,rt1015p.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: Realtek rt1015p codec devicetree bindings 8 9maintainers: 10 - Tzung-Bi Shih <tzungbi@google.com> 11 12description: | 13 Rt1015p is a rt1015 variant which does not support I2C and 14 only supports S24, 48kHz, 64FS. 15 16properties: 17 compatible: |
18 oneOf: 19 - const: realtek,rt1015p 20 - const: realtek,rt1019p | 18 enum: 19 - realtek,rt1015p 20 - realtek,rt1019p |
21 22 sdb-gpios: 23 description: 24 GPIO used for shutdown control. 25 0 means shut down; 1 means power on. 26 maxItems: 1 27 28required: --- 12 unchanged lines hidden --- | 21 22 sdb-gpios: 23 description: 24 GPIO used for shutdown control. 25 0 means shut down; 1 means power on. 26 maxItems: 1 27 28required: --- 12 unchanged lines hidden --- |