From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mikko Perttunen Subject: Re: [PATCH v3 6/7] arm64: tegra: Add Tegra194 chip device tree Date: Mon, 19 Feb 2018 11:32:01 +0200 Message-ID: References: <20180215145206.24775-1-mperttunen@nvidia.com> <20180215145206.24775-7-mperttunen@nvidia.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Philippe Ombredanne , Mikko Perttunen Cc: Mark Rutland , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , LKML , Rob Herring , Jonathan Hunter , talho@nvidia.com, Thierry Reding , linux-tegra@vger.kernel.org, "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" List-Id: devicetree@vger.kernel.org On 16.02.2018 14:33, Philippe Ombredanne wrote: > Mikko, > > On Thu, Feb 15, 2018 at 3:52 PM, Mikko Perttunen wrote: >> Add the chip-level device tree, including binding headers, for the >> NVIDIA Tegra194 "Xavier" system-on-chip. Only a small subset of devices >> are initially available, enough to boot to UART console. >> >> Signed-off-by: Mikko Perttunen >> --- >> >> Notes: >> v3: >> - added hypervisor-related apertures to GIC node >> - removed GPL boilerplate in favor of SPDX and harmonized >> copyright headers > > Thanks for this boilerplate removal! but see a few nits below. > > > >> --- /dev/null >> +++ b/include/dt-bindings/clock/tegra194-clock.h >> @@ -0,0 +1,653 @@ >> +/* >> + * Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved. >> + * >> + * SPDX-License-Identifier: GPL-2.0 >> + */ > > The proper style should be this for a .h header on the first line per [1] I see -- I'll fix this in v4 (or if there are no further issues maybe Thierry can fix this while applying?:) Mikko > >> +/* SPDX-License-Identifier: GPL-2.0 */ >> +/* >> + * Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved. >> + * >> + */ > > [1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/license-rules.rst > > > >> --- /dev/null >> +++ b/include/dt-bindings/gpio/tegra194-gpio.h >> @@ -0,0 +1,64 @@ >> +/* >> + * Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved. >> + * >> + * SPDX-License-Identifier: GPL-2.0 >> + */ >> + > > > > Same as above > >> --- /dev/null >> +++ b/include/dt-bindings/power/tegra194-powergate.h >> @@ -0,0 +1,38 @@ >> +/* >> + * Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved. >> + * >> + * SPDX-License-Identifier: GPL-2.0 >> + */ > > > > Same as above > >> --- /dev/null >> +++ b/include/dt-bindings/reset/tegra194-reset.h >> @@ -0,0 +1,155 @@ >> +/* >> + * Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved. >> + * >> + * SPDX-License-Identifier: GPL-2.0 >> + */ > > > > Same as above >