Re: [PATCH] dt-bindings: Correct GV11B GPU register sizes

2020-12-10 Thread Rob Herring
On Tue, Dec 8, 2020 at 7:52 AM Thierry Reding wrote: > > On Mon, Dec 07, 2020 at 05:13:52PM -0600, Rob Herring wrote: > > On Tue, 24 Nov 2020 12:18:42 +, Jon Hunter wrote: > > > Commit 90a09178f309 ("dt-bindings: Add documentation for GV11B GPU") > > > added the GV11B GPU device-tree bindings

Re: [PATCH] dt-bindings: Correct GV11B GPU register sizes

2020-12-08 Thread Thierry Reding
On Mon, Dec 07, 2020 at 05:13:52PM -0600, Rob Herring wrote: > On Tue, 24 Nov 2020 12:18:42 +, Jon Hunter wrote: > > Commit 90a09178f309 ("dt-bindings: Add documentation for GV11B GPU") > > added the GV11B GPU device-tree bindings information but incorrectly > > added an additional 0 to the

Re: [PATCH] dt-bindings: Correct GV11B GPU register sizes

2020-12-07 Thread Rob Herring
On Tue, 24 Nov 2020 12:18:42 +, Jon Hunter wrote: > Commit 90a09178f309 ("dt-bindings: Add documentation for GV11B GPU") > added the GV11B GPU device-tree bindings information but incorrectly > added an additional 0 to the size of the addresses in the example. > > Fixes: 90a09178f309

Re: [PATCH] dt-bindings: Correct GV11B GPU register sizes

2020-11-30 Thread Thierry Reding
On Tue, Nov 24, 2020 at 12:18:42PM +, Jon Hunter wrote: > Commit 90a09178f309 ("dt-bindings: Add documentation for GV11B GPU") > added the GV11B GPU device-tree bindings information but incorrectly > added an additional 0 to the size of the addresses in the example. > > Fixes: 90a09178f309

[PATCH] dt-bindings: Correct GV11B GPU register sizes

2020-11-24 Thread Jon Hunter
Commit 90a09178f309 ("dt-bindings: Add documentation for GV11B GPU") added the GV11B GPU device-tree bindings information but incorrectly added an additional 0 to the size of the addresses in the example. Fixes: 90a09178f309 ("dt-bindings: Add documentation for GV11B GPU") Signed-off-by: Jon