arm: dts: k3-j7200: Add ESM PMIC support for tps659413
On J7200 processor board MCU_SAFETY_ERROR signal is routed to PMIC for ESM error handling. The PMIC resets the board on receipt of the signal. Enable the support for the board by adding ESM PMIC node. Signed-off-by: Gowtham Tammana <g-tammana@ti.com>
This commit is contained in:
parent
52c1d69d7d
commit
a2fe67e24a
|
|
@ -0,0 +1,11 @@
|
|||
// SPDX-License-Identifier: GPL-2.0
|
||||
/*
|
||||
* Copyright (C) 2021 Texas Instruments Incorporated - http://www.ti.com/
|
||||
*/
|
||||
|
||||
&tps659413 {
|
||||
esm: esm {
|
||||
compatible = "ti,tps659413-esm";
|
||||
u-boot,dm-spl;
|
||||
};
|
||||
};
|
||||
Loading…
Reference in New Issue