diff options
author | 2022-05-02 14:40:57 +0200 | |
---|---|---|
committer | 2022-06-17 09:18:33 +0200 | |
commit | 774fecc7ece1d5b7c604402ac2daede14825a467 (patch) | |
tree | c754c0eeff8d3a221ed876dbbd97c55ce10d8f66 | |
parent | Linux 5.19-rc1 (diff) | |
download | wireguard-linux-774fecc7ece1d5b7c604402ac2daede14825a467.tar.xz wireguard-linux-774fecc7ece1d5b7c604402ac2daede14825a467.zip |
dt-bindings: soc: renesas: Move renesas,prr from arm to soc
The Renesas Product Register DT binding is not a top-level DT binding,
hence it does not belong under Documentation/devicetree/bindings/arm/.
Move it to Documentation/devicetree/bindings/soc/renesas/.
While at it, change the license from GPL-2.0 (only) to GPL-2.0-only OR
BSD-2-Clause, to match common practices.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Simon Horman <horms@verge.net.au>
Link: https://lore.kernel.org/r/5f124fc332b4b866f5238ada7ac000f4639c88c3.1651495078.git.geert+renesas@glider.be
-rw-r--r-- | Documentation/devicetree/bindings/soc/renesas/renesas,prr.yaml (renamed from Documentation/devicetree/bindings/arm/renesas,prr.yaml) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/arm/renesas,prr.yaml b/Documentation/devicetree/bindings/soc/renesas/renesas,prr.yaml index 1f80767da38b..654c96638e75 100644 --- a/Documentation/devicetree/bindings/arm/renesas,prr.yaml +++ b/Documentation/devicetree/bindings/soc/renesas/renesas,prr.yaml @@ -1,7 +1,7 @@ -# SPDX-License-Identifier: GPL-2.0 +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) %YAML 1.2 --- -$id: http://devicetree.org/schemas/arm/renesas,prr.yaml# +$id: http://devicetree.org/schemas/soc/renesas/renesas,prr.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# title: Renesas Product Register |