Message ID | 5b7a8fb3-21bb-417c-9471-1330dd379fd9@rwthex-w2-a.rwth-ad.de (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
On Thu, Sep 28, 2017 at 03:49:28AM +0200, Stefan Brüns wrote: > Unit-names must not start with a leading 0. > > Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de> > > --- > > Changes in v4: > - Split minor fix in devicetree example from patch 6/10 > > Changes in v3: None > Changes in v2: None > > Documentation/devicetree/bindings/dma/sun6i-dma.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Acked-by: Rob Herring <robh@kernel.org> -- To unsubscribe from this list: send the line "unsubscribe dmaengine" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/Documentation/devicetree/bindings/dma/sun6i-dma.txt b/Documentation/devicetree/bindings/dma/sun6i-dma.txt index 9700b1d00fed..b2df4f0f1488 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>;
Unit-names must not start with a leading 0. Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de> --- Changes in v4: - Split minor fix in devicetree example from patch 6/10 Changes in v3: None Changes in v2: None Documentation/devicetree/bindings/dma/sun6i-dma.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)