Skip to content

Commit 60242b2

Browse files
glneonmenon
authored andcommitted
dt-bindings: arm: keystone: Remove ti,system-reboot-controller property
This property was only ever used in one device. It is no longer needed as what it signaled is now default. Remove this unneeded/unused property. Signed-off-by: Andrew Davis <afd@ti.com> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20240326223730.54639-5-afd@ti.com Signed-off-by: Nishanth Menon <nm@ti.com>
1 parent 345d22f commit 60242b2

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

  • Documentation/devicetree/bindings/arm/keystone

Documentation/devicetree/bindings/arm/keystone/ti,sci.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,6 @@ properties:
6161
mboxes:
6262
minItems: 2
6363

64-
ti,system-reboot-controller:
65-
description: Determines If system reboot can be triggered by SoC reboot
66-
type: boolean
67-
6864
ti,host-id:
6965
$ref: /schemas/types.yaml#/definitions/uint32
7066
description: |
@@ -94,7 +90,6 @@ examples:
9490
- |
9591
pmmc: system-controller@2921800 {
9692
compatible = "ti,k2g-sci";
97-
ti,system-reboot-controller;
9893
mbox-names = "rx", "tx";
9994
mboxes = <&msgmgr 5 2>,
10095
<&msgmgr 0 0>;

0 commit comments

Comments
 (0)