提交 6d19e675 编写于 作者: S Sebastian Reichel 提交者: Zheng Zengkai

ARM: dts: ux500: Rename gpio-controller node

stable inclusion
from stable-5.10.53
commit 61fda04276bb08d4a74fba2d7d68639f2a282fe6
bugzilla: 175574 https://gitee.com/openeuler/kernel/issues/I4DTUX

Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=61fda04276bb08d4a74fba2d7d68639f2a282fe6

--------------------------------

[ Upstream commit 4917b702 ]

Rename the AB8500 gpio controller node from ab8500-gpio to
ab8500-gpiocontroller, since -gpio is a common suffix for
gpio consumers.
Signed-off-by: NSebastian Reichel <sebastian.reichel@collabora.com>
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: NSasha Levin <sashal@kernel.org>
Signed-off-by: NChen Jun <chenjun102@huawei.com>
Acked-by: NWeilong Chen <chenweilong@huawei.com>
Signed-off-by: NChen Jun <chenjun102@huawei.com>
Signed-off-by: NZheng Zengkai <zhengzengkai@huawei.com>
上级 02d98f61
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
#clock-cells = <1>; #clock-cells = <1>;
}; };
ab8500_gpio: ab8500-gpio { ab8500_gpio: ab8500-gpiocontroller {
compatible = "stericsson,ab8500-gpio"; compatible = "stericsson,ab8500-gpio";
gpio-controller; gpio-controller;
#gpio-cells = <2>; #gpio-cells = <2>;
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#clock-cells = <1>; #clock-cells = <1>;
}; };
ab8505_gpio: ab8505-gpio { ab8505_gpio: ab8505-gpiocontroller {
compatible = "stericsson,ab8505-gpio"; compatible = "stericsson,ab8505-gpio";
gpio-controller; gpio-controller;
#gpio-cells = <2>; #gpio-cells = <2>;
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
soc { soc {
prcmu@80157000 { prcmu@80157000 {
ab8500 { ab8500 {
ab8500-gpio { ab8500-gpiocontroller {
/* Hog a few default settings */ /* Hog a few default settings */
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&gpio2_default_mode>, pinctrl-0 = <&gpio2_default_mode>,
......
...@@ -224,7 +224,7 @@ ...@@ -224,7 +224,7 @@
prcmu@80157000 { prcmu@80157000 {
ab8500 { ab8500 {
ab8500-gpio { ab8500-gpiocontroller {
}; };
ab8500_usb { ab8500_usb {
......
...@@ -376,7 +376,7 @@ ...@@ -376,7 +376,7 @@
prcmu@80157000 { prcmu@80157000 {
ab8500 { ab8500 {
ab8500-gpio { ab8500-gpiocontroller {
/* /*
* AB8500 GPIOs are numbered starting from 1, so the first * AB8500 GPIOs are numbered starting from 1, so the first
* index 0 is what in the datasheet is called "GPIO1", and * index 0 is what in the datasheet is called "GPIO1", and
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册