diff options
| author | Tom Rini <[email protected]> | 2026-03-13 14:59:50 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-03-13 16:17:15 -0600 |
| commit | adaa6203df4cc19f87e198552479c73d7bb3e0ff (patch) | |
| tree | b19e1062cb7a09dee421529d06a13b0d5caa7dce /arch | |
| parent | 1ad466eeae393b14fd70e5c414b37ca64413bf2b (diff) | |
| parent | 1fc549959f98b71d43d6193b94b8ff5c4c2b4685 (diff) | |
Merge patch series "arm: dts: k3-am68-r5-phycore-som: Add PMIC ESM node"
This series from Dominik Haller <[email protected]> adds and enables
support for the PMIC ESM node on some phycore-som based platforms.
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/dts/k3-am68-r5-phycore-som-4gb.dts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/dts/k3-am68-r5-phycore-som-4gb.dts b/arch/arm/dts/k3-am68-r5-phycore-som-4gb.dts index a2674a3e1f8..c641a2b59d6 100644 --- a/arch/arm/dts/k3-am68-r5-phycore-som-4gb.dts +++ b/arch/arm/dts/k3-am68-r5-phycore-som-4gb.dts @@ -14,6 +14,15 @@ #include "k3-am68-phyboard-izar-u-boot.dtsi" #include "k3-j721s2-r5.dtsi" +&pmic { + bootph-pre-ram; + + esm: esm { + compatible = "ti,tps659413-esm"; + bootph-pre-ram; + }; +}; + &wkup_vtm0 { bootph-pre-ram; vdd-supply-2 = <&vdd_cpu_avs>; |
