lkml.org 
[lkml]   [2020]   [Sep]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH v2 1/2] MIPS: Ingenic: Add system type for new Ingenic SoCs.
From
Date
Hello Thomas,

在 2020/9/22 上午4:13, Thomas Bogendoerfer 写道:
> On Tue, Sep 22, 2020 at 01:45:21AM +0800, 周琰杰 (Zhou Yanjie) wrote:
>> @@ -56,9 +64,13 @@ static const struct of_device_id ingenic_of_match[] __initconst = {
>> { .compatible = "ingenic,jz4740", .data = (void *)MACH_INGENIC_JZ4740 },
>> { .compatible = "ingenic,jz4725b", .data = (void *)MACH_INGENIC_JZ4725B },
>> { .compatible = "ingenic,jz4770", .data = (void *)MACH_INGENIC_JZ4770 },
>> + { .compatible = "ingenic,jz4775", .data = (void *)MACH_INGENIC_JZ4775 },
>> { .compatible = "ingenic,jz4780", .data = (void *)MACH_INGENIC_JZ4780 },
>> { .compatible = "ingenic,x1000", .data = (void *)MACH_INGENIC_X1000 },
>> + { .compatible = "ingenic,x1000e", .data = (void *)MACH_INGENIC_X1000E },
>> { .compatible = "ingenic,x1830", .data = (void *)MACH_INGENIC_X1830 },
>> + { .compatible = "ingenic,x2000", .data = (void *)MACH_INGENIC_X2000 },
>> + { .compatible = "ingenic,x2000e", .data = (void *)MACH_INGENIC_X2000E },
> I get a warning from checkpatch:
>
> WARNING: DT compatible string "ingenic,x2000e" appears un-documented -- check ./Documentation/devicetree/bindings/


My fault, I will fix this in the next version.

Thanks and best regards!

> Thomas.
>

\
 
 \ /
  Last update: 2020-09-22 02:59    [W:0.077 / U:0.504 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site