Message ID | 1458010724-10945-2-git-send-email-acourbot@nvidia.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Tue, Mar 15, 2016 at 11:58:40AM +0900, Alexandre Courbot wrote: > The correct compatible name is "nvidia,gk20a". > > Signed-off-by: Alexandre Courbot <acourbot@nvidia.com> > --- > Documentation/devicetree/bindings/gpu/nvidia,gk20a.txt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Acked-by: Rob Herring <robh@kernel.org> This may be what is used, but having the SoC name would be preferred assuming gk20a is in multiple SoCs. Rob
On Sat, Mar 19, 2016 at 5:31 AM, Rob Herring <robh@kernel.org> wrote: > On Tue, Mar 15, 2016 at 11:58:40AM +0900, Alexandre Courbot wrote: >> The correct compatible name is "nvidia,gk20a". >> >> Signed-off-by: Alexandre Courbot <acourbot@nvidia.com> >> --- >> Documentation/devicetree/bindings/gpu/nvidia,gk20a.txt | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) > > Acked-by: Rob Herring <robh@kernel.org> > > This may be what is used, but having the SoC name would be preferred > assuming gk20a is in multiple SoCs. gk20a is exclusive to t124 (and so is gm20b to t210), so there can be no confusion here. This is why we eventually went for the shorter compatible string (and forgot to update the DT documentation).
diff --git a/Documentation/devicetree/bindings/gpu/nvidia,gk20a.txt b/Documentation/devicetree/bindings/gpu/nvidia,gk20a.txt index 23bfe8e1f7cc..914f0ff4020e 100644 --- a/Documentation/devicetree/bindings/gpu/nvidia,gk20a.txt +++ b/Documentation/devicetree/bindings/gpu/nvidia,gk20a.txt @@ -1,9 +1,9 @@ NVIDIA GK20A Graphics Processing Unit Required properties: -- compatible: "nvidia,<chip>-<gpu>" +- compatible: "nvidia,<gpu>" Currently recognized values: - - nvidia,tegra124-gk20a + - nvidia,gk20a - reg: Physical base address and length of the controller's registers. Must contain two entries: - first entry for bar0
The correct compatible name is "nvidia,gk20a". Signed-off-by: Alexandre Courbot <acourbot@nvidia.com> --- Documentation/devicetree/bindings/gpu/nvidia,gk20a.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)