Skip to content

Commit a944cfd

Browse files
shubhraamdsre
authored andcommitted
dt-bindings: power: reset: xilinx: Make "interrupts" property optional
The "interrupts" property in the ZynqMP power/reset binding was previously marked as required. However, there are multiple mechanisms for handling power/reset events, including: -Event management registration, -Mailbox (mboxes), -Interrupts (interrupts). When event management support is available (default on Versal SoC), the "interrupts" property is not used hence not required. Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@amd.com> Acked-by: Rob Herring (Arm) <robh@kernel.org> Acked-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/20250217095226.12606-1-shubhrajyoti.datta@amd.com Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
1 parent e7b2d6f commit a944cfd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Documentation/devicetree/bindings/power/reset/xlnx,zynqmp-power.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ properties:
4646

4747
required:
4848
- compatible
49-
- interrupts
5049

5150
additionalProperties: false
5251

0 commit comments

Comments
 (0)