Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d25d4182 authored by Stefan Brüns's avatar Stefan Brüns Committed by Maxime Ripard
Browse files

arm: allwinner: Correct unit name in devicetree binding example



Unit-names must not start with a leading 0.

Signed-off-by: default avatarStefan Brüns <stefan.bruens@rwth-aachen.de>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 06c1258a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>;