dt-bindings: mfd: ocelot: Remove spi-max-frequency from required properties
authorColin Foster <colin.foster@in-advantage.com>
Tue, 25 Oct 2022 05:03:49 +0000 (22:03 -0700)
committerLee Jones <lee@kernel.org>
Wed, 7 Dec 2022 13:28:09 +0000 (13:28 +0000)
The property spi-max-frequency was initially documented as a required
property. It is not actually required, and will break bindings validation
if other control mediums (e.g. PCIe) are used.

Remove this property from the required arguments.

Signed-off-by: Colin Foster <colin.foster@in-advantage.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Lee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/20221025050355.3979380-2-colin.foster@in-advantage.com
Documentation/devicetree/bindings/mfd/mscc,ocelot.yaml

index 8bf45a5..c6da912 100644 (file)
@@ -61,7 +61,6 @@ required:
   - reg
   - '#address-cells'
   - '#size-cells'
-  - spi-max-frequency
 
 additionalProperties: false