[PATCH v3 0/5] mainline Protonic boards

From: Oleksij Rempel
Date: Tue Mar 24 2020 - 07:05:00 EST


changes v3:
- move compatible to the start of node
- move status to the end
- use generic names in compatible
- refactor dts/dtsi
- use alphabet order for pinctrl and phandels
- remove unused or currently not supported nodes

changes v2:
- squash PRTI6Q patches

Oleksij Rempel (5):
dt-bindings: vendor-prefixes: Add an entry for Protonic Holland
ARM: dts: add Protonic PRTI6Q board
ARM: dts: add Protonic WD2 board
ARM: dts: add Protonic VT7 board
ARM: dts: add Protonic RVT board

.../devicetree/bindings/arm/fsl.yaml | 4 +
.../devicetree/bindings/vendor-prefixes.yaml | 2 +
arch/arm/boot/dts/Makefile | 4 +
arch/arm/boot/dts/imx6dl-prtrvt.dts | 203 +++++++
arch/arm/boot/dts/imx6dl-prtvt7.dts | 474 +++++++++++++++
arch/arm/boot/dts/imx6q-prti6q.dts | 551 ++++++++++++++++++
arch/arm/boot/dts/imx6q-prtwd2.dts | 188 ++++++
arch/arm/boot/dts/imx6qdl-prti6q.dtsi | 185 ++++++
8 files changed, 1611 insertions(+)
create mode 100644 arch/arm/boot/dts/imx6dl-prtrvt.dts
create mode 100644 arch/arm/boot/dts/imx6dl-prtvt7.dts
create mode 100644 arch/arm/boot/dts/imx6q-prti6q.dts
create mode 100644 arch/arm/boot/dts/imx6q-prtwd2.dts
create mode 100644 arch/arm/boot/dts/imx6qdl-prti6q.dtsi

--
2.25.1