Message ID | 20180812133149.7710-7-erosca@de.adit-jv.com (mailing list archive) |
---|---|
State | Accepted |
Commit | c41fc11850782c2e4115af683793bbb111c2d0ff |
Delegated to: | Simon Horman |
Headers | show |
Series | [v2,1/7] dt-bindings: arm: Document Renesas R-Car M3-N-based ULCB board | expand |
On Sun, Aug 12, 2018 at 03:31:49PM +0200, Eugeniu Rosca wrote: > This is based on the existing KF device tree sources: > $ ls -1 arch/arm64/boot/dts/renesas/*-kf.dts > arch/arm64/boot/dts/renesas/r8a7795-es1-h3ulcb-kf.dts > arch/arm64/boot/dts/renesas/r8a7795-h3ulcb-kf.dts > arch/arm64/boot/dts/renesas/r8a7796-m3ulcb-kf.dts > > Signed-off-by: Eugeniu Rosca <erosca@de.adit-jv.com> Thanks, This looks fine to me but I will wait to see if there are other reviews before applying. Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
On Wed, Aug 22, 2018 at 01:14:09PM +0200, Simon Horman wrote: > On Sun, Aug 12, 2018 at 03:31:49PM +0200, Eugeniu Rosca wrote: > > This is based on the existing KF device tree sources: > > $ ls -1 arch/arm64/boot/dts/renesas/*-kf.dts > > arch/arm64/boot/dts/renesas/r8a7795-es1-h3ulcb-kf.dts > > arch/arm64/boot/dts/renesas/r8a7795-h3ulcb-kf.dts > > arch/arm64/boot/dts/renesas/r8a7796-m3ulcb-kf.dts > > > > Signed-off-by: Eugeniu Rosca <erosca@de.adit-jv.com> > > Thanks, > > This looks fine to me but I will wait to see if there are other reviews > before applying. Thanks again, applied for v4.20. I believe that this entire series has now been applied or at least all of the portions to be merged via my renesas tree. Please let me know if I am mistaken.
diff --git a/arch/arm64/boot/dts/renesas/Makefile b/arch/arm64/boot/dts/renesas/Makefile index eb158d1f90e9..a8ce6594342d 100644 --- a/arch/arm64/boot/dts/renesas/Makefile +++ b/arch/arm64/boot/dts/renesas/Makefile @@ -9,6 +9,7 @@ dtb-$(CONFIG_ARCH_R8A7796) += r8a7796-m3ulcb-kf.dtb dtb-$(CONFIG_ARCH_R8A7796) += r8a7796-salvator-xs.dtb dtb-$(CONFIG_ARCH_R8A77965) += r8a77965-salvator-x.dtb r8a77965-salvator-xs.dtb dtb-$(CONFIG_ARCH_R8A77965) += r8a77965-m3nulcb.dtb +dtb-$(CONFIG_ARCH_R8A77965) += r8a77965-m3nulcb-kf.dtb dtb-$(CONFIG_ARCH_R8A77970) += r8a77970-eagle.dtb r8a77970-v3msk.dtb dtb-$(CONFIG_ARCH_R8A77980) += r8a77980-condor.dtb r8a77980-v3hsk.dtb dtb-$(CONFIG_ARCH_R8A77990) += r8a77990-ebisu.dtb diff --git a/arch/arm64/boot/dts/renesas/r8a77965-m3nulcb-kf.dts b/arch/arm64/boot/dts/renesas/r8a77965-m3nulcb-kf.dts new file mode 100644 index 000000000000..dadad97051b9 --- /dev/null +++ b/arch/arm64/boot/dts/renesas/r8a77965-m3nulcb-kf.dts @@ -0,0 +1,16 @@ +// SPDX-License-Identifier: GPL-2.0 +/* + * Device Tree Source for the M3NULCB Kingfisher board + * + * Copyright (C) 2018 Renesas Electronics Corp. + * Copyright (C) 2018 Cogent Embedded, Inc. + */ + +#include "r8a77965-m3nulcb.dts" +#include "ulcb-kf.dtsi" + +/ { + model = "Renesas M3NULCB Kingfisher board based on r8a77965"; + compatible = "shimafuji,kingfisher", "renesas,m3nulcb", + "renesas,r8a77965"; +};
This is based on the existing KF device tree sources: $ ls -1 arch/arm64/boot/dts/renesas/*-kf.dts arch/arm64/boot/dts/renesas/r8a7795-es1-h3ulcb-kf.dts arch/arm64/boot/dts/renesas/r8a7795-h3ulcb-kf.dts arch/arm64/boot/dts/renesas/r8a7796-m3ulcb-kf.dts Signed-off-by: Eugeniu Rosca <erosca@de.adit-jv.com> --- Changes in v2: - [Jacopo Mondi] Removed redundant license text. - [Simon Horman] - Renamed DTS 's/r8a77965-ulcb-kf.dts/r8a77965-m3nulcb-kf.dts/' - Renamed board name 's/M3-N ULCB/M3NULCB/' - Renamed compatible string 's/renesas,ulcb/renesas,m3nulcb/' - Adapted Makefile and commit summary line 's/ulcb-kf/m3nulcb-kf/' - Documented the source of inspiration in the commit description. --- arch/arm64/boot/dts/renesas/Makefile | 1 + .../boot/dts/renesas/r8a77965-m3nulcb-kf.dts | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 arch/arm64/boot/dts/renesas/r8a77965-m3nulcb-kf.dts