serial: tegra20-hsuart: Fix typo in dmas DT binding description
The description for dmas references a second property, which should be "dma-names" instead of "clock-names". Signed-off-by: Mirza Krak <mirza.krak@gmail.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:

committed by
Thierry Reding

parent
1001354ca3
commit
44a1e990b5
@@ -10,7 +10,7 @@ Required properties:
|
||||
See ../reset/reset.txt for details.
|
||||
- reset-names : Must include the following entries:
|
||||
- serial
|
||||
- dmas : Must contain an entry for each entry in clock-names.
|
||||
- dmas : Must contain an entry for each entry in dma-names.
|
||||
See ../dma/dma.txt for details.
|
||||
- dma-names : Must include the following entries:
|
||||
- rx
|
||||
|
Reference in New Issue
Block a user