diff options
author | Sebastian Reichel <sebastian.reichel@collabora.com> | 2021-04-13 01:03:17 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2021-05-18 02:10:52 +0200 |
commit | 4917b702818872fdf2a9973705af3aa7d3d1f19e (patch) | |
tree | a4d1d2b73c42ba8910907bdac6529b59cc894bf1 /arch/arm/boot/dts/ste-href.dtsi | |
parent | ARM: dts: ux500: Fix interrupt cells (diff) | |
download | linux-4917b702818872fdf2a9973705af3aa7d3d1f19e.tar.xz linux-4917b702818872fdf2a9973705af3aa7d3d1f19e.zip |
ARM: dts: ux500: Rename gpio-controller node
Rename the AB8500 gpio controller node from ab8500-gpio to
ab8500-gpiocontroller, since -gpio is a common suffix for
gpio consumers.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/ste-href.dtsi')
-rw-r--r-- | arch/arm/boot/dts/ste-href.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/ste-href.dtsi b/arch/arm/boot/dts/ste-href.dtsi index 83b179692dff..7566b4963ef6 100644 --- a/arch/arm/boot/dts/ste-href.dtsi +++ b/arch/arm/boot/dts/ste-href.dtsi @@ -202,7 +202,7 @@ prcmu@80157000 { ab8500 { - ab8500-gpio { + ab8500-gpiocontroller { }; ab8500_usb { |