Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: Correct GV11B GPU register sizes

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")
Acked-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Link: https://lore.kernel.org/r/20201124121842.1037035-1-jonathanh@nvidia.com
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Jon Hunter and committed by
Rob Herring
d89886eb 1e95c811

+2 -2
+2 -2
Documentation/devicetree/bindings/gpu/nvidia,gk20a.txt
··· 97 97 98 98 gpu@17000000 { 99 99 compatible = "nvidia,gv11b"; 100 - reg = <0x17000000 0x10000000>, 101 - <0x18000000 0x10000000>; 100 + reg = <0x17000000 0x1000000>, 101 + <0x18000000 0x1000000>; 102 102 interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>, 103 103 <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>; 104 104 interrupt-names = "stall", "nonstall";