The "select" in schema is not necessary anymore since dtschema drops simple-mfd when constructing the select/filter query for schemas with compatibles.
Acked-by: Conor Dooley <[email protected]> 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 a3a5243b91706..7cf9a6fa1e5be 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

