summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuman Anna <s-anna@ti.com>2021-05-06 19:28:07 -0500
committerPraneeth Bajjuri <praneeth@ti.com>2021-05-06 21:27:46 -0500
commitfbbc964a3514d99430f66600603b7ae348b64cd4 (patch)
tree495ed423379ff6cfaa7b0de6aded88618b27516f
parent1e7e08c4faa344e0c61ae66c21fa5b387fd8fe62 (diff)
arm: dts: k3-am642-sk: Add sysreset controller node
The AM64x SoC uses a central Device Management and Security Controller (DMSC) processor that manages all the low-level device controls including the system-wide SoC reset. The system-wide reset is managed through the system reset driver. Add a sysreset controller node as a child of the dmsc node to enable the "reset" command from U-Boot prompt for the K3 AM642 SK. Signed-off-by: Suman Anna <s-anna@ti.com>
-rw-r--r--arch/arm/dts/k3-am642-sk-u-boot.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/k3-am642-sk-u-boot.dtsi b/arch/arm/dts/k3-am642-sk-u-boot.dtsi
index 6b793f5ac6..f43efe518f 100644
--- a/arch/arm/dts/k3-am642-sk-u-boot.dtsi
+++ b/arch/arm/dts/k3-am642-sk-u-boot.dtsi
@@ -64,6 +64,10 @@
&dmsc {
u-boot,dm-spl;
+ k3_sysreset: sysreset-controller {
+ compatible = "ti,sci-sysreset";
+ u-boot,dm-spl;
+ };
};
&k3_pds {