Re: [PATCH v4 2/7] soc/tegra: Add Tegra194 SoC configuration option

2018-03-08 Thread Thierry Reding
On Tue, Feb 20, 2018 at 01:58:07PM +0200, Mikko Perttunen wrote: > Add the configuration option to enable support for the Tegra194 > system-on-chip, and enable it by default in the arm64 defconfig. > > Signed-off-by: Mikko Perttunen > --- > arch/arm64/configs/defconfig |

Re: [PATCH v4 2/7] soc/tegra: Add Tegra194 SoC configuration option

2018-03-08 Thread Thierry Reding
On Tue, Feb 20, 2018 at 01:58:07PM +0200, Mikko Perttunen wrote: > Add the configuration option to enable support for the Tegra194 > system-on-chip, and enable it by default in the arm64 defconfig. > > Signed-off-by: Mikko Perttunen > --- > arch/arm64/configs/defconfig | 1 + >

[PATCH v4 2/7] soc/tegra: Add Tegra194 SoC configuration option

2018-02-20 Thread Mikko Perttunen
Add the configuration option to enable support for the Tegra194 system-on-chip, and enable it by default in the arm64 defconfig. Signed-off-by: Mikko Perttunen --- arch/arm64/configs/defconfig | 1 + drivers/soc/tegra/Kconfig| 10 ++ 2 files changed, 11

[PATCH v4 2/7] soc/tegra: Add Tegra194 SoC configuration option

2018-02-20 Thread Mikko Perttunen
Add the configuration option to enable support for the Tegra194 system-on-chip, and enable it by default in the arm64 defconfig. Signed-off-by: Mikko Perttunen --- arch/arm64/configs/defconfig | 1 + drivers/soc/tegra/Kconfig| 10 ++ 2 files changed, 11 insertions(+) diff --git