mbox series

[v2,00/11] accumulated dts updates for ls1043a

Message ID 20220914214703.29706-1-leoyang.li@nxp.com
Headers show
Series accumulated dts updates for ls1043a | expand

Message

Leo Li Sept. 14, 2022, 9:46 p.m. UTC
v2 updates:
- Use MACROs for interrupts and gpio property

Hou Zhiqiang (2):
  arm64: dts: ls1043a: Add SCFG phandle for PCIe nodes
  arm64: dts: ls1043a: Add big-endian property for PCIe nodes

Laurentiu Tudor (2):
  arm64: dts: ls1043a: add missing dma ranges property
  arm64: dts: ls1043a: use a pseudo-bus to constrain usb and sata dma
    size

Li Yang (7):
  arm64: dts: ls1043a: fix the wrong size of dcfg space
  arm64: dts: ls1043a: Enable usb3-lpm-capable for usb3 node
  arm64: dts: ls1043a: use pcie aer/pme interrupts
  arm64: dts: ls1043a: make dma-coherent global to the SoC
  arm64: dts: ls1043a: add gpio based i2c recovery information
  arm64: dts: ls1043a-qds: add mmio based mdio-mux support
  arm64: dts: ls1043a-rdb: add pcf85263 rtc node

 .../boot/dts/freescale/fsl-ls1043a-qds.dts    | 173 +++++++++++++++++-
 .../boot/dts/freescale/fsl-ls1043a-rdb.dts    |  10 +
 .../arm64/boot/dts/freescale/fsl-ls1043a.dtsi | 132 +++++++------
 3 files changed, 257 insertions(+), 58 deletions(-)

Comments

Shawn Guo Sept. 16, 2022, 12:12 p.m. UTC | #1
On Wed, Sep 14, 2022 at 04:46:52PM -0500, Li Yang wrote:
> v2 updates:
> - Use MACROs for interrupts and gpio property
> 
> Hou Zhiqiang (2):
>   arm64: dts: ls1043a: Add SCFG phandle for PCIe nodes
>   arm64: dts: ls1043a: Add big-endian property for PCIe nodes
> 
> Laurentiu Tudor (2):
>   arm64: dts: ls1043a: add missing dma ranges property
>   arm64: dts: ls1043a: use a pseudo-bus to constrain usb and sata dma
>     size
> 
> Li Yang (7):
>   arm64: dts: ls1043a: fix the wrong size of dcfg space
>   arm64: dts: ls1043a: Enable usb3-lpm-capable for usb3 node
>   arm64: dts: ls1043a: use pcie aer/pme interrupts
>   arm64: dts: ls1043a: make dma-coherent global to the SoC
>   arm64: dts: ls1043a: add gpio based i2c recovery information
>   arm64: dts: ls1043a-qds: add mmio based mdio-mux support
>   arm64: dts: ls1043a-rdb: add pcf85263 rtc node

Applied all, thanks!