diff options
author | Stefan Brüns <stefan.bruens@rwth-aachen.de> | 2017-09-28 03:49:28 +0200 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-09-28 18:23:50 +0200 |
commit | d25d41827fee2b489518eee99ef156b005c0c01e (patch) | |
tree | 0e0d42b2b111c5e4b56cea7ee7af54da1bb56e32 | |
parent | arm64: allwinner: a64: add dma controller references to spi nodes (diff) | |
download | linux-d25d41827fee2b489518eee99ef156b005c0c01e.tar.xz linux-d25d41827fee2b489518eee99ef156b005c0c01e.zip |
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: - #dma-cells : Should be 1, a single cell holding a line request number Example: - dma: dma-controller@01c02000 { + dma: dma-controller@1c02000 { compatible = "allwinner,sun6i-a31-dma"; reg = <0x01c02000 0x1000>; interrupts = <0 50 4>; |