Message ID | 20221025050355.3979380-2-colin.foster@in-advantage.com (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | dt-binding preparation for ocelot switches | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Clearly marked for net-next |
netdev/fixes_present | success | Fixes tag not required for -next series |
netdev/subject_prefix | success | Link |
netdev/cover_letter | success | Series has a cover letter |
netdev/patch_count | success | Link |
netdev/header_inline | success | No static functions without inline keyword in header files |
netdev/build_32bit | success | Errors and warnings before: 0 this patch: 0 |
netdev/cc_maintainers | success | CCed 8 of 8 maintainers |
netdev/build_clang | success | Errors and warnings before: 0 this patch: 0 |
netdev/module_param | success | Was 0 now: 0 |
netdev/verify_signedoff | success | Signed-off-by tag matches author and committer |
netdev/check_selftest | success | No net selftest shell script |
netdev/verify_fixes | success | No Fixes tag |
netdev/build_allmodconfig_warn | success | Errors and warnings before: 0 this patch: 0 |
netdev/checkpatch | success | total: 0 errors, 0 warnings, 0 checks, 7 lines checked |
netdev/kdoc | success | Errors and warnings before: 0 this patch: 0 |
netdev/source_inline | success | Was 0 now: 0 |
On Mon, 24 Oct 2022, Colin Foster wrote: > 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> > --- > Documentation/devicetree/bindings/mfd/mscc,ocelot.yaml | 1 - > 1 file changed, 1 deletion(-) Applied, thanks.
On Mon, Oct 31, 2022 at 03:36:14PM +0000, Lee Jones wrote: > On Mon, 24 Oct 2022, Colin Foster wrote: > > > 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> > > --- > > Documentation/devicetree/bindings/mfd/mscc,ocelot.yaml | 1 - > > 1 file changed, 1 deletion(-) > > Applied, thanks. Thanks Lee > > -- > Lee Jones [李琼斯]
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