]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: ti: keystone: k2g: Remove ti,system-reboot-controller property
authorAndrew Davis <afd@ti.com>
Tue, 26 Mar 2024 22:37:29 +0000 (17:37 -0500)
committerNishanth Menon <nm@ti.com>
Tue, 9 Apr 2024 16:05:19 +0000 (11:05 -0500)
The property ti,system-reboot-controller is no longer needed as the reboot
handler is now always registered. Remove this property.

While here remove the comment about delete-property, all K2G platforms use
PMMC, and it wasn't good advice anyway.

Signed-off-by: Andrew Davis <afd@ti.com>
Link: https://lore.kernel.org/r/20240326223730.54639-4-afd@ti.com
Signed-off-by: Nishanth Menon <nm@ti.com>
arch/arm/boot/dts/ti/keystone/keystone-k2g.dtsi

index 790b29ab0fa2cdc0b73105a406de3eab23ade9c5..dafe485dfe197f2aa13c259cd54c3efeb209e0f3 100644 (file)
 
                pmmc: system-controller@2921c00 {
                        compatible = "ti,k2g-sci";
-                       /*
-                        * In case of rare platforms that does not use k2g as
-                        * system master, use /delete-property/
-                        */
-                       ti,system-reboot-controller;
                        mbox-names = "rx", "tx";
                        mboxes = <&msgmgr 5 2>,
                                <&msgmgr 0 0>;