diff options
author | Suman Anna <s-anna@ti.com> | 2021-05-13 20:10:57 -0500 |
---|---|---|
committer | Lokesh Vutla <lokeshvutla@ti.com> | 2021-05-27 14:53:14 +0530 |
commit | 7194a95d139ee6267642b8ae4932d836ce4c4a0e (patch) | |
tree | 22f16cdcc530b5678cce34b3922437d68e6a4feb /arch | |
parent | a97ee92e4adb66098be879f399a5877ae76cc684 (diff) | |
download | u-boot-7194a95d139ee6267642b8ae4932d836ce4c4a0e.zip u-boot-7194a95d139ee6267642b8ae4932d836ce4c4a0e.tar.gz u-boot-7194a95d139ee6267642b8ae4932d836ce4c4a0e.tar.bz2 |
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>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/k3-am642-sk-u-boot.dtsi | 4 |
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 4ac7f5d..35b49df 100644 --- a/arch/arm/dts/k3-am642-sk-u-boot.dtsi +++ b/arch/arm/dts/k3-am642-sk-u-boot.dtsi @@ -60,6 +60,10 @@ &dmsc { u-boot,dm-spl; + k3_sysreset: sysreset-controller { + compatible = "ti,sci-sysreset"; + u-boot,dm-spl; + }; }; &k3_pds { |