diff options
author | Keerthy <j-keerthy@ti.com> | 2019-10-24 15:00:49 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-11-07 18:39:16 -0500 |
commit | 9a03e50c5fad1daff7335dafa5b8b7e2a66ce6c9 (patch) | |
tree | f3177ed8eb72992e9153e3e4d13d66fdc3db8afc /include/k3-avs.h | |
parent | 22e8f18980d645f2489fa3f9cb034e416940df66 (diff) | |
download | u-boot-9a03e50c5fad1daff7335dafa5b8b7e2a66ce6c9.tar.gz u-boot-9a03e50c5fad1daff7335dafa5b8b7e2a66ce6c9.tar.bz2 u-boot-9a03e50c5fad1daff7335dafa5b8b7e2a66ce6c9.zip |
misc: k3_avs: Add j721e support
j721e SoCs have different OPP tables. Add support for the same.
Note: DM Still has lot of voltages TBD hence the correct
values need to be programmed once they are published.
Signed-off-by: Keerthy <j-keerthy@ti.com>
Diffstat (limited to 'include/k3-avs.h')
-rw-r--r-- | include/k3-avs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/k3-avs.h b/include/k3-avs.h index 9867481617..e3c3cafbb9 100644 --- a/include/k3-avs.h +++ b/include/k3-avs.h @@ -16,6 +16,8 @@ #define AM6_VDD_MPU0 3 #define AM6_VDD_MPU1 4 +#define J721E_VDD_MPU 2 + #define NUM_OPPS 4 #define AM6_OPP_NOM 1 |