|
@@ -45,7 +45,7 @@ static void __init hi3620_map_io(void)
|
|
|
iotable_init(hi3620_io_desc, ARRAY_SIZE(hi3620_io_desc));
|
|
|
}
|
|
|
|
|
|
-static const char *hi3xxx_compat[] __initconst = {
|
|
|
+static const char *const hi3xxx_compat[] __initconst = {
|
|
|
"hisilicon,hi3620-hi4511",
|
|
|
NULL,
|
|
|
};
|
|
@@ -55,7 +55,7 @@ DT_MACHINE_START(HI3620, "Hisilicon Hi3620 (Flattened Device Tree)")
|
|
|
.dt_compat = hi3xxx_compat,
|
|
|
MACHINE_END
|
|
|
|
|
|
-static const char *hix5hd2_compat[] __initconst = {
|
|
|
+static const char *const hix5hd2_compat[] __initconst = {
|
|
|
"hisilicon,hix5hd2",
|
|
|
NULL,
|
|
|
};
|
|
@@ -64,7 +64,7 @@ DT_MACHINE_START(HIX5HD2_DT, "Hisilicon HIX5HD2 (Flattened Device Tree)")
|
|
|
.dt_compat = hix5hd2_compat,
|
|
|
MACHINE_END
|
|
|
|
|
|
-static const char *hip04_compat[] __initconst = {
|
|
|
+static const char *const hip04_compat[] __initconst = {
|
|
|
"hisilicon,hip04-d01",
|
|
|
NULL,
|
|
|
};
|
|
@@ -73,7 +73,7 @@ DT_MACHINE_START(HIP04, "Hisilicon HiP04 (Flattened Device Tree)")
|
|
|
.dt_compat = hip04_compat,
|
|
|
MACHINE_END
|
|
|
|
|
|
-static const char *hip01_compat[] __initconst = {
|
|
|
+static const char *const hip01_compat[] __initconst = {
|
|
|
"hisilicon,hip01",
|
|
|
"hisilicon,hip01-ca9x2",
|
|
|
NULL,
|