git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b011053
)
arm: dts: k3-am69-r5-evm: Add the PMIC ESM node
author
Andrew Halaney
<ahalaney@redhat.com>
Sun, 27 Apr 2025 07:03:21 +0000
(12:33 +0530)
committer
Tom Rini
<trini@konsulko.com>
Fri, 2 May 2025 20:24:12 +0000
(14:24 -0600)
Add the PMIC ESM node which is responsible for triggering the PMIC
reset.
Suggested-by: Udit Kumar <u-kumar1@ti.com>
Signed-off-by: Andrew Halaney <ahalaney@redhat.com>
arch/arm/dts/k3-am69-r5-sk.dts
patch
|
blob
|
history
diff --git
a/arch/arm/dts/k3-am69-r5-sk.dts
b/arch/arm/dts/k3-am69-r5-sk.dts
index
9c6e324
..
e836264
100644
(file)
--- a/
arch/arm/dts/k3-am69-r5-sk.dts
+++ b/
arch/arm/dts/k3-am69-r5-sk.dts
@@
-10,3
+10,10
@@
#include "k3-j784s4-ddr.dtsi"
#include "k3-am69-sk-u-boot.dtsi"
#include "k3-j784s4-r5.dtsi"
+
+&tps659413 {
+ esm: esm {
+ compatible = "ti,tps659413-esm";
+ bootph-pre-ram;
+ };
+};