On Fri, 29 Sep 2023 16:28:42 +0200, Gatien Chevallier wrote:
From: Oleksii Moisieiev Oleksii_Moisieiev@epam.com
Introducing of the generic access controller bindings for the access controller provider and consumer devices. Those bindings are intended to allow a better handling of accesses to resources in a hardware architecture supporting several compartments.
This patch is based on [1]. It is integrated in this patchset as it provides a use-case for it.
Diffs with [1]:
- Rename feature-domain* properties to access-control* to narrow down the scope of the binding
- YAML errors and typos corrected.
- Example updated
- Some rephrasing in the binding description
Signed-off-by: Oleksii Moisieiev oleksii_moisieiev@epam.com Signed-off-by: Gatien Chevallier gatien.chevallier@foss.st.com
Changes in V5:
- Diffs with [1]
- Discarded the [IGNORE] tag as the patch is now part of the patchset
.../access-controllers/access-controller.yaml | 90 +++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 Documentation/devicetree/bindings/access-controllers/access-controller.yaml
My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check' on your patch (DT_CHECKER_FLAGS is new in v5.13):
yamllint warnings/errors:
dtschema/dtc warnings/errors: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/access-controllers/access-controller.yaml: access-control-provider: missing type definition
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/2023092914285...
The base for the series is generally the latest rc1. A different dependency should be noted in *this* patch.
If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date:
pip3 install dtschema --upgrade
Please check and re-submit after running the above command yourself. Note that DT_SCHEMA_FILES can be set to your schema file to speed up checking your schema. However, it must be unset to test all examples with your schema.