diff options
Diffstat (limited to 'arch/arm/mach-hisi/hisilicon.c')
| -rw-r--r-- | arch/arm/mach-hisi/hisilicon.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-hisi/hisilicon.c b/arch/arm/mach-hisi/hisilicon.c index 7cda6dda3cd0..7744c351bbfd 100644 --- a/arch/arm/mach-hisi/hisilicon.c +++ b/arch/arm/mach-hisi/hisilicon.c | |||
| @@ -63,3 +63,12 @@ static const char *hix5hd2_compat[] __initconst = { | |||
| 63 | DT_MACHINE_START(HIX5HD2_DT, "Hisilicon HIX5HD2 (Flattened Device Tree)") | 63 | DT_MACHINE_START(HIX5HD2_DT, "Hisilicon HIX5HD2 (Flattened Device Tree)") |
| 64 | .dt_compat = hix5hd2_compat, | 64 | .dt_compat = hix5hd2_compat, |
| 65 | MACHINE_END | 65 | MACHINE_END |
| 66 | |||
| 67 | static const char *hip04_compat[] __initconst = { | ||
| 68 | "hisilicon,hip04-d01", | ||
| 69 | NULL, | ||
| 70 | }; | ||
| 71 | |||
| 72 | DT_MACHINE_START(HIP04, "Hisilicon HiP04 (Flattened Device Tree)") | ||
| 73 | .dt_compat = hip04_compat, | ||
| 74 | MACHINE_END | ||
