summaryrefslogtreecommitdiffstats
path: root/dts/include/dt-bindings/pinctrl
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-06-05 00:06:37 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-06-11 09:11:15 +0200
commitaf302758ee30b0b33579be5ae0e89383194cd71a (patch)
tree837f32b26af6f0931c685944a363c65f60b3c56b /dts/include/dt-bindings/pinctrl
parentfffb86c826e95679abf0b5d8b90794c39218182e (diff)
downloadbarebox-af302758ee30b0b33579be5ae0e89383194cd71a.tar.gz
barebox-af302758ee30b0b33579be5ae0e89383194cd71a.tar.xz
dts: update to v5.2-rc3
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'dts/include/dt-bindings/pinctrl')
-rw-r--r--dts/include/dt-bindings/pinctrl/mt65xx.h10
-rw-r--r--dts/include/dt-bindings/pinctrl/nomadik.h2
-rw-r--r--dts/include/dt-bindings/pinctrl/rockchip.h11
3 files changed, 3 insertions, 20 deletions
diff --git a/dts/include/dt-bindings/pinctrl/mt65xx.h b/dts/include/dt-bindings/pinctrl/mt65xx.h
index 1198f45413..7e16e58fe1 100644
--- a/dts/include/dt-bindings/pinctrl/mt65xx.h
+++ b/dts/include/dt-bindings/pinctrl/mt65xx.h
@@ -1,15 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (c) 2014 MediaTek Inc.
* Author: Hongzhou.Yang <hongzhou.yang@mediatek.com>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
*/
#ifndef _DT_BINDINGS_PINCTRL_MT65XX_H
diff --git a/dts/include/dt-bindings/pinctrl/nomadik.h b/dts/include/dt-bindings/pinctrl/nomadik.h
index 638fb321a1..fa24565e00 100644
--- a/dts/include/dt-bindings/pinctrl/nomadik.h
+++ b/dts/include/dt-bindings/pinctrl/nomadik.h
@@ -1,9 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
/*
* nomadik.h
*
* Copyright (C) ST-Ericsson SA 2013
* Author: Gabriel Fernandez <gabriel.fernandez@st.com> for ST-Ericsson.
- * License terms: GNU General Public License (GPL), version 2
*/
#define INPUT_NOPULL 0
diff --git a/dts/include/dt-bindings/pinctrl/rockchip.h b/dts/include/dt-bindings/pinctrl/rockchip.h
index aaec8baaa3..dc5c1c73d0 100644
--- a/dts/include/dt-bindings/pinctrl/rockchip.h
+++ b/dts/include/dt-bindings/pinctrl/rockchip.h
@@ -1,18 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Header providing constants for Rockchip pinctrl bindings.
*
* Copyright (c) 2013 MundoReader S.L.
* Author: Heiko Stuebner <heiko@sntech.de>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
*/
#ifndef __DT_BINDINGS_ROCKCHIP_PINCTRL_H__