Message ID | 20220419112056.1808009-1-abel.vesa@nxp.com (mailing list archive) |
---|---|
Headers | show |
Series | arm64: dts: Add i.MX8DXL initial support | expand |
On 22-04-19 14:20:43, Abel Vesa wrote: Ignore this version. Missed adding the newlines and fixing the indentations Shawn suggested. > Changes since v6: > * fixed dts warnings reported by Shawn > * removed extra blank line reported by Rob > > Abel Vesa (8): > arm64: dts: freescale: Add adma subsystem dtsi for imx8dxl > dt-bindings: fsl: scu: Add i.MX8DXL ocotp and scu-pd binding > dt-bindings: arm: Document i.MX8DXL EVK board binding > dt-bindings: mmc: imx-esdhc: Add i.MX8DXL compatible string > dt-bindings: net: fec: Add i.MX8DXL compatible string > dt-bindings: phy: mxs-usb-phy: Add i.MX8DXL compatible string > dt-bindings: usb: ci-hdrc-usb2: Add i.MX8DXL compatible string > dt-bindings: usb: usbmisc-imx: Add i.MX8DXL compatible string > > Jacky Bai (5): > arm64: dts: freescale: Add the top level dtsi support for imx8dxl > arm64: dts: freescale: Add the imx8dxl connectivity subsys dtsi > arm64: dts: freescale: Add ddr subsys dtsi for imx8dxl > arm64: dts: freescale: Add lsio subsys dtsi for imx8dxl > arm64: dts: freescale: Add i.MX8DXL evk board support > > .../bindings/arm/freescale/fsl,scu.txt | 4 +- > .../devicetree/bindings/arm/fsl.yaml | 6 + > .../bindings/mmc/fsl-imx-esdhc.yaml | 1 + > .../devicetree/bindings/net/fsl,fec.yaml | 4 + > .../devicetree/bindings/phy/mxs-usb-phy.txt | 1 + > .../devicetree/bindings/usb/ci-hdrc-usb2.txt | 1 + > .../devicetree/bindings/usb/usbmisc-imx.txt | 1 + > arch/arm64/boot/dts/freescale/Makefile | 1 + > arch/arm64/boot/dts/freescale/imx8dxl-evk.dts | 266 ++++++++++++++++++ > .../boot/dts/freescale/imx8dxl-ss-adma.dtsi | 52 ++++ > .../boot/dts/freescale/imx8dxl-ss-conn.dtsi | 134 +++++++++ > .../boot/dts/freescale/imx8dxl-ss-ddr.dtsi | 37 +++ > .../boot/dts/freescale/imx8dxl-ss-lsio.dtsi | 78 +++++ > arch/arm64/boot/dts/freescale/imx8dxl.dtsi | 241 ++++++++++++++++ > 14 files changed, 826 insertions(+), 1 deletion(-) > create mode 100644 arch/arm64/boot/dts/freescale/imx8dxl-evk.dts > create mode 100644 arch/arm64/boot/dts/freescale/imx8dxl-ss-adma.dtsi > create mode 100644 arch/arm64/boot/dts/freescale/imx8dxl-ss-conn.dtsi > create mode 100644 arch/arm64/boot/dts/freescale/imx8dxl-ss-ddr.dtsi > create mode 100644 arch/arm64/boot/dts/freescale/imx8dxl-ss-lsio.dtsi > create mode 100644 arch/arm64/boot/dts/freescale/imx8dxl.dtsi > > -- > 2.34.1 >