diff mbox series

[4/5] arm: mach-types: add hikey and poplar

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

Commit Message

Jorge Ramirez-Ortiz May 4, 2017, 1:47 p.m. UTC
Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
---
 arch/arm/include/asm/mach-types.h | 2 ++
 1 file changed, 2 insertions(+)

Comments

Tom Rini May 5, 2017, 2:32 p.m. UTC | #1
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
Jorge Ramirez-Ortiz May 5, 2017, 4:55 p.m. UTC | #2
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 mbox series

Patch

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