diff options
author | Colin Foster <colin.foster@in-advantage.com> | 2022-10-25 07:03:49 +0200 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2022-12-07 14:28:09 +0100 |
commit | 4c7ee9a38dcc347887511deb773624550f7629ca (patch) | |
tree | f5df5c1ba1ac9aa2f324db44722212373f8f3ab1 /Documentation | |
parent | dt-bindings: mfd: Add bindings for Ampere Altra SMPro MFD driver (diff) | |
download | linux-4c7ee9a38dcc347887511deb773624550f7629ca.tar.xz linux-4c7ee9a38dcc347887511deb773624550f7629ca.zip |
dt-bindings: mfd: ocelot: Remove spi-max-frequency from required properties
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
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/mfd/mscc,ocelot.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/mfd/mscc,ocelot.yaml b/Documentation/devicetree/bindings/mfd/mscc,ocelot.yaml index 8bf45a5673a4..c6da91211a18 100644 --- a/Documentation/devicetree/bindings/mfd/mscc,ocelot.yaml +++ b/Documentation/devicetree/bindings/mfd/mscc,ocelot.yaml @@ -61,7 +61,6 @@ required: - reg - '#address-cells' - '#size-cells' - - spi-max-frequency additionalProperties: false |