Message ID | 1493905630-8788-4-git-send-email-jorge.ramirez-ortiz@linaro.org |
---|---|
State | New |
Headers | show |
Series | [1/5] ARM64: poplar: add device tree bindings | expand |
On Thu, May 04, 2017 at 03:47:09PM +0200, Jorge Ramirez-Ortiz wrote: > Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org> > --- > arch/arm/include/asm/mach-types.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm/include/asm/mach-types.h b/arch/arm/include/asm/mach-types.h > index 9f82efe..db06923 100644 > --- a/arch/arm/include/asm/mach-types.h > +++ b/arch/arm/include/asm/mach-types.h > @@ -5057,4 +5057,6 @@ > #define MACH_TYPE_NASM25 5112 > #define MACH_TYPE_TOMATO 5113 > #define MACH_TYPE_OMAP3_MRC3D 5114 > +#define MACH_TYPE_HI6220_HIKEY 5115 > +#define MACH_TYPE_HI3798CV200_POPLAR 5116 > #endif NAK. We've recently re-synced the mach type list and there's certainly no non-DT kernel support for this board. -- Tom
On 05/05/2017 04:32 PM, Tom Rini wrote: > On Thu, May 04, 2017 at 03:47:09PM +0200, Jorge Ramirez-Ortiz wrote: > >> Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org> >> --- >> arch/arm/include/asm/mach-types.h | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/arch/arm/include/asm/mach-types.h b/arch/arm/include/asm/mach-types.h >> index 9f82efe..db06923 100644 >> --- a/arch/arm/include/asm/mach-types.h >> +++ b/arch/arm/include/asm/mach-types.h >> @@ -5057,4 +5057,6 @@ >> #define MACH_TYPE_NASM25 5112 >> #define MACH_TYPE_TOMATO 5113 >> #define MACH_TYPE_OMAP3_MRC3D 5114 >> +#define MACH_TYPE_HI6220_HIKEY 5115 >> +#define MACH_TYPE_HI3798CV200_POPLAR 5116 >> #endif > NAK. We've recently re-synced the mach type list and there's certainly > no non-DT kernel support for this board. > OK
diff --git a/arch/arm/include/asm/mach-types.h b/arch/arm/include/asm/mach-types.h index 9f82efe..db06923 100644 --- a/arch/arm/include/asm/mach-types.h +++ b/arch/arm/include/asm/mach-types.h @@ -5057,4 +5057,6 @@ #define MACH_TYPE_NASM25 5112 #define MACH_TYPE_TOMATO 5113 #define MACH_TYPE_OMAP3_MRC3D 5114 +#define MACH_TYPE_HI6220_HIKEY 5115 +#define MACH_TYPE_HI3798CV200_POPLAR 5116 #endif
Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org> --- arch/arm/include/asm/mach-types.h | 2 ++ 1 file changed, 2 insertions(+)