Re: [PATCH v3 09/19] memory: tegra: Adapt to Tegra20 device-tree binding changes

2018-09-04 Thread Marcel Ziswiler via iommu
On Sat, 2018-08-18 at 18:54 +0300, Dmitry Osipenko wrote: > The tegra20-mc DT binding has been changed, GART has been squashed > into Memory Controller and now the clock property is mandatory for > Tegra20. Adapt driver the to DT changes. Minor nitpick concerning the commit message: Adapt driver

Re: [PATCH v3 09/19] memory: tegra: Adapt to Tegra20 device-tree binding changes

2018-09-04 Thread Dmitry Osipenko
On Tuesday 04 September 2018 00:06:01 Marcel Ziswiler wrote: > On Sat, 2018-08-18 at 18:54 +0300, Dmitry Osipenko wrote: > > The tegra20-mc DT binding has been changed, GART has been squashed > > into Memory Controller and now the clock property is mandatory for > > Tegra20. Adapt driver the to DT

[PATCH v3 09/19] memory: tegra: Adapt to Tegra20 device-tree binding changes

2018-08-18 Thread Dmitry Osipenko
The tegra20-mc DT binding has been changed, GART has been squashed into Memory Controller and now the clock property is mandatory for Tegra20. Adapt driver the to DT changes. Signed-off-by: Dmitry Osipenko --- drivers/memory/tegra/mc.c | 19 +++ drivers/memory/tegra/mc.h | 6 ---