mbox series

[v2,0/2] Add Initial Device Tree for RZ/A2

Message ID 20181205214449.52165-1-chris.brandt@renesas.com (mailing list archive)
Headers show
Series Add Initial Device Tree for RZ/A2 | expand

Message

Chris Brandt Dec. 5, 2018, 9:44 p.m. UTC
Add a Device Tree for RZ/A2 and the existing eval board.

Once these get approved, I'll start piling on the other drivers in
another patch series.


NOTE:
Since Rob is in the middle of converting shmobile.txt to renesas.yaml,
I'll wait till that is finisehd before I add this RZ/A2M EVB board.



Chris Brandt (2):
  ARM: dts: r7s9210: Initial SoC device tree
  ARM: dts: r7s9210-rza2mevb: Add support for RZ/A2M EVB

 arch/arm/boot/dts/Makefile             |   1 +
 arch/arm/boot/dts/r7s9210-rza2mevb.dts |  98 ++++++++++++++++
 arch/arm/boot/dts/r7s9210.dtsi         | 204 +++++++++++++++++++++++++++++++++
 3 files changed, 303 insertions(+)
 create mode 100644 arch/arm/boot/dts/r7s9210-rza2mevb.dts
 create mode 100644 arch/arm/boot/dts/r7s9210.dtsi

Comments

Simon Horman Dec. 10, 2018, 1:30 p.m. UTC | #1
On Wed, Dec 05, 2018 at 04:44:47PM -0500, Chris Brandt wrote:
> Add a Device Tree for RZ/A2 and the existing eval board.
> 
> Once these get approved, I'll start piling on the other drivers in
> another patch series.
> 
> 
> NOTE:
> Since Rob is in the middle of converting shmobile.txt to renesas.yaml,
> I'll wait till that is finisehd before I add this RZ/A2M EVB board.

FWIIW, that is now finished.

> Chris Brandt (2):
>   ARM: dts: r7s9210: Initial SoC device tree
>   ARM: dts: r7s9210-rza2mevb: Add support for RZ/A2M EVB
> 
>  arch/arm/boot/dts/Makefile             |   1 +
>  arch/arm/boot/dts/r7s9210-rza2mevb.dts |  98 ++++++++++++++++
>  arch/arm/boot/dts/r7s9210.dtsi         | 204 +++++++++++++++++++++++++++++++++
>  3 files changed, 303 insertions(+)
>  create mode 100644 arch/arm/boot/dts/r7s9210-rza2mevb.dts
>  create mode 100644 arch/arm/boot/dts/r7s9210.dtsi
> 
> -- 
> 2.16.1
>