diff options
author | Alexandre Courbot <acourbot@nvidia.com> | 2016-03-11 12:11:17 +0900 |
---|---|---|
committer | Alexandre Courbot <acourbot@nvidia.com> | 2016-03-15 11:19:58 +0900 |
commit | cf0030940c0d6185119eff789d943fb0a1b0c824 (patch) | |
tree | 957697f18db5b366583c5ad419c7a84c28804c4e | |
parent | 5c5746268112c9ddb6615e0af213952a1a38f5ec (diff) | |
download | linux-next-cf0030940c0d6185119eff789d943fb0a1b0c824.tar.gz |
dt-bindings: gk20a: Fix typo in compatible name
The correct compatible name is "nvidia,gk20a".
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
-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 |