2022-08-17 21:37:22

by Leo Li

[permalink] [raw]
Subject: [PATCH v4 0/2] lx216x DTS updates

Some accumulated updates for lx2160/lx2162 SoC and boards.

v2 updates:
- Dropped duplicated "arm64: dts: lx2160a-qds: enable sata nodes"
- Removed binding patches which are applied in fsl-soc tree
- Enables optee-tz in the missing lx2162a-qds board
- added new patches "arm64: dts: lx2162a-qds: add interrupt line for RTC node"
- added new patches "arm64: dts: lx2162a-qds: enable CAN nodes"

v3 updates:
- Dropped "arm64: dts: lx2162a-qds: enable CAN nodes" merged
- Added new "fsl,lx2160ar2-pcie" compatible and use it dts update
- Changed pcie_ep node name to pcie-ep
- Added Fixes tag for "arm64: dts: lx2160a: fix scl-gpios property name"

v4 updates:
- Dropped patches from v3 that have been merged

Li Yang (1):
arm64: dts: lx2160a: update PCIe nodes to match rev2 silicon

Xiaowei Bao (1):
arm64: dts: lx2160a: add pcie EP mode nodes

.../arm64/boot/dts/freescale/fsl-lx2160a.dtsi | 156 ++++++++++++------
1 file changed, 108 insertions(+), 48 deletions(-)

--
2.37.1


2022-08-22 03:40:54

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH v4 0/2] lx216x DTS updates

On Wed, Aug 17, 2022 at 03:25:36PM -0500, Li Yang wrote:
> Some accumulated updates for lx2160/lx2162 SoC and boards.
>
> v2 updates:
> - Dropped duplicated "arm64: dts: lx2160a-qds: enable sata nodes"
> - Removed binding patches which are applied in fsl-soc tree
> - Enables optee-tz in the missing lx2162a-qds board
> - added new patches "arm64: dts: lx2162a-qds: add interrupt line for RTC node"
> - added new patches "arm64: dts: lx2162a-qds: enable CAN nodes"
>
> v3 updates:
> - Dropped "arm64: dts: lx2162a-qds: enable CAN nodes" merged
> - Added new "fsl,lx2160ar2-pcie" compatible and use it dts update
> - Changed pcie_ep node name to pcie-ep
> - Added Fixes tag for "arm64: dts: lx2160a: fix scl-gpios property name"
>
> v4 updates:
> - Dropped patches from v3 that have been merged
>
> Li Yang (1):
> arm64: dts: lx2160a: update PCIe nodes to match rev2 silicon
>
> Xiaowei Bao (1):
> arm64: dts: lx2160a: add pcie EP mode nodes

Applied both, thanks!