From: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
To: shawnguo@kernel.org, s.hauer@pengutronix.de, robh+dt@kernel.org
Cc: kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com,
darshak.patel@einfochips.com, prajose.john@einfochips.com,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org,
Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Subject: [PATCH 0/3] Add support for Thor96 board
Date: Thu, 24 Oct 2019 20:12:32 +0530 [thread overview]
Message-ID: <20191024144235.3182-1-manivannan.sadhasivam@linaro.org> (raw)
Hello,
This patchset adds support for Thor96 board from Einfochips. This board is
one of the 96Boards Consumer Edition platform powered by the NXP i.MX8MQ
SoC.
Following are the features supported currently:
1. uSD
2. WiFi/BT
3. Ethernet
4. EEPROM (M24256)
5. NOR Flash (W25Q256JW)
6. 2xUSB3.0 ports and 1xUSB2.0 port at HS expansion
More information about this board can be found in Arrow website:
https://www.arrow.com/en/products/i.imx8-thor96/arrow-development-tools
Link to 96Boards CE Specification: https://linaro.co/ce-specification
Expecting patch 3 to go through MTD tree and 1,2 to go through freescale
tree.
Thanks,
Mani
Manivannan Sadhasivam (3):
dt-bindings: arm: Add devicetree binding for Thor96 Board
arm64: dts: freescale: Add devicetree support for Thor96 board
mtd: spi-nor: Add support for w25q256jw
.../devicetree/bindings/arm/fsl.yaml | 1 +
arch/arm64/boot/dts/freescale/Makefile | 1 +
.../boot/dts/freescale/imx8mq-thor96.dts | 581 ++++++++++++++++++
drivers/mtd/spi-nor/spi-nor.c | 2 +
4 files changed, 585 insertions(+)
create mode 100644 arch/arm64/boot/dts/freescale/imx8mq-thor96.dts
--
2.17.1
next reply other threads:[~2019-10-24 14:42 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-24 14:42 Manivannan Sadhasivam [this message]
2019-10-24 14:42 ` [PATCH 1/3] dt-bindings: arm: Add devicetree binding for Thor96 Board Manivannan Sadhasivam
2019-10-25 6:26 ` Marco Felsch
2019-10-25 7:19 ` Manivannan Sadhasivam
2019-10-25 12:15 ` Marco Felsch
2019-10-29 19:37 ` Rob Herring
2019-10-24 14:42 ` [PATCH 2/3] arm64: dts: freescale: Add devicetree support for Thor96 board Manivannan Sadhasivam
2019-10-28 11:51 ` Shawn Guo
2019-10-28 14:27 ` Manivannan Sadhasivam
2019-10-28 14:32 ` Shawn Guo
2019-10-28 14:36 ` Manivannan Sadhasivam
2019-10-24 14:42 ` [PATCH 3/3] mtd: spi-nor: Add support for w25q256jw Manivannan Sadhasivam
2019-10-28 11:50 ` Vignesh Raghavendra
2019-10-28 14:33 ` Manivannan Sadhasivam
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191024144235.3182-1-manivannan.sadhasivam@linaro.org \
--to=manivannan.sadhasivam@linaro.org \
--cc=darshak.patel@einfochips.com \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=kernel@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-imx@nxp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=prajose.john@einfochips.com \
--cc=robh+dt@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=shawnguo@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).