Change SPDX-License-Identifier to (GPL-2.0+ OR MIT) for Rockchip clock bindings. Cc: Heiko Stübner <heiko@xxxxxxxxx> Cc: Elaine Zhang <zhangqing@xxxxxxxxxxxxxx> Cc: Xing Zheng <zhengxing@xxxxxxxxxxxxxx> Cc: Jeffy Chen <jeffy.chen@xxxxxxxxxxxxxx> Cc: Finley Xiao <finley.xiao@xxxxxxxxxxxxxx> Cc: Andy Yan <andy.yan@xxxxxxxxxxxxxx> Cc: Shawn Lin <shawn.lin@xxxxxxxxxxxxxx> Cc: Eric Engestrom <eric@xxxxxxxxxxxx> Cc: Mylène Josserand <mylene.josserand@xxxxxxxxxxxxx> Cc: Nícolas F. R. A. Prado <nfraprado@xxxxxxxxxxxxx> Signed-off-by: Johan Jonker <jbx6244@xxxxxxxxx> --- Request for copyright holder approval. Rockchip recently replied on other clock-patches to dual-license the binding. https://lore.kernel.org/all/510d1180-bc8e-7820-c772-ed7f35447087@xxxxxxxxxxxxxx/ >From Finley with an @rock-chips.com address, so this should be ok. --- Changed V2: Use GPL-2.0+ OR MIT license Add more CC --- git log Documentation/devicetree/bindings/clock/*px30*.txt Author: Heiko Stuebner <heiko@xxxxxxxxx> arm64: dts: rockchip: document explicit px30 cru dependencies Author: Elaine Zhang <zhangqing@xxxxxxxxxxxxxx> dt-bindings: add bindings for px30 clock controller === git log Documentation/devicetree/bindings/clock/*rk3036*.txt Author: Xing Zheng <zhengxing@xxxxxxxxxxxxxx> clk: rockchip: rk3036: rename emac ext source clock Author: Xing Zheng <zhengxing@xxxxxxxxxxxxxx> dt-bindings: add documentation of rk3036 clock controller === git log Documentation/devicetree/bindings/clock/*rk3188*.txt Author: Eric Engestrom <eric@xxxxxxxxxxxx> Documentation: dt: clock: fix spelling mistakes Author: Heiko Stübner <heiko@xxxxxxxxx> dt-bindings: add documentation for rk3188 clock and reset unit === git log Documentation/devicetree/bindings/clock/*rk3228*.txt Author: Jeffy Chen <jeffy.chen@xxxxxxxxxxxxxx> dt-bindings: add documentation of rk3228 clock controller === git log Documentation/devicetree/bindings/clock/*rk3288*.txt Author: Mylène Josserand <mylene.josserand@xxxxxxxxxxxxx> dt-bindings: clocks: add rk3288w variant compatible Author: Eric Engestrom <eric@xxxxxxxxxxxx> Documentation: dt: clock: fix spelling mistakes Author: Heiko Stübner <heiko@xxxxxxxxx> dt-bindings: add documentation for rk3288 cru === git log Documentation/devicetree/bindings/clock/*rk3308*.txt Author: Finley Xiao <finley.xiao@xxxxxxxxxxxxxx> dt-bindings: Add bindings for rk3308 clock controller === git log Documentation/devicetree/bindings/clock/*rk3368*.txt Author: Heiko Stuebner <heiko@xxxxxxxxx> dt-bindings: add documentation of rk3668 clock controller === git log Documentation/devicetree/bindings/clock/*rk3399*.txt Author: Nícolas F. R. A. Prado <nfraprado@xxxxxxxxxxxxx> dt-bindings: clk: Convert rockchip,rk3399-cru to DT schema Author: Xing Zheng <zhengxing@xxxxxxxxxxxxxx> dt-bindings: clk: add rockchip,grf property for RK3399 Author: Xing Zheng <zhengxing@xxxxxxxxxxxxxx> dt-bindings: add bindings for rk3399 clock controller === git log Documentation/devicetree/bindings/clock/*rk11*.txt Author: Andy Yan <andy.yan@xxxxxxxxxxxxxx> dt-bindings: rk1108-cru: rename RK1108 to RV1108 Author: Shawn Lin <shawn.lin@xxxxxxxxxxxxxx> dt-bindings: add documentation for rk1108 cru --- Documentation/devicetree/bindings/clock/rockchip,px30-cru.yaml | 2 +- .../devicetree/bindings/clock/rockchip,rk3036-cru.yaml | 2 +- .../devicetree/bindings/clock/rockchip,rk3228-cru.yaml | 2 +- .../devicetree/bindings/clock/rockchip,rk3288-cru.yaml | 2 +- .../devicetree/bindings/clock/rockchip,rk3308-cru.yaml | 2 +- .../devicetree/bindings/clock/rockchip,rk3368-cru.yaml | 2 +- .../devicetree/bindings/clock/rockchip,rk3399-cru.yaml | 2 +- .../devicetree/bindings/clock/rockchip,rv1108-cru.yaml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Documentation/devicetree/bindings/clock/rockchip,px30-cru.yaml b/Documentation/devicetree/bindings/clock/rockchip,px30-cru.yaml index 3eec381c7cf5..0f0f64b6f8cb 100644 --- a/Documentation/devicetree/bindings/clock/rockchip,px30-cru.yaml +++ b/Documentation/devicetree/bindings/clock/rockchip,px30-cru.yaml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: GPL-2.0 +# SPDX-License-Identifier: (GPL-2.0+ OR MIT) %YAML 1.2 --- $id: http://devicetree.org/schemas/clock/rockchip,px30-cru.yaml# diff --git a/Documentation/devicetree/bindings/clock/rockchip,rk3036-cru.yaml b/Documentation/devicetree/bindings/clock/rockchip,rk3036-cru.yaml index 1376230fede6..ba5b45464315 100644 --- a/Documentation/devicetree/bindings/clock/rockchip,rk3036-cru.yaml +++ b/Documentation/devicetree/bindings/clock/rockchip,rk3036-cru.yaml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: GPL-2.0 +# SPDX-License-Identifier: (GPL-2.0+ OR MIT) %YAML 1.2 --- $id: http://devicetree.org/schemas/clock/rockchip,rk3036-cru.yaml# diff --git a/Documentation/devicetree/bindings/clock/rockchip,rk3228-cru.yaml b/Documentation/devicetree/bindings/clock/rockchip,rk3228-cru.yaml index cf7dc01d9478..1050fff72ade 100644 --- a/Documentation/devicetree/bindings/clock/rockchip,rk3228-cru.yaml +++ b/Documentation/devicetree/bindings/clock/rockchip,rk3228-cru.yaml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: GPL-2.0 +# SPDX-License-Identifier: (GPL-2.0+ OR MIT) %YAML 1.2 --- $id: http://devicetree.org/schemas/clock/rockchip,rk3228-cru.yaml# diff --git a/Documentation/devicetree/bindings/clock/rockchip,rk3288-cru.yaml b/Documentation/devicetree/bindings/clock/rockchip,rk3288-cru.yaml index 96bc05749e1a..6655e97d52e4 100644 --- a/Documentation/devicetree/bindings/clock/rockchip,rk3288-cru.yaml +++ b/Documentation/devicetree/bindings/clock/rockchip,rk3288-cru.yaml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: GPL-2.0 +# SPDX-License-Identifier: (GPL-2.0+ OR MIT) %YAML 1.2 --- $id: http://devicetree.org/schemas/clock/rockchip,rk3288-cru.yaml# diff --git a/Documentation/devicetree/bindings/clock/rockchip,rk3308-cru.yaml b/Documentation/devicetree/bindings/clock/rockchip,rk3308-cru.yaml index 523ee578a586..fec37f5b80f6 100644 --- a/Documentation/devicetree/bindings/clock/rockchip,rk3308-cru.yaml +++ b/Documentation/devicetree/bindings/clock/rockchip,rk3308-cru.yaml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: GPL-2.0 +# SPDX-License-Identifier: (GPL-2.0+ OR MIT) %YAML 1.2 --- $id: http://devicetree.org/schemas/clock/rockchip,rk3308-cru.yaml# diff --git a/Documentation/devicetree/bindings/clock/rockchip,rk3368-cru.yaml b/Documentation/devicetree/bindings/clock/rockchip,rk3368-cru.yaml index adb67877720d..90af242b41c1 100644 --- a/Documentation/devicetree/bindings/clock/rockchip,rk3368-cru.yaml +++ b/Documentation/devicetree/bindings/clock/rockchip,rk3368-cru.yaml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: GPL-2.0 +# SPDX-License-Identifier: (GPL-2.0+ OR MIT) %YAML 1.2 --- $id: http://devicetree.org/schemas/clock/rockchip,rk3368-cru.yaml# diff --git a/Documentation/devicetree/bindings/clock/rockchip,rk3399-cru.yaml b/Documentation/devicetree/bindings/clock/rockchip,rk3399-cru.yaml index 54da1e31ea73..0b758e015ee3 100644 --- a/Documentation/devicetree/bindings/clock/rockchip,rk3399-cru.yaml +++ b/Documentation/devicetree/bindings/clock/rockchip,rk3399-cru.yaml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: GPL-2.0-only +# SPDX-License-Identifier: (GPL-2.0+ OR MIT) %YAML 1.2 --- $id: http://devicetree.org/schemas/clock/rockchip,rk3399-cru.yaml# diff --git a/Documentation/devicetree/bindings/clock/rockchip,rv1108-cru.yaml b/Documentation/devicetree/bindings/clock/rockchip,rv1108-cru.yaml index 20421c22f184..4611d920b8df 100644 --- a/Documentation/devicetree/bindings/clock/rockchip,rv1108-cru.yaml +++ b/Documentation/devicetree/bindings/clock/rockchip,rv1108-cru.yaml @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: GPL-2.0 +# SPDX-License-Identifier: (GPL-2.0+ OR MIT) %YAML 1.2 --- $id: http://devicetree.org/schemas/clock/rockchip,rv1108-cru.yaml# -- 2.20.1