linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/2] dts: uniphier: Add Akebi96 Board support
@ 2020-04-30 13:24 Masami Hiramatsu
  2020-05-04  1:21 ` Masahiro Yamada
  0 siblings, 1 reply; 3+ messages in thread
From: Masami Hiramatsu @ 2020-04-30 13:24 UTC (permalink / raw)
  To: Masahiro Yamada, Rob Herring
  Cc: devicetree, Kunihiko Hayashi, Masami Hiramatsu, Jassi Brar,
	Masami Hiramatsu, linux-arm-kernel

Hello,

Here is the 5th version of the patches to add a devicetree for 
Akebi96 board.

This version removes redundant setting of RGMII, fixes some
parameters for max3420-udc node and add the address to
framebuffer node name.

The Akebi96 is a certified 96boards which is based on Socionext
UniPhier LD20 SoC. Most of the part is similar to LD20 reference
board, but there are some changes.

  - MAX3421 USB-SPI chip on SPI port3 (for USB gadget port.)
  - Simple frame buffer with 1080p fixed resolution.
  - I2S port which is connected to aout1b instead of aout1.
  - 3 serial ports, only serial3 has CTS/RTS.
  - No NAND, only eMMC on the board.
  - OP-TEE installed firmware.

See https://www.96boards.org/product/akebi96/ for details.

Thank you,

---

Masami Hiramatsu (2):
      dt-bindings: arm: Add Akebi96 board support
      arm64: dts: uniphier: Add support for Akebi96


 .../bindings/arm/socionext/uniphier.yaml           |    1 
 arch/arm64/boot/dts/socionext/Makefile             |    1 
 .../boot/dts/socionext/uniphier-ld20-akebi96.dts   |  189 ++++++++++++++++++++
 3 files changed, 191 insertions(+)
 create mode 100644 arch/arm64/boot/dts/socionext/uniphier-ld20-akebi96.dts

--
Masami Hiramatsu <masami.hiramatsu@linaro.org>


_______________________________________________
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] 3+ messages in thread

* Re: [PATCH v5 0/2] dts: uniphier: Add Akebi96 Board support
  2020-04-30 13:24 [PATCH v5 0/2] dts: uniphier: Add Akebi96 Board support Masami Hiramatsu
@ 2020-05-04  1:21 ` Masahiro Yamada
  2020-05-04  2:30   ` Masami Hiramatsu
  0 siblings, 1 reply; 3+ messages in thread
From: Masahiro Yamada @ 2020-05-04  1:21 UTC (permalink / raw)
  To: Masami Hiramatsu
  Cc: Rob Herring, Kunihiko Hayashi, DTML, Jassi Brar,
	Masami Hiramatsu, linux-arm-kernel

On Thu, Apr 30, 2020 at 10:24 PM Masami Hiramatsu
<masami.hiramatsu@linaro.org> wrote:
>
> Hello,
>
> Here is the 5th version of the patches to add a devicetree for
> Akebi96 board.
>
> This version removes redundant setting of RGMII, fixes some
> parameters for max3420-udc node and add the address to
> framebuffer node name.
>
> The Akebi96 is a certified 96boards which is based on Socionext
> UniPhier LD20 SoC. Most of the part is similar to LD20 reference
> board, but there are some changes.
>
>   - MAX3421 USB-SPI chip on SPI port3 (for USB gadget port.)
>   - Simple frame buffer with 1080p fixed resolution.
>   - I2S port which is connected to aout1b instead of aout1.
>   - 3 serial ports, only serial3 has CTS/RTS.
>   - No NAND, only eMMC on the board.
>   - OP-TEE installed firmware.
>
> See https://www.96boards.org/product/akebi96/ for details.
>
> Thank you,
>
> ---

Both applied.



> Masami Hiramatsu (2):
>       dt-bindings: arm: Add Akebi96 board support
>       arm64: dts: uniphier: Add support for Akebi96
>
>
>  .../bindings/arm/socionext/uniphier.yaml           |    1
>  arch/arm64/boot/dts/socionext/Makefile             |    1
>  .../boot/dts/socionext/uniphier-ld20-akebi96.dts   |  189 ++++++++++++++++++++
>  3 files changed, 191 insertions(+)
>  create mode 100644 arch/arm64/boot/dts/socionext/uniphier-ld20-akebi96.dts
>
> --
> Masami Hiramatsu <masami.hiramatsu@linaro.org>
>


-- 
Best Regards
Masahiro Yamada

_______________________________________________
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] 3+ messages in thread

* Re: [PATCH v5 0/2] dts: uniphier: Add Akebi96 Board support
  2020-05-04  1:21 ` Masahiro Yamada
@ 2020-05-04  2:30   ` Masami Hiramatsu
  0 siblings, 0 replies; 3+ messages in thread
From: Masami Hiramatsu @ 2020-05-04  2:30 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: Rob Herring, Kunihiko Hayashi, DTML, Jassi Brar,
	Masami Hiramatsu, linux-arm-kernel

2020年5月4日(月) 10:22 Masahiro Yamada <masahiroy@kernel.org>:
>
> On Thu, Apr 30, 2020 at 10:24 PM Masami Hiramatsu
> <masami.hiramatsu@linaro.org> wrote:
> >
> > Hello,
> >
> > Here is the 5th version of the patches to add a devicetree for
> > Akebi96 board.
> >
> > This version removes redundant setting of RGMII, fixes some
> > parameters for max3420-udc node and add the address to
> > framebuffer node name.
> >
> > The Akebi96 is a certified 96boards which is based on Socionext
> > UniPhier LD20 SoC. Most of the part is similar to LD20 reference
> > board, but there are some changes.
> >
> >   - MAX3421 USB-SPI chip on SPI port3 (for USB gadget port.)
> >   - Simple frame buffer with 1080p fixed resolution.
> >   - I2S port which is connected to aout1b instead of aout1.
> >   - 3 serial ports, only serial3 has CTS/RTS.
> >   - No NAND, only eMMC on the board.
> >   - OP-TEE installed firmware.
> >
> > See https://www.96boards.org/product/akebi96/ for details.
> >
> > Thank you,
> >
> > ---
>
> Both applied.

Thank you so much!


-- 
Masami Hiramatsu

_______________________________________________
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] 3+ messages in thread

end of thread, other threads:[~2020-05-04  2:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-30 13:24 [PATCH v5 0/2] dts: uniphier: Add Akebi96 Board support Masami Hiramatsu
2020-05-04  1:21 ` Masahiro Yamada
2020-05-04  2:30   ` Masami Hiramatsu

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).