Skip to content

Commit 440b075

Browse files
krzkrobherring
authored andcommitted
dt-bindings: use capital "OR" for multiple licenses in SPDX
Documentation/process/license-rules.rst and checkpatch expect the SPDX identifier syntax for multiple licenses to use capital "OR". Correct it to keep consistent format and avoid copy-paste issues. Correct also the format // -> .* in few Allwinner binding headers as pointed out by checkpatch: WARNING: Improper SPDX comment style for 'include/dt-bindings/reset/sun50i-h6-ccu.h', please use '/*' instead Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Acked-by: Guenter Roeck <linux@roeck-us.net> Acked-by: Stephen Boyd <sboyd@kernel.org> Link: https://lore.kernel.org/r/20230823084540.112602-1-krzysztof.kozlowski@linaro.org Signed-off-by: Rob Herring <robh@kernel.org>
1 parent 4f15471 commit 440b075

127 files changed

Lines changed: 127 additions & 127 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Documentation/devicetree/bindings/arm/arm,coresight-cti.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: GPL-2.0-only or BSD-2-Clause
1+
# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
22
# Copyright 2019 Linaro Ltd.
33
%YAML 1.2
44
---

Documentation/devicetree/bindings/arm/arm,coresight-dummy-sink.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: GPL-2.0-only or BSD-2-Clause
1+
# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
22
%YAML 1.2
33
---
44
$id: http://devicetree.org/schemas/arm/arm,coresight-dummy-sink.yaml#

Documentation/devicetree/bindings/arm/arm,coresight-dummy-source.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: GPL-2.0-only or BSD-2-Clause
1+
# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
22
%YAML 1.2
33
---
44
$id: http://devicetree.org/schemas/arm/arm,coresight-dummy-source.yaml#

Documentation/devicetree/bindings/arm/arm,embedded-trace-extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: GPL-2.0-only or BSD-2-Clause
1+
# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
22
# Copyright 2021, Arm Ltd
33
%YAML 1.2
44
---

Documentation/devicetree/bindings/arm/arm,trace-buffer-extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: GPL-2.0-only or BSD-2-Clause
1+
# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
22
# Copyright 2021, Arm Ltd
33
%YAML 1.2
44
---

Documentation/devicetree/bindings/arm/arm,versatile-sysreg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: (GPL-2.0-only or BSD-2-Clause)
1+
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
22
%YAML 1.2
33
---
44
$id: http://devicetree.org/schemas/arm/arm,versatile-sysreg.yaml#

Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: GPL-2.0-only or BSD-2-Clause
1+
# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
22
%YAML 1.2
33
---
44
$id: http://devicetree.org/schemas/arm/aspeed/aspeed.yaml#

Documentation/devicetree/bindings/arm/keystone/ti,k3-sci-common.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: (GPL-2.0-only or BSD-2-Clause)
1+
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
22
%YAML 1.2
33
---
44
$id: http://devicetree.org/schemas/arm/keystone/ti,k3-sci-common.yaml#

Documentation/devicetree/bindings/arm/keystone/ti,sci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: (GPL-2.0-only or BSD-2-Clause)
1+
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
22
%YAML 1.2
33
---
44
$id: http://devicetree.org/schemas/arm/keystone/ti,sci.yaml#

Documentation/devicetree/bindings/arm/qcom,coresight-tpda.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: GPL-2.0-only or BSD-2-Clause
1+
# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
22
# Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
33
%YAML 1.2
44
---

0 commit comments

Comments
 (0)