[PATCH V4 0/3] correct the lpuart compatible for imx8dxl and imx93

Sherry Sun posted 3 patches 1 year, 10 months ago
.../devicetree/bindings/serial/fsl-lpuart.yaml   |  6 +++++-
.../boot/dts/freescale/imx8dxl-ss-adma.dtsi      |  8 ++++----
arch/arm64/boot/dts/freescale/imx93.dtsi         | 16 ++++++++--------
3 files changed, 17 insertions(+), 13 deletions(-)
[PATCH V4 0/3] correct the lpuart compatible for imx8dxl and imx93
Posted by Sherry Sun 1 year, 10 months ago
This patch set corrects the lpuart compatible for imx8dxl and imx93 platforms,
also correct the corresponding fsl-lpuart dt-binding doc. 

---
Changes in V4
1. add Reviewed-by tag for patch#3

Changes in V3
1. remove the redundant fsl,imx8ulp-lpuart entry in patch#3
2. change const to enum for better readability in patch#3

Changes in V2
1. drop the imx8ulp dts changes in last version patch set
2. add both "fsl,imx8ulp-lpuart" and "fsl,imx7ulp-lpuart" for imx93
3. correct the dt-bindings for imx93 lpuart compatible
---

Sherry Sun (3):
  arm64: dts: imx8dxl: remove "fsl,imx7ulp-lpuart" compatible for
    imx8dxl
  arm64: dts: imx93: add "fsl,imx8ulp-lpuart" compatible for imx93
  dt-bindings: serial: fsl-lpuart: correct imx93-lpuart dt-binding item

 .../devicetree/bindings/serial/fsl-lpuart.yaml   |  6 +++++-
 .../boot/dts/freescale/imx8dxl-ss-adma.dtsi      |  8 ++++----
 arch/arm64/boot/dts/freescale/imx93.dtsi         | 16 ++++++++--------
 3 files changed, 17 insertions(+), 13 deletions(-)

-- 
2.17.1
Re: [PATCH V4 0/3] correct the lpuart compatible for imx8dxl and imx93
Posted by Shawn Guo 1 year, 9 months ago
On Wed, Jul 05, 2023 at 09:55:59AM +0800, Sherry Sun wrote:
> This patch set corrects the lpuart compatible for imx8dxl and imx93 platforms,
> also correct the corresponding fsl-lpuart dt-binding doc. 
> 
> ---
> Changes in V4
> 1. add Reviewed-by tag for patch#3
> 
> Changes in V3
> 1. remove the redundant fsl,imx8ulp-lpuart entry in patch#3
> 2. change const to enum for better readability in patch#3
> 
> Changes in V2
> 1. drop the imx8ulp dts changes in last version patch set
> 2. add both "fsl,imx8ulp-lpuart" and "fsl,imx7ulp-lpuart" for imx93
> 3. correct the dt-bindings for imx93 lpuart compatible
> ---
> 
> Sherry Sun (3):
>   arm64: dts: imx8dxl: remove "fsl,imx7ulp-lpuart" compatible for
>     imx8dxl
>   arm64: dts: imx93: add "fsl,imx8ulp-lpuart" compatible for imx93
>   dt-bindings: serial: fsl-lpuart: correct imx93-lpuart dt-binding item

I've already picked up two DTS patches from v3.  The dt-bindings one
needs to go via serial subsystem tree.

Shawn