aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2024-03-26 17:37:30 -0500
committerNishanth Menon <nm@ti.com>2024-04-09 11:05:19 -0500
commit60242b20fe784ef9142050be8b68bd85e94be557 (patch)
tree27e664b12478516b40fa7d51ade689fef25d2b83
parent345d22f4f45369a33b416a96c92bc273e41d695b (diff)
downloadlinux-ti-keystone-dts-next.tar.gz
dt-bindings: arm: keystone: Remove ti,system-reboot-controller propertyti-keystone-dt-for-v6.10ti-keystone-dts-next
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>
-rw-r--r--Documentation/devicetree/bindings/arm/keystone/ti,sci.yaml5
1 files changed, 0 insertions, 5 deletions
diff --git a/Documentation/devicetree/bindings/arm/keystone/ti,sci.yaml b/Documentation/devicetree/bindings/arm/keystone/ti,sci.yaml
index c24ad0968f3ef1..7f06b108024491 100644
--- a/Documentation/devicetree/bindings/arm/keystone/ti,sci.yaml
+++ b/Documentation/devicetree/bindings/arm/keystone/ti,sci.yaml
@@ -61,10 +61,6 @@ properties:
mboxes:
minItems: 2
- ti,system-reboot-controller:
- description: Determines If system reboot can be triggered by SoC reboot
- type: boolean
-
ti,host-id:
$ref: /schemas/types.yaml#/definitions/uint32
description: |
@@ -94,7 +90,6 @@ examples:
- |
pmmc: system-controller@2921800 {
compatible = "ti,k2g-sci";
- ti,system-reboot-controller;
mbox-names = "rx", "tx";
mboxes = <&msgmgr 5 2>,
<&msgmgr 0 0>;