2019-12-09 11:46:51

by Chunyan Zhang

[permalink] [raw]
Subject: [PATCH v4 2/3] dt-bindings: arm: move sprd board file to vendor directory

From: Chunyan Zhang <[email protected]>

We've created a vendor directory for sprd, so move the board bindings to
there.

Signed-off-by: Chunyan Zhang <[email protected]>
---
Documentation/devicetree/bindings/arm/{ => sprd}/sprd.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename Documentation/devicetree/bindings/arm/{ => sprd}/sprd.yaml (92%)

diff --git a/Documentation/devicetree/bindings/arm/sprd.yaml b/Documentation/devicetree/bindings/arm/sprd/sprd.yaml
similarity index 92%
rename from Documentation/devicetree/bindings/arm/sprd.yaml
rename to Documentation/devicetree/bindings/arm/sprd/sprd.yaml
index c35fb845ccaa..0258a96bfbde 100644
--- a/Documentation/devicetree/bindings/arm/sprd.yaml
+++ b/Documentation/devicetree/bindings/arm/sprd/sprd.yaml
@@ -2,7 +2,7 @@
# Copyright 2019 Unisoc Inc.
%YAML 1.2
---
-$id: http://devicetree.org/schemas/arm/sprd.yaml#
+$id: http://devicetree.org/schemas/arm/sprd/sprd.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Unisoc platforms device tree bindings
--
2.20.1


2019-12-19 19:13:14

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH v4 2/3] dt-bindings: arm: move sprd board file to vendor directory

On Mon, 9 Dec 2019 19:44:03 +0800, Chunyan Zhang wrote:
> From: Chunyan Zhang <[email protected]>
>
> We've created a vendor directory for sprd, so move the board bindings to
> there.
>
> Signed-off-by: Chunyan Zhang <[email protected]>
> ---
> Documentation/devicetree/bindings/arm/{ => sprd}/sprd.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> rename Documentation/devicetree/bindings/arm/{ => sprd}/sprd.yaml (92%)
>

Acked-by: Rob Herring <[email protected]>