diff options
| author | Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com> | 2025-06-10 12:01:48 -0400 |
|---|---|---|
| committer | Shawn Guo <shawnguo@kernel.org> | 2025-07-01 22:23:05 +0800 |
| commit | dfc46cdc522d55d54a3d1ab4558e1a06896de37e (patch) | |
| tree | 1c4fe2e270b77313962ed3b7a86ddaeb956e795b /Documentation/devicetree/bindings | |
| parent | fdb5a1cb8b91feea844ef21c8f41a3dab916111e (diff) | |
dt-bindings: dsp: fsl,dsp: document 'access-controllers' property
Some DSP instances may have their access to certain peripherals
conditioned by a bus access controller such as the one from the
AIPSTZ bridge.
Add the optional 'access-controllers' property, which may be used
in such cases.
Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings')
| -rw-r--r-- | Documentation/devicetree/bindings/dsp/fsl,dsp.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/dsp/fsl,dsp.yaml b/Documentation/devicetree/bindings/dsp/fsl,dsp.yaml index b8693e4b4b0d..e610b7636a08 100644 --- a/Documentation/devicetree/bindings/dsp/fsl,dsp.yaml +++ b/Documentation/devicetree/bindings/dsp/fsl,dsp.yaml @@ -91,6 +91,9 @@ properties: - const: runstall - const: softreset + access-controllers: + maxItems: 1 + required: - compatible - reg |
