diff options
author | Madalin Bucur <madalin.bucur@freescale.com> | 2015-03-10 15:19:42 +0200 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2015-03-31 22:23:17 -0500 |
commit | 2e51563d07cf0caae03dd7f693d7545825326c29 (patch) | |
tree | a3e3401c0d913e8214e2633e781ad8f616dc6123 /arch/powerpc/include/asm/mpc85xx.h | |
parent | 9be53cf76fec65b610286f32ce0a2535eb95b79a (diff) | |
download | linux-2e51563d07cf0caae03dd7f693d7545825326c29.tar.gz |
powerpc/fsl-booke: Add T4080 SVR value
Signed-off-by: Madalin Bucur <madalin.bucur@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'arch/powerpc/include/asm/mpc85xx.h')
-rw-r--r-- | arch/powerpc/include/asm/mpc85xx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/mpc85xx.h b/arch/powerpc/include/asm/mpc85xx.h index 3bef74a9914b..213f3a81593d 100644 --- a/arch/powerpc/include/asm/mpc85xx.h +++ b/arch/powerpc/include/asm/mpc85xx.h @@ -61,6 +61,7 @@ #define SVR_T4240 0x824000 #define SVR_T4120 0x824001 #define SVR_T4160 0x824100 +#define SVR_T4080 0x824102 #define SVR_C291 0x850000 #define SVR_C292 0x850020 #define SVR_C293 0x850030 |