From: Igor Opaniuk <igor.opaniuk@xxxxxxxxxxx> Dual license files adding MIT license, which will permit to re-use bindings and dependent device tree sources in other non-GPL OSS projects. Signed-off-by: Igor Opaniuk <igor.opaniuk@xxxxxxxxxxx> --- include/dt-bindings/gpio/gpio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dt-bindings/gpio/gpio.h b/include/dt-bindings/gpio/gpio.h index c029467e828b..01c528708208 100644 --- a/include/dt-bindings/gpio/gpio.h +++ b/include/dt-bindings/gpio/gpio.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-2.0 */ +/* SPDX-License-Identifier: GPL-2.0 OR MIT */ /* * This header provides constants for most GPIO bindings. * -- 2.17.1