[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220607111625.1845393-1-abel.vesa@nxp.com>
Date: Tue, 7 Jun 2022 14:16:13 +0300
From: Abel Vesa <abel.vesa@....com>
To: Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>,
Joakim Zhang <qiangqing.zhang@....com>,
"David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>,
Shawn Guo <shawnguo@...nel.org>,
Sascha Hauer <s.hauer@...gutronix.de>,
NXP Linux Team <linux-imx@....com>
Cc: Pengutronix Kernel Team <kernel@...gutronix.de>,
Fabio Estevam <festevam@...il.com>, devicetree@...r.kernel.org,
<netdev@...r.kernel.org>, linux-phy@...ts.infradead.org,
linux-arm-kernel@...ts.infradead.org, linux-usb@...r.kernel.org,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Dong Aisheng <aisheng.dong@....com>
Subject: [PATCH v9 00/12] arm64: dts: Add i.MX8DXL initial support
Changes since v8:
* addressed all comments from Krzysztof
* documented scu ocotp and pd in the yaml [1]
* added Rob's A-b tag to evk binding doc patch
This patchset relies on the following patchset:
[1] https://lore.kernel.org/all/20220607105951.1821519-1-abel.vesa@nxp.com/raw
Abel Vesa (8):
arm64: dts: freescale: Add adma subsystem dtsi for imx8dxl
dt-bindings: arm: Document i.MX8DXL EVK board binding
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
dt-bindings: arm: freescale: scu-ocotp: Add i.MX8DXL compatible string
dt-bindings: arm: freescale: scu-pd: Add i.MX8DXL compatible string
Jacky Bai (4):
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 the top level dtsi support for imx8dxl
.../bindings/arm/freescale/fsl,scu-ocotp.yaml | 2 +
.../bindings/arm/freescale/fsl,scu-pd.yaml | 1 +
.../devicetree/bindings/arm/fsl.yaml | 6 +
.../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 +
.../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 ++++++++++++++++++
12 files changed, 558 insertions(+)
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.3
Powered by blists - more mailing lists