diff options
| author | Alexandre Courbot <[email protected]> | 2016-03-28 09:23:00 +0000 |
|---|---|---|
| committer | Thierry Reding <[email protected]> | 2016-04-26 16:39:10 +0000 |
| commit | 358158014f3b20c68e5f33caa032cfdb58a06bcf (patch) | |
| tree | 4f0f3c62f5e47c66dec661c2cbc330eea51760f1 | |
| parent | Linux 4.6-rc1 (diff) | |
| download | kernel-358158014f3b20c68e5f33caa032cfdb58a06bcf.tar.gz kernel-358158014f3b20c68e5f33caa032cfdb58a06bcf.zip | |
dt-bindings: gk20a: Fix typo in compatible name
The correct compatible name is "nvidia,gk20a".
Signed-off-by: Alexandre Courbot <[email protected]>
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
| -rw-r--r-- | Documentation/devicetree/bindings/gpu/nvidia,gk20a.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
