Skip to content

Commit 832cf6e

Browse files
committed
Merge tag 'ti-keystone-dt-for-v6.10' of https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux into soc/dt
Keystone2 device tree updates for v6.10 Generic Cleanups/Fixes: - Remove custom ti,system-reboot-controller property * tag 'ti-keystone-dt-for-v6.10' of https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux: dt-bindings: arm: keystone: Remove ti,system-reboot-controller property ARM: dts: ti: keystone: k2g: Remove ti,system-reboot-controller property Link: https://lore.kernel.org/r/20240501124309.3cj5b3gjf3cpimut@outsell Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2 parents 0ea32f5 + 60242b2 commit 832cf6e

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

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>;

arch/arm/boot/dts/ti/keystone/keystone-k2g.dtsi

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -256,11 +256,6 @@
256256

257257
pmmc: system-controller@2921c00 {
258258
compatible = "ti,k2g-sci";
259-
/*
260-
* In case of rare platforms that does not use k2g as
261-
* system master, use /delete-property/
262-
*/
263-
ti,system-reboot-controller;
264259
mbox-names = "rx", "tx";
265260
mboxes = <&msgmgr 5 2>,
266261
<&msgmgr 0 0>;

0 commit comments

Comments
 (0)