On 25/06/2023 11:48, Sherry Sun wrote: > i.MX8ULP has specific "fsl,imx8ulp-lpuart" compatible in lpuart driver, > "fsl,imx7ulp-lpuart" compatible is no longer needed, and i.MX8ULP is not > fully compatible with i.MX7ULP, for example, i.MX8ulp can support > EOP(end-of-packet) function while i.MX7ulp doesn't, so remove > "fsl,imx7ulp-lpuart" compatible. That's not how compatibility works. Your commit msg says that new device comes with new features, but your code says they are incompatible. These are two different things. Either drop the patch or provide correct rationale. Best regards, Krzysztof