Message ID | 20230728171123.110489-1-krzysztof.kozlowski@linaro.org |
---|---|
State | New |
Headers | show |
Series | dt-bindings: leds: rohm,bd71828: Drop select:false | expand |
On Fri, Jul 28, 2023 at 07:11:23PM +0200, Krzysztof Kozlowski wrote: > 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 <krzysztof.kozlowski@linaro.org> Reviewed-by: Conor Dooley <conor.dooley@microchip.com> Thanks, Conor.
On 7/28/23 20:11, Krzysztof Kozlowski wrote: > 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 <krzysztof.kozlowski@linaro.org> Reviewed-by: Matti Vaittinen <mazziesaccount@gmail.com> Yours, Matti
On Fri, 28 Jul 2023 19:11:23 +0200, Krzysztof Kozlowski wrote: > 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). > > Applied, thanks! [1/1] dt-bindings: leds: rohm,bd71828: Drop select:false commit: f044ae6b5a215df5420705dbaa287c59d8d5ef6b -- Lee Jones [李琼斯]
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
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 <krzysztof.kozlowski@linaro.org> --- Documentation/devicetree/bindings/leds/rohm,bd71828-leds.yaml | 2 -- 1 file changed, 2 deletions(-)