We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3a9e3b commit 92df3a9Copy full SHA for 92df3a9
drivers/clk/clk-qoriq.c
@@ -244,6 +244,14 @@ static const struct clockgen_muxinfo clockgen2_cmux_cgb = {
244
},
245
};
246
247
+static const struct clockgen_muxinfo ls1021a_cmux = {
248
+ {
249
+ { CLKSEL_VALID, CGA_PLL1, PLL_DIV1 },
250
+ { CLKSEL_VALID, CGA_PLL1, PLL_DIV2 },
251
+ { CLKSEL_VALID, CGA_PLL1, PLL_DIV4 },
252
+ }
253
+};
254
+
255
static const struct clockgen_muxinfo ls1028a_hwa1 = {
256
{
257
{ CLKSEL_VALID, PLATFORM_PLL, PLL_DIV1 },
@@ -577,7 +585,7 @@ static const struct clockgen_chipinfo chipinfo[] = {
577
585
578
586
.compat = "fsl,ls1021a-clockgen",
579
587
.cmux_groups = {
580
- &t1023_cmux
588
+ &ls1021a_cmux
581
589
582
590
.cmux_to_group = {
583
591
0, -1
0 commit comments