Contributors: 4
Author |
Tokens |
Token Proportion |
Commits |
Commit Proportion |
Daniel Tang |
35 |
92.11% |
1 |
25.00% |
Thomas Gleixner |
1 |
2.63% |
1 |
25.00% |
Uwe Kleine-König |
1 |
2.63% |
1 |
25.00% |
Andrew F. Davis |
1 |
2.63% |
1 |
25.00% |
Total |
38 |
|
4 |
|
// SPDX-License-Identifier: GPL-2.0-only
/*
* Copyright (C) 2013 Daniel Tang <tangrs@tangrs.id.au>
*/
#include <asm/mach/arch.h>
static const char *const nspire_dt_match[] __initconst = {
"ti,nspire",
"ti,nspire-cx",
"ti,nspire-tp",
"ti,nspire-clp",
NULL,
};
DT_MACHINE_START(NSPIRE, "TI-NSPIRE")
.dt_compat = nspire_dt_match,
MACHINE_END