All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] ARM: dts: imx31: add device tree description of basic controllers
@ 2018-07-03 19:29 ` Vladimir Zapolskiy
  0 siblings, 0 replies; 28+ messages in thread
From: Vladimir Zapolskiy @ 2018-07-03 19:29 UTC (permalink / raw)
  To: Shawn Guo, Fabio Estevam, Sascha Hauer
  Cc: linux-arm-kernel, devicetree, Rob Herring, NXP Linux Team,
	Pengutronix Kernel Team

The changeset combines a number of essential updates to support device tree
on Freescale i.MX31 powered boards:
* removal of bogus RNGA registration for i.MX31 (device tree only),
* the core controllers on the i.MX31 SoC are now properly described,
* for reference and testing I add basic support of LogicPD MX31Lite board.

There are some missing compatibles in the change 2/3, however at the moment
I assume that either adding the values can be omitted or deferred, here is
the exact list:
* "fsl,imx31-pata"
* "fsl,imx31-rtc"
* "fsl,imx31-nand"
* "fsl,imx31-weim"

To test the changes I used a LogicPD reference board, however note that
still I have to add a workaround to the old known issue within imx-wdt
driver, also I perform testing with my own and not yet shared imx31 pinctrl
driver, but obviously the device tree pinctrl changes are irrelevant to
the code from this series.

Vladimir Zapolskiy (3):
  ARM: i.MX31: remove rnga registration as a platform device
  ARM: dts: imx31: add device tree description of basic controllers
  ARM: dts: imx31: add LogicPD MX31Lite board description

 arch/arm/boot/dts/Makefile       |   3 +-
 arch/arm/boot/dts/imx31-lite.dts | 177 +++++++++++++++++++++++++++++++
 arch/arm/boot/dts/imx31.dtsi     | 222 +++++++++++++++++++++++++++++++++++++++
 arch/arm/mach-imx/imx31-dt.c     |  18 ----
 4 files changed, 401 insertions(+), 19 deletions(-)
 create mode 100644 arch/arm/boot/dts/imx31-lite.dts

-- 
2.10.2

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

end of thread, other threads:[~2018-07-12  1:09 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-03 19:29 [PATCH 0/3] ARM: dts: imx31: add device tree description of basic controllers Vladimir Zapolskiy
2018-07-03 19:29 ` Vladimir Zapolskiy
2018-07-03 19:29 ` [PATCH 1/3] ARM: i.MX31: remove rnga registration as a platform device Vladimir Zapolskiy
2018-07-03 19:29   ` Vladimir Zapolskiy
2018-07-05  0:55   ` Fabio Estevam
2018-07-05  0:55     ` Fabio Estevam
2018-07-03 19:29 ` [PATCH 2/3] ARM: dts: imx31: add device tree description of basic controllers Vladimir Zapolskiy
2018-07-03 19:29   ` Vladimir Zapolskiy
2018-07-05  1:01   ` Fabio Estevam
2018-07-05  1:01     ` Fabio Estevam
2018-07-05 19:09     ` Vladimir Zapolskiy
2018-07-05 19:09       ` Vladimir Zapolskiy
2018-07-11 16:21       ` Fabio Estevam
2018-07-11 16:21         ` Fabio Estevam
2018-07-12  1:07         ` Shawn Guo
2018-07-12  1:07           ` Shawn Guo
2018-07-12  1:09           ` Fabio Estevam
2018-07-12  1:09             ` Fabio Estevam
2018-07-05 19:05   ` [PATCH v2 " Vladimir Zapolskiy
2018-07-05 19:05     ` Vladimir Zapolskiy
2018-07-03 19:29 ` [PATCH 3/3] ARM: dts: imx31: add LogicPD MX31Lite board description Vladimir Zapolskiy
2018-07-03 19:29   ` Vladimir Zapolskiy
2018-07-05  1:03   ` Fabio Estevam
2018-07-05  1:03     ` Fabio Estevam
2018-07-05  1:05 ` [PATCH 0/3] ARM: dts: imx31: add device tree description of basic controllers Fabio Estevam
2018-07-05  1:05   ` Fabio Estevam
2018-07-11 12:26 ` Shawn Guo
2018-07-11 12:26   ` Shawn Guo

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.