Re: [PATCH v2 3/5] dt-bindings: Add documentation for GM20B GPU

From: Rob Herring
Date: Mon Mar 21 2016 - 21:42:03 EST


On Sun, Mar 20, 2016 at 1:55 AM, Alexandre Courbot <gnurou@xxxxxxxxx> wrote:
> On Sat, Mar 19, 2016 at 5:47 AM, Rob Herring <robh@xxxxxxxxxx> wrote:
>> On Tue, Mar 15, 2016 at 11:58:42AM +0900, Alexandre Courbot wrote:
>>> GM20B's definition is mostly similar to GK20A's, but requires an
>>> additional clock.

[...]

>>> gpu@0,57000000 {
>>> compatible = "nvidia,gk20a";
>>> @@ -45,3 +49,22 @@ Example:
>>> iommus = <&mc TEGRA_SWGROUP_GPU>;
>>> status = "disabled";
>>> };
>>> +
>>> +Example for GM20B:
>>> +
>>> + gpu@0,57000000 {
>>
>> Drop the comma and leading zero.
>
> Even though this is how it appears in the actual DT?

Yes, those will need to get fixed, too.

Rob