.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright 2014 Linaro Ltd. |
---|
3 | | - * |
---|
4 | | - * The code contained herein is licensed under the GNU General Public |
---|
5 | | - * License. You may obtain a copy of the GNU General Public License |
---|
6 | | - * Version 2 or later at the following locations: |
---|
7 | | - * |
---|
8 | | - * http://www.opensource.org/licenses/gpl-license.html |
---|
9 | | - * http://www.gnu.org/copyleft/gpl.html |
---|
10 | 4 | */ |
---|
| 5 | + |
---|
| 6 | +#include "ste-ab8500.dtsi" |
---|
11 | 7 | |
---|
12 | 8 | / { |
---|
13 | 9 | soc { |
---|
14 | 10 | prcmu@80157000 { |
---|
15 | 11 | ab8500 { |
---|
16 | | - ab8500-gpio { |
---|
| 12 | + ab8500-gpiocontroller { |
---|
17 | 13 | /* Hog a few default settings */ |
---|
18 | 14 | pinctrl-names = "default"; |
---|
19 | 15 | pinctrl-0 = <&gpio2_default_mode>, |
---|