diff options
author | Krzysztof Kozlowski <[email protected]> | 2023-07-28 19:11:23 +0200 |
---|---|---|
committer | Lee Jones <[email protected]> | 2023-08-17 11:29:07 +0100 |
commit | f044ae6b5a215df5420705dbaa287c59d8d5ef6b (patch) | |
tree | 818b5ee9ddb582ee1e2ff50a1d4a8d1b382dd43e | |
parent | c3f853184bed04105682383c2971798c572226b5 (diff) |
dt-bindings: leds: rohm,bd71828: Drop select:false
select:false makes the schema basically ignored (not selected for given
compatible), unless some other binding references it. It's not really
useful nor needed for device bindings, even if they are part of other
binding (like MFD).
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Matti Vaittinen <[email protected]>
Reviewed-by: Conor Dooley <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Lee Jones <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/leds/rohm,bd71828-leds.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/leds/rohm,bd71828-leds.yaml b/Documentation/devicetree/bindings/leds/rohm,bd71828-leds.yaml index 58f0d94c6d71..b7a3ef76cbf4 100644 --- a/Documentation/devicetree/bindings/leds/rohm,bd71828-leds.yaml +++ b/Documentation/devicetree/bindings/leds/rohm,bd71828-leds.yaml @@ -18,8 +18,6 @@ description: | The device has two LED outputs referred as GRNLED and AMBLED in data-sheet. -select: false - properties: compatible: const: rohm,bd71828-leds |