mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-20 12:59:33 +07:00
dt-bindings: geni-se: Add interconnect binding for GENI QUP
Add documentation for the interconnect and interconnect-names properties for the GENI QUP. Signed-off-by: Akash Asthana <akashast@codeaurora.org> Reviewed-by: Stephen Boyd <swboyd@chromium.org> Signed-off-by: Rob Herring <robh@kernel.org>
This commit is contained in:
parent
3c2088430d
commit
add953dc47
@ -45,6 +45,12 @@ properties:
|
|||||||
|
|
||||||
ranges: true
|
ranges: true
|
||||||
|
|
||||||
|
interconnects:
|
||||||
|
maxItems: 1
|
||||||
|
|
||||||
|
interconnect-names:
|
||||||
|
const: qup-core
|
||||||
|
|
||||||
required:
|
required:
|
||||||
- compatible
|
- compatible
|
||||||
- reg
|
- reg
|
||||||
@ -72,6 +78,17 @@ patternProperties:
|
|||||||
description: Serial engine core clock needed by the device.
|
description: Serial engine core clock needed by the device.
|
||||||
maxItems: 1
|
maxItems: 1
|
||||||
|
|
||||||
|
interconnects:
|
||||||
|
minItems: 2
|
||||||
|
maxItems: 3
|
||||||
|
|
||||||
|
interconnect-names:
|
||||||
|
minItems: 2
|
||||||
|
items:
|
||||||
|
- const: qup-core
|
||||||
|
- const: qup-config
|
||||||
|
- const: qup-memory
|
||||||
|
|
||||||
required:
|
required:
|
||||||
- reg
|
- reg
|
||||||
- clock-names
|
- clock-names
|
||||||
|
Loading…
Reference in New Issue
Block a user