hisilicon.c (83bc90e11576f9c100f8ef4ba2bcd0b89212e3fb) | hisilicon.c (2d518eda6361b38ba3f250c5f4fceefa9449490a) |
---|---|
1/* 2 * (Hisilicon's SoC based) flattened device tree enabled machine 3 * 4 * Copyright (c) 2012-2013 Hisilicon Ltd. 5 * Copyright (c) 2012-2013 Linaro Ltd. 6 * 7 * Author: Haojian Zhuang <haojian.zhuang@linaro.org> 8 * --- 49 unchanged lines hidden (view full) --- 58static const char *hix5hd2_compat[] __initconst = { 59 "hisilicon,hix5hd2", 60 NULL, 61}; 62 63DT_MACHINE_START(HIX5HD2_DT, "Hisilicon HIX5HD2 (Flattened Device Tree)") 64 .dt_compat = hix5hd2_compat, 65MACHINE_END | 1/* 2 * (Hisilicon's SoC based) flattened device tree enabled machine 3 * 4 * Copyright (c) 2012-2013 Hisilicon Ltd. 5 * Copyright (c) 2012-2013 Linaro Ltd. 6 * 7 * Author: Haojian Zhuang <haojian.zhuang@linaro.org> 8 * --- 49 unchanged lines hidden (view full) --- 58static const char *hix5hd2_compat[] __initconst = { 59 "hisilicon,hix5hd2", 60 NULL, 61}; 62 63DT_MACHINE_START(HIX5HD2_DT, "Hisilicon HIX5HD2 (Flattened Device Tree)") 64 .dt_compat = hix5hd2_compat, 65MACHINE_END |
66 67static const char *hip04_compat[] __initconst = { 68 "hisilicon,hip04-d01", 69 NULL, 70}; 71 72DT_MACHINE_START(HIP04, "Hisilicon HiP04 (Flattened Device Tree)") 73 .dt_compat = hip04_compat, 74MACHINE_END |
|