Message ID | 153477388406.17364.12188160262873747451.sendpatchset@octo (mailing list archive) |
---|---|
State | Accepted |
Commit | af69e34040d1d72f7002208a2a46fea7192c7ad6 |
Delegated to: | Simon Horman |
Headers | show |
Series | arm: dts: Include R-Car Gen1 product name in DTSI files | expand |
On Mon, Aug 20, 2018 at 11:04:44PM +0900, Magnus Damm wrote: > From: Magnus Damm <damm+renesas@opensource.se> > > Browsing the DTS for all the R-Car SoCs with similar part numbers > still makes my head hurt, so to improve the user friendliness of > the 32-bit ARM DTS code base include R-Car Gen1 product names for > each DTSI file. > > Signed-off-by: Magnus Damm <damm+renesas@opensource.se> Thanks Magnus, Thanks a lot for this. Similar changes you already made have already proved useful. I've applied this for v4.20.
--- 0001/arch/arm/boot/dts/r8a7778.dtsi +++ work/arch/arm/boot/dts/r8a7778.dtsi 2018-08-20 22:54:32.819084747 +0900 @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0 /* - * Device Tree Source for Renesas r8a7778 + * Device Tree Source for the R-Car M1A (R8A77781) SoC * * Copyright (C) 2013 Renesas Solutions Corp. * Copyright (C) 2013 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> --- 0001/arch/arm/boot/dts/r8a7779.dtsi +++ work/arch/arm/boot/dts/r8a7779.dtsi 2018-08-20 22:54:05.579741880 +0900 @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0 /* - * Device Tree Source for Renesas r8a7779 + * Device Tree Source for the R-Car H1 (R8A77790) SoC * * Copyright (C) 2013 Renesas Solutions Corp. * Copyright (C) 2013 Simon Horman