diff options
| author | Stefan Brüns <stefan.bruens@rwth-aachen.de> | 2017-09-27 21:49:28 -0400 |
|---|---|---|
| committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-09-28 12:23:50 -0400 |
| commit | d25d41827fee2b489518eee99ef156b005c0c01e (patch) | |
| tree | 0e0d42b2b111c5e4b56cea7ee7af54da1bb56e32 | |
| parent | 06c1258a0a19597ddec954e0c55a5be585c0d8a5 (diff) | |
arm: allwinner: Correct unit name in devicetree binding example
Unit-names must not start with a leading 0.
Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
| -rw-r--r-- | Documentation/devicetree/bindings/dma/sun6i-dma.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/dma/sun6i-dma.txt b/Documentation/devicetree/bindings/dma/sun6i-dma.txt index 98fbe1a5c6dd..b32e3bfdb88a 100644 --- a/Documentation/devicetree/bindings/dma/sun6i-dma.txt +++ b/Documentation/devicetree/bindings/dma/sun6i-dma.txt | |||
| @@ -18,7 +18,7 @@ Required properties: | |||
| 18 | - #dma-cells : Should be 1, a single cell holding a line request number | 18 | - #dma-cells : Should be 1, a single cell holding a line request number |
| 19 | 19 | ||
| 20 | Example: | 20 | Example: |
| 21 | dma: dma-controller@01c02000 { | 21 | dma: dma-controller@1c02000 { |
| 22 | compatible = "allwinner,sun6i-a31-dma"; | 22 | compatible = "allwinner,sun6i-a31-dma"; |
| 23 | reg = <0x01c02000 0x1000>; | 23 | reg = <0x01c02000 0x1000>; |
| 24 | interrupts = <0 50 4>; | 24 | interrupts = <0 50 4>; |
