The select schema is not necessary because the raspberrypi,bcm2835-firmware compatible is already matched by the compatible string values. The documentation says "Most bindings should not need select", so remove it.
Signed-off-by: Gregor Herburger <[email protected]> --- .../bindings/arm/bcm/raspberrypi,bcm2835-firmware.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Documentation/devicetree/bindings/arm/bcm/raspberrypi,bcm2835-firmware.yaml b/Documentation/devicetree/bindings/arm/bcm/raspberrypi,bcm2835-firmware.yaml index a3a5243b9170..7cf9a6fa1e5b 100644 --- a/Documentation/devicetree/bindings/arm/bcm/raspberrypi,bcm2835-firmware.yaml +++ b/Documentation/devicetree/bindings/arm/bcm/raspberrypi,bcm2835-firmware.yaml @@ -10,15 +10,6 @@ maintainers: - Eric Anholt <[email protected]> - Stefan Wahren <[email protected]> -select: - properties: - compatible: - contains: - const: raspberrypi,bcm2835-firmware - - required: - - compatible - properties: compatible: oneOf: -- 2.47.3

