All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/5] mainline Protonic boards
@ 2020-03-24 11:04 ` Oleksij Rempel
  0 siblings, 0 replies; 20+ messages in thread
From: Oleksij Rempel @ 2020-03-24 11:04 UTC (permalink / raw)
  To: Mark Rutland, Rob Herring, Sascha Hauer, Shawn Guo
  Cc: Oleksij Rempel, devicetree, Fabio Estevam, linux-arm-kernel,
	linux-kernel, NXP Linux Team, Pengutronix Kernel Team

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


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2020-04-21  7:40 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-24 11:04 [PATCH v3 0/5] mainline Protonic boards Oleksij Rempel
2020-03-24 11:04 ` Oleksij Rempel
2020-03-24 11:04 ` [PATCH v3 1/5] dt-bindings: vendor-prefixes: Add an entry for Protonic Holland Oleksij Rempel
2020-03-24 11:04   ` Oleksij Rempel
2020-03-24 11:04 ` [PATCH v3 2/5] ARM: dts: add Protonic PRTI6Q board Oleksij Rempel
2020-03-24 11:04   ` Oleksij Rempel
2020-04-21  4:07   ` Shawn Guo
2020-04-21  4:07     ` Shawn Guo
2020-04-21  7:37     ` Oleksij Rempel
2020-04-21  7:37       ` Oleksij Rempel
2020-04-21  7:39       ` Oleksij Rempel
2020-04-21  7:39         ` Oleksij Rempel
2020-04-21  4:09   ` Shawn Guo
2020-04-21  4:09     ` Shawn Guo
2020-03-24 11:04 ` [PATCH v3 3/5] ARM: dts: add Protonic WD2 board Oleksij Rempel
2020-03-24 11:04   ` Oleksij Rempel
2020-03-24 11:04 ` [PATCH v3 4/5] ARM: dts: add Protonic VT7 board Oleksij Rempel
2020-03-24 11:04   ` Oleksij Rempel
2020-03-24 11:04 ` [PATCH v3 5/5] ARM: dts: add Protonic RVT board Oleksij Rempel
2020-03-24 11:04   ` Oleksij Rempel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.