RE: [PATCH 4.4 06/56] dt-bindings: clockgen: Add compatible string for LS1012A

From: Harninder Rai
Date: Wed Nov 15 2017 - 10:56:09 EST


> > "fsl,ls1012a-clockgen" is getting used in the file drivers/clk/clk-
> qoriq.c(kernel v4.14) as below.
> > {
> > .compat = "fsl,ls1012a-clockgen",
> > .cmux_groups = {
> > &ls1012a_cmux
> > },
> > .cmux_to_group = {
> > 0, -1
> > },
> > .pll_mask = 0x03,
> > },
>
> 4.14 is great, but this is the 4.4-stable queue :)
Will it make to 4.14 stable queue sometime in future?
Sorry if my question is too basic
>
> thanks,
>
> greg k-h