Cosmetic change to keep the chipinfo entries ordered. Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> --- drivers/clk/clk-qoric.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/clk/clk-qoric.c b/drivers/clk/clk-qoric.c index 895810ccd1..49859077f6 100644 --- a/drivers/clk/clk-qoric.c +++ b/drivers/clk/clk-qoric.c @@ -203,6 +203,13 @@ static void __init t2080_init_periph(struct clockgen *cg) cg->fman[0] = cg->hwaccel[0]; } +static const struct clockgen_chipinfo chipinfo_ls1012a = { + .compat = "fsl,ls1012a-clockgen", + .cmux_groups = { &ls1012a_cmux }, + .cmux_to_group = { 0, -1 }, + .pll_mask = 0x03, +}; + static const struct clockgen_chipinfo chipinfo_ls1021a = { .compat = "fsl,ls1021a-clockgen", .cmux_groups = { &t1023_cmux }, @@ -238,13 +245,6 @@ static const struct clockgen_chipinfo chipinfo_ls1088a = { .flags = CG_VER3 | CG_LITTLE_ENDIAN, }; -static const struct clockgen_chipinfo chipinfo_ls1012a = { - .compat = "fsl,ls1012a-clockgen", - .cmux_groups = { &ls1012a_cmux }, - .cmux_to_group = { 0, -1 }, - .pll_mask = 0x03, -}; - static const struct clockgen_chipinfo chipinfo_ls2080a = { .compat = "fsl,ls2080a-clockgen", .cmux_groups = { &clockgen2_cmux_cga12, &clockgen2_cmux_cgb }, -- 2.39.2