mbox series

[v3,0/9] accumulated dts updates for ls1046a

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

Message

Leo Li Sept. 22, 2022, 9:40 p.m. UTC
v2 updates:
- Style fixes
- Updated to use MACROs for interrupt and gpio property
- Remove dma-coherent for remaining nodes under SoC

v3 updates:
- Added dma-noncoherent exception for edma


Hou Zhiqiang (1):
  arm64: dts: ls1046a: Add big-endian property for PCIe nodes

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

Li Yang (4):
  arm64: dts: ls1046a: Enable usb3-lpm-capable for usb3 node
  arm64: dts: ls1046a: make dma-coherent global to the SoC
  arm64: dts: ls1046a: add gpios based i2c recovery information
  arm64: dts: ls1046a-qds: add mmio based mdio-mux nodes for FPGA

Pankaj Bansal (1):
  arm64: dts: ls1046a-qds: Modify the qspi flash frequency

Xiaowei Bao (1):
  arm64: dts: ls1046a: Add the PME interrupt and big-endian to PCIe EP
    nodes

 .../boot/dts/freescale/fsl-ls1046a-qds.dts    | 157 +++++++++++++++++-
 .../arm64/boot/dts/freescale/fsl-ls1046a.dtsi | 118 ++++++++-----
 2 files changed, 226 insertions(+), 49 deletions(-)

Comments

Shawn Guo Oct. 23, 2022, 1:24 p.m. UTC | #1
On Thu, Sep 22, 2022 at 04:40:21PM -0500, Li Yang wrote:
> v2 updates:
> - Style fixes
> - Updated to use MACROs for interrupt and gpio property
> - Remove dma-coherent for remaining nodes under SoC
> 
> v3 updates:
> - Added dma-noncoherent exception for edma

I probably forgot to reply, but v2 of the series has landed on v6.1-rc1.
So please send updates against v6.1-rc1.

Shawn