From 9a03e50c5fad1daff7335dafa5b8b7e2a66ce6c9 Mon Sep 17 00:00:00 2001 From: Keerthy Date: Thu, 24 Oct 2019 15:00:49 +0530 Subject: 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 --- include/k3-avs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/k3-avs.h b/include/k3-avs.h index 9867481..e3c3caf 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 -- cgit v1.1