diff options
author | Magnus Damm <damm@opensource.se> | 2018-09-17 11:39:39 +0300 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2018-09-28 11:32:31 +0300 |
commit | 89b43b08123f454f697f7ab02187f09b6e4a36b6 (patch) | |
tree | eb716b5641a152006503761d0ecaf0a1c16d4877 /arch/arm/boot/dts/r8a7790.dtsi | |
parent | 9aa2126f16daeb8cd3027a70a2629130b0e618d9 (diff) | |
download | linux-89b43b08123f454f697f7ab02187f09b6e4a36b6.tar.xz |
ARM: dts: Include R-Car Gen2 product name in DTSI files
Improve the user friendliness of the DTS code base by including the
R-Car product name in each R-Car Gen2 DTSI file.
The product names are taken from:
Documentation/devicetree/bindings/arm/shmobile.txt
Signed-off-by: Magnus Damm <damm@opensource.se>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/r8a7790.dtsi')
-rw-r--r-- | arch/arm/boot/dts/r8a7790.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi index 52a757f47bf0..5a2747758f67 100644 --- a/arch/arm/boot/dts/r8a7790.dtsi +++ b/arch/arm/boot/dts/r8a7790.dtsi @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0 /* - * Device Tree Source for the r8a7790 SoC + * Device Tree Source for the R-Car H2 (R8A77900) SoC * * Copyright (C) 2015 Renesas Electronics Corporation * Copyright (C) 2013-2014 Renesas Solutions Corp. |