1
0
Fork 0

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>
hifive-unleashed-5.1
Stefan Brüns 2017-09-28 03:49:28 +02:00 committed by Maxime Ripard
parent 06c1258a0a
commit d25d41827f
1 changed files with 1 additions and 1 deletions

View File

@ -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>;