Message ID | 20190312152256.35574-7-icenowy@aosc.io (mailing list archive) |
---|---|
State | Awaiting Upstream, archived |
Headers | show |
Series | Support for Allwinner V3/S3L and Sochip S3 | expand |
On Tue, 12 Mar 2019 23:22:48 +0800, Icenowy Zheng wrote: > When adding the R40 compatible string to the binding document, a + is > left behind the string, which seems to be a fault when dealing with > patches. > > Remove the bogus + sign. > > Signed-off-by: Icenowy Zheng <icenowy@aosc.io> > --- > Documentation/devicetree/bindings/clock/sunxi-ccu.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Reviewed-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/clock/sunxi-ccu.txt b/Documentation/devicetree/bindings/clock/sunxi-ccu.txt index e3bd88ae456b..8e39c6e26c26 100644 --- a/Documentation/devicetree/bindings/clock/sunxi-ccu.txt +++ b/Documentation/devicetree/bindings/clock/sunxi-ccu.txt @@ -14,7 +14,7 @@ Required properties : - "allwinner,sun8i-a83t-r-ccu" - "allwinner,sun8i-h3-ccu" - "allwinner,sun8i-h3-r-ccu" -+ - "allwinner,sun8i-r40-ccu" + - "allwinner,sun8i-r40-ccu" - "allwinner,sun8i-v3s-ccu" - "allwinner,sun9i-a80-ccu" - "allwinner,sun50i-a64-ccu"
When adding the R40 compatible string to the binding document, a + is left behind the string, which seems to be a fault when dealing with patches. Remove the bogus + sign. Signed-off-by: Icenowy Zheng <icenowy@aosc.io> --- Documentation/devicetree/bindings/clock/sunxi-ccu.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)