devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/4] Initial support for phyBOARD-Pollux i.MX8MP
@ 2021-01-07  9:12 Teresa Remmet
  2021-01-07  9:12 ` [PATCH v4 1/4] arm64: defconfig: Enable rv3028 i2c rtc driver Teresa Remmet
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Teresa Remmet @ 2021-01-07  9:12 UTC (permalink / raw)
  To: devicetree, linux-arm-kernel
  Cc: Catalin Marinas, Sascha Hauer, Rob Herring, Shawn Guo,
	Fabio Estevam, Krzysztof Kozlowski, Alexander Dahl

Fourth version for the initial support for the SoM phyCORE-i.MX8MP
and the carrier board phyBOARD-Pollux.

Changes in v4:
- resolved defconfig conflict adding PCA9532 during rebase to v5.11-rc2
- removed unneeded status properties in device trees
- removed upstream not available i2c rtc property
- fixed i2c rtc trickle-resistor value

Changes in v3:
- removed deprecated led label property
- added Reviewed-by and Acked-by tags

Changes in v2:
- add rv3028 as module instead of buildin in defconfig
- updated commit message of rv3028 accordingly
- changed entries of device tree binding documentation to "const" 
  and fixed order
- fixed led dimmer node name
- removed rtc clock node
- fixed pmic node name
- removed reg entries in pmic regulator nodes
- removed clock entry from rtc node
- moved muxing of enable gpio for sd-card regulator to the proper node
- squashed imx8mp-phyboard-pollux.dtsi into imx8mp-phyboard-pollux-rdk.dts

Teresa

Teresa Remmet (4):
  arm64: defconfig: Enable rv3028 i2c rtc driver
  arm64: defconfig: Enable PCA9532 support
  bindings: arm: fsl: Add PHYTEC i.MX8MP devicetree bindings
  arm64: dts: freescale: Add support for phyBOARD-Pollux-i.MX8MP

 Documentation/devicetree/bindings/arm/fsl.yaml     |   6 +
 arch/arm64/boot/dts/freescale/Makefile             |   1 +
 .../dts/freescale/imx8mp-phyboard-pollux-rdk.dts   | 161 +++++++++++
 .../boot/dts/freescale/imx8mp-phycore-som.dtsi     | 293 +++++++++++++++++++++
 arch/arm64/configs/defconfig                       |   2 +
 5 files changed, 463 insertions(+)
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-phycore-som.dtsi

-- 
2.7.4


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

end of thread, other threads:[~2021-01-11  3:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-07  9:12 [PATCH v4 0/4] Initial support for phyBOARD-Pollux i.MX8MP Teresa Remmet
2021-01-07  9:12 ` [PATCH v4 1/4] arm64: defconfig: Enable rv3028 i2c rtc driver Teresa Remmet
2021-01-07  9:12 ` [PATCH v4 2/4] arm64: defconfig: Enable PCA9532 support Teresa Remmet
2021-01-07  9:12 ` [PATCH v4 3/4] bindings: arm: fsl: Add PHYTEC i.MX8MP devicetree bindings Teresa Remmet
2021-01-07  9:12 ` [PATCH v4 4/4] arm64: dts: freescale: Add support for phyBOARD-Pollux-i.MX8MP Teresa Remmet
2021-01-11  3:39 ` [PATCH v4 0/4] Initial support for phyBOARD-Pollux i.MX8MP 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).