On Tue, Jan 18, 2022 at 03:59:17PM +0200, Abel Vesa wrote: > Drop the i.MX8QXP backwards compatibility with i.MX7ULP since they > differ from clocks handling point of view. > > Signed-off-by: Abel Vesa <abel.vesa@xxxxxxx> I tried to pick up the patch, but it failed to apply to my imx/bindings branch. Could you rebase? Shawn > --- > Documentation/devicetree/bindings/serial/fsl-lpuart.yaml | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > > diff --git a/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml b/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml > index aa83cbf56d59..ff364bd0fbac 100644 > --- a/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml > +++ b/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml > @@ -20,11 +20,10 @@ properties: > - fsl,ls1021a-lpuart > - fsl,ls1028a-lpuart > - fsl,imx7ulp-lpuart > + - fsl,imx8qxp-lpuart > - fsl,imxrt1050-lpuart > - items: > - - enum: > - - fsl,imx8qxp-lpuart > - - fsl,imx8ulp-lpuart > + - const: fsl,imx8ulp-lpuart > - const: fsl,imx7ulp-lpuart > - items: > - enum: > -- > 2.31.1 >