Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[sfrench/cifs-2.6.git] / arch / arm / mach-hisi / hisilicon.c
index 7cda6dda3cd000a2c89bab157ff83d03ad6d9bdb..7744c351bbfd6d7f4efdf631c0050159779f96e0 100644 (file)
@@ -63,3 +63,12 @@ static const char *hix5hd2_compat[] __initconst = {
 DT_MACHINE_START(HIX5HD2_DT, "Hisilicon HIX5HD2 (Flattened Device Tree)")
        .dt_compat      = hix5hd2_compat,
 MACHINE_END
+
+static const char *hip04_compat[] __initconst = {
+       "hisilicon,hip04-d01",
+       NULL,
+};
+
+DT_MACHINE_START(HIP04, "Hisilicon HiP04 (Flattened Device Tree)")
+       .dt_compat      = hip04_compat,
+MACHINE_END