diff options
author | Madalin Bucur <madalin.bucur@freescale.com> | 2015-03-10 14:19:42 +0100 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2015-04-01 05:23:17 +0200 |
commit | 2e51563d07cf0caae03dd7f693d7545825326c29 (patch) | |
tree | a3e3401c0d913e8214e2633e781ad8f616dc6123 /arch/powerpc/include/asm/mpc85xx.h | |
parent | powerpc: Enable power monitor feature in defconfig for supported platforms (diff) | |
download | linux-2e51563d07cf0caae03dd7f693d7545825326c29.tar.xz linux-2e51563d07cf0caae03dd7f693d7545825326c29.zip |
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 |