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

Hello,

Here is a couple of patches to add a devicetree for Akebi96 board.
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 support.

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

This patch can be applied on next-20200417.

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   |  200 ++++++++++++++++++++
 arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi   |    2 
 4 files changed, 203 insertions(+), 1 deletion(-)
 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] 4+ messages in thread

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

Hi Yamada-san,

2020年4月20日(月) 8:37 Masahiro Yamada <masahiroy@kernel.org>:
>
> Hiramatsu-san
>
>
> On Fri, Apr 17, 2020 at 2:31 PM Masami Hiramatsu
> <masami.hiramatsu@linaro.org> wrote:
> >
> > Hello Yamada-san,
> >
> > Could you review this series?
>
>
> Where did you post your series?
>
> I see this ping mail in
> https://lore.kernel.org/linux-arm-kernel/?q=Akebi96
>
> But, I do not see the original post.

Hmm, indeed. I had submitted the series to linux-arm-kernel, but it
seems to be failed.

>
> Could you point me to the patchwork URL, please?

OK, I'll repost it.

>
> Once I find the patch location, it is easy to handle.
> Since I do not have this board, I will just queue it up with no evaluation.


Thank you,


>
> Thanks.
>
>
>
> >
> > Thank you,
> >
> > 2020年4月6日(月) 11:52 Masami Hiramatsu <masami.hiramatsu@linaro.org>:
> > >
> > > Hello,
> > >
> > > Here is a couple of patches to add a devicetree for Akebi96 board.
> > > 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 support.
> > >
> > > 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   |  200 ++++++++++++++++++++
> > >  arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi   |    2
> > >  4 files changed, 203 insertions(+), 1 deletion(-)
> > >  create mode 100644 arch/arm64/boot/dts/socionext/uniphier-ld20-akebi96.dts
> > >
> > > --
> > > Masami Hiramatsu <masami.hiramatsu@linaro.org>
> > >
> >
> >
> > --
> > Masami Hiramatsu
>
>
>
> --
> Best Regards
> Masahiro Yamada



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

* Re: [PATCH 0/2] dts: uniphier: Add Akebi96 Board support
  2020-04-17  5:31 ` Masami Hiramatsu
@ 2020-04-19 23:36   ` Masahiro Yamada
  2020-04-20  0:20     ` Masami Hiramatsu
  0 siblings, 1 reply; 4+ messages in thread
From: Masahiro Yamada @ 2020-04-19 23:36 UTC (permalink / raw)
  To: Masami Hiramatsu
  Cc: DTML, Kunihiko Hayashi, Jassi Brar, Rob Herring,
	Masami Hiramatsu, linux-arm-kernel

Hiramatsu-san


On Fri, Apr 17, 2020 at 2:31 PM Masami Hiramatsu
<masami.hiramatsu@linaro.org> wrote:
>
> Hello Yamada-san,
>
> Could you review this series?


Where did you post your series?

I see this ping mail in
https://lore.kernel.org/linux-arm-kernel/?q=Akebi96

But, I do not see the original post.

Could you point me to the patchwork URL, please?

Once I find the patch location, it is easy to handle.
Since I do not have this board, I will just queue it up with no evaluation.

Thanks.



>
> Thank you,
>
> 2020年4月6日(月) 11:52 Masami Hiramatsu <masami.hiramatsu@linaro.org>:
> >
> > Hello,
> >
> > Here is a couple of patches to add a devicetree for Akebi96 board.
> > 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 support.
> >
> > 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   |  200 ++++++++++++++++++++
> >  arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi   |    2
> >  4 files changed, 203 insertions(+), 1 deletion(-)
> >  create mode 100644 arch/arm64/boot/dts/socionext/uniphier-ld20-akebi96.dts
> >
> > --
> > Masami Hiramatsu <masami.hiramatsu@linaro.org>
> >
>
>
> --
> Masami Hiramatsu



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

* Re: [PATCH 0/2] dts: uniphier: Add Akebi96 Board support
       [not found] <158614147708.29424.2884940487411120526.stgit@localhost>
@ 2020-04-17  5:31 ` Masami Hiramatsu
  2020-04-19 23:36   ` Masahiro Yamada
  0 siblings, 1 reply; 4+ messages in thread
From: Masami Hiramatsu @ 2020-04-17  5:31 UTC (permalink / raw)
  To: Masahiro Yamada, Rob Herring
  Cc: devicetree, Kunihiko Hayashi, Masami Hiramatsu, linux-arm-kernel,
	Jassi Brar

Hello Yamada-san,

Could you review this series?

Thank you,

2020年4月6日(月) 11:52 Masami Hiramatsu <masami.hiramatsu@linaro.org>:
>
> Hello,
>
> Here is a couple of patches to add a devicetree for Akebi96 board.
> 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 support.
>
> 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   |  200 ++++++++++++++++++++
>  arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi   |    2
>  4 files changed, 203 insertions(+), 1 deletion(-)
>  create mode 100644 arch/arm64/boot/dts/socionext/uniphier-ld20-akebi96.dts
>
> --
> Masami Hiramatsu <masami.hiramatsu@linaro.org>
>


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

end of thread, other threads:[~2020-04-20  3:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-20  3:13 [PATCH 0/2] dts: uniphier: Add Akebi96 Board support Linaro
     [not found] <158614147708.29424.2884940487411120526.stgit@localhost>
2020-04-17  5:31 ` Masami Hiramatsu
2020-04-19 23:36   ` Masahiro Yamada
2020-04-20  0:20     ` 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).