2019-10-30 09:07:05

by Manivannan Sadhasivam

[permalink] [raw]
Subject: [PATCH v2 0/4] Add support for Thor96 board

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 1 to go through LED/Rob's tree, 4 through MTD tree
and 2,3 through Freescale tree.

Thanks,
Mani

Changes in v2:

* Added patch for documenting commonly used LED triggers
* Added Reviewed-by tags for bindings patch
* Changed, fsl,uart-has-rtscts to uart-has-rtscts in dts
* Modified the commit message of MTD patch

Manivannan Sadhasivam (4):
dt-bindings: leds: Document commonly used LED triggers
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 +
.../devicetree/bindings/leds/common.txt | 17 +
arch/arm64/boot/dts/freescale/Makefile | 1 +
.../boot/dts/freescale/imx8mq-thor96.dts | 581 ++++++++++++++++++
drivers/mtd/spi-nor/spi-nor.c | 2 +
5 files changed, 602 insertions(+)
create mode 100644 arch/arm64/boot/dts/freescale/imx8mq-thor96.dts

--
2.17.1


2020-01-09 03:35:11

by Manivannan Sadhasivam

[permalink] [raw]
Subject: Re: [PATCH v2 0/4] Add support for Thor96 board

Hi Shawn,

On Wed, Oct 30, 2019 at 02:31:20PM +0530, Manivannan Sadhasivam wrote:
> 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 1 to go through LED/Rob's tree, 4 through MTD tree
> and 2,3 through Freescale tree.
>

Any update here? Patch 4 is already merged.

Thanks,
Mani

> Thanks,
> Mani
>
> Changes in v2:
>
> * Added patch for documenting commonly used LED triggers
> * Added Reviewed-by tags for bindings patch
> * Changed, fsl,uart-has-rtscts to uart-has-rtscts in dts
> * Modified the commit message of MTD patch
>
> Manivannan Sadhasivam (4):
> dt-bindings: leds: Document commonly used LED triggers
> 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 +
> .../devicetree/bindings/leds/common.txt | 17 +
> arch/arm64/boot/dts/freescale/Makefile | 1 +
> .../boot/dts/freescale/imx8mq-thor96.dts | 581 ++++++++++++++++++
> drivers/mtd/spi-nor/spi-nor.c | 2 +
> 5 files changed, 602 insertions(+)
> create mode 100644 arch/arm64/boot/dts/freescale/imx8mq-thor96.dts
>
> --
> 2.17.1
>

2020-01-09 06:40:48

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH v2 0/4] Add support for Thor96 board

On Thu, Jan 09, 2020 at 09:03:42AM +0530, Manivannan Sadhasivam wrote:
> Hi Shawn,
>
> On Wed, Oct 30, 2019 at 02:31:20PM +0530, Manivannan Sadhasivam wrote:
> > 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 1 to go through LED/Rob's tree, 4 through MTD tree
> > and 2,3 through Freescale tree.
> >
>
> Any update here? Patch 4 is already merged.

Just applied patch #2 and #3. For patch #1, it should go via LED or DT
tree, I think.

Shawn