trigger-source.yaml (8dd06ef34b6e2f41b29fbf5fc1663780f2524285) trigger-source.yaml (6a0e321ea735691e726d84ee29a1a3fd3fc3541a)
1# SPDX-License-Identifier: GPL-2.0-only
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/leds/trigger-source.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Trigger source providers
8

--- 7 unchanged lines hidden (view full) ---

16
17properties:
18 '#trigger-source-cells':
19 description:
20 Number of cells in a source trigger. Typically 0 for nodes of simple
21 trigger sources (e.g. a specific USB port).
22 enum: [ 0, 1 ]
23
1# SPDX-License-Identifier: GPL-2.0-only
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/leds/trigger-source.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Trigger source providers
8

--- 7 unchanged lines hidden (view full) ---

16
17properties:
18 '#trigger-source-cells':
19 description:
20 Number of cells in a source trigger. Typically 0 for nodes of simple
21 trigger sources (e.g. a specific USB port).
22 enum: [ 0, 1 ]
23
24additionalProperties: true
25
24...
26...