linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v9 0/5] mainline Protonic boards
@ 2020-07-01 13:03 Oleksij Rempel
  2020-07-01 13:03 ` [PATCH v9 1/5] dt-bindings: arm: fsl: add different " Oleksij Rempel
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Oleksij Rempel @ 2020-07-01 13:03 UTC (permalink / raw)
  To: Mark Rutland, Rob Herring, Sascha Hauer, Shawn Guo
  Cc: devicetree, linux-kernel, Oleksij Rempel, NXP Linux Team,
	Pengutronix Kernel Team, Fabio Estevam, linux-arm-kernel

changes v9:
- rebase against kernel v5.8-rc3
- prti6q: set index to default-brightness-level
- prti6q: remove regulator-always-on
- prti6q: rename mux_ssi1 and mux_pins3 to mux-ssi1, mux-pins3
- prti6q: move can1 node out of dtsi and fix alphabetical order
- prti6q: fix reg value for rgmii_phy
- prti6q: fix pinctrl_can2 and pinctrl_can1
- vt7: fix fsl,mode
- vt7: rename mux_ssi1 and mux_pins3 to mux-ssi1, mux-pins3
- vt7: remove regulator-always-on
- wd2: remove pm-ignore-notify, it is not implemented and documented
- wd2: remove duplicate non-removable

changes v8:
- resend

changes v7:
- VT7: reorder node alphabetically
- VT7: rename "reg_12v_bl: regulator-bl-12v" to "reg_bl_12v0: regulator-bl-12v0"
- VT7: remove panel and TS nodes. This drivers are currently not
  mainline.
- prti6q.dtsi: move reg_1v8 to prti6q.dts
- prti6q.dtsi: remove pinctrl from the can1 node. It is done on almost
  every board file.

changes v6:
- move fsl.yaml changes to separate patch
- remove partitions, they are provided by the bootloader
- update flash compatible
- rename can3 to can
- fix fsl,mode
- fix interrupt in the wlan node on PRTI6Q

changes v5:
- PRTI6Q: remove status from the pwm-backlight node
- drop the vendor-prefixes patch, it is already taken by Rob
- add Reviewed-by: Rob Herring <robh@kernel.org>

changes v4:
- VT7: fix typo

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: arm: fsl: add different Protonic boards
  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 +
 arch/arm/boot/dts/Makefile                    |   4 +
 arch/arm/boot/dts/imx6dl-prtrvt.dts           | 184 ++++++
 arch/arm/boot/dts/imx6dl-prtvt7.dts           | 410 +++++++++++++
 arch/arm/boot/dts/imx6q-prti6q.dts            | 542 ++++++++++++++++++
 arch/arm/boot/dts/imx6q-prtwd2.dts            | 188 ++++++
 arch/arm/boot/dts/imx6qdl-prti6q.dtsi         | 163 ++++++
 7 files changed, 1496 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.27.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2020-07-13  3:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-01 13:03 [PATCH v9 0/5] mainline Protonic boards Oleksij Rempel
2020-07-01 13:03 ` [PATCH v9 1/5] dt-bindings: arm: fsl: add different " Oleksij Rempel
2020-07-09 20:14   ` Rob Herring
2020-07-01 13:03 ` [PATCH v9 2/5] ARM: dts: add Protonic PRTI6Q board Oleksij Rempel
2020-07-01 13:03 ` [PATCH v9 3/5] ARM: dts: add Protonic WD2 board Oleksij Rempel
2020-07-01 13:03 ` [PATCH v9 4/5] ARM: dts: add Protonic VT7 board Oleksij Rempel
2020-07-01 13:03 ` [PATCH v9 5/5] ARM: dts: add Protonic RVT board Oleksij Rempel
2020-07-13  3:25 ` [PATCH v9 0/5] mainline Protonic boards Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).