diff options
| author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2019-04-28 06:46:57 +0200 |
|---|---|---|
| committer | Matthias Brugger <mbrugger@suse.com> | 2019-06-12 12:23:46 +0200 |
| commit | 143256b353c4d2ad1cf5e5e63b38410188b35e49 (patch) | |
| tree | 641e7d08a7d6cb1b69205f6af206dd1a25f09f54 /include/dt-bindings/pinctrl | |
| parent | e4617bdb29e9c88e85f056f3aea46a2c8a5312e2 (diff) | |
| download | u-boot-143256b353c4d2ad1cf5e5e63b38410188b35e49.tar.gz u-boot-143256b353c4d2ad1cf5e5e63b38410188b35e49.tar.xz u-boot-143256b353c4d2ad1cf5e5e63b38410188b35e49.zip | |
fdt: update bcm283x device tree sources to Linux 5.1-rc6 state
Updating the bcm283x device tree sources adds the device trees for
- Raspberry Pi 3 Model A+
- Raspberry Pi 3 Model B+
- Raspberry Pi Compute Module IO board rev1
- Raspberry Pi Compute Module 3 IO board V3.0
- Raspberry Pi Zero
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Matthias Brugger <mbrugger@suse.com>
Diffstat (limited to 'include/dt-bindings/pinctrl')
| -rw-r--r-- | include/dt-bindings/pinctrl/bcm2835.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/include/dt-bindings/pinctrl/bcm2835.h b/include/dt-bindings/pinctrl/bcm2835.h index e4e4fdf5d3..b5b2654a0e 100644 --- a/include/dt-bindings/pinctrl/bcm2835.h +++ b/include/dt-bindings/pinctrl/bcm2835.h @@ -1,14 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* * Header providing constants for bcm2835 pinctrl bindings. * * Copyright (C) 2015 Stefan Wahren <stefan.wahren@i2se.com> - * - * The code contained herein is licensed under the GNU General Public - * License. You may obtain a copy of the GNU General Public License - * Version 2 at the following locations: - * - * http://www.opensource.org/licenses/gpl-license.html - * http://www.gnu.org/copyleft/gpl.html */ #ifndef __DT_BINDINGS_PINCTRL_BCM2835_H__ |
