Commit 493c6469 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Gregory CLEMENT

ARM: dts: armada: align GPIO hog names with dtschema

The convention for node names is to use hyphens, not underscores.
dtschema for pca95xx expects GPIO hogs to end with 'hog' prefix.
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@bootlin.com>
parent 6ac30b5c
...@@ -73,13 +73,13 @@ &expander0 { ...@@ -73,13 +73,13 @@ &expander0 {
* 14-SFP_TX_DISABLE * 14-SFP_TX_DISABLE
* 15-SFP_MOD_DEF0 * 15-SFP_MOD_DEF0
*/ */
pcie2_0_clkreq { pcie2-0-clkreq-hog {
gpio-hog; gpio-hog;
gpios = <4 GPIO_ACTIVE_LOW>; gpios = <4 GPIO_ACTIVE_LOW>;
input; input;
line-name = "pcie2.0-clkreq"; line-name = "pcie2.0-clkreq";
}; };
pcie2_0_w_disable { pcie2-0-w-disable-hog {
gpio-hog; gpio-hog;
gpios = <7 GPIO_ACTIVE_LOW>; gpios = <7 GPIO_ACTIVE_LOW>;
output-low; output-low;
......
...@@ -141,31 +141,31 @@ expander0: gpio-expander@20 { ...@@ -141,31 +141,31 @@ expander0: gpio-expander@20 {
#gpio-cells = <2>; #gpio-cells = <2>;
reg = <0x20>; reg = <0x20>;
pcie1_0_clkreq { pcie1-0-clkreq-hog {
gpio-hog; gpio-hog;
gpios = <0 GPIO_ACTIVE_LOW>; gpios = <0 GPIO_ACTIVE_LOW>;
input; input;
line-name = "pcie1.0-clkreq"; line-name = "pcie1.0-clkreq";
}; };
pcie1_0_w_disable { pcie1-0-w-disable-hog {
gpio-hog; gpio-hog;
gpios = <3 GPIO_ACTIVE_LOW>; gpios = <3 GPIO_ACTIVE_LOW>;
output-low; output-low;
line-name = "pcie1.0-w-disable"; line-name = "pcie1.0-w-disable";
}; };
usb3_ilimit { usb3-ilimit-hog {
gpio-hog; gpio-hog;
gpios = <5 GPIO_ACTIVE_LOW>; gpios = <5 GPIO_ACTIVE_LOW>;
input; input;
line-name = "usb3-current-limit"; line-name = "usb3-current-limit";
}; };
usb3_power { usb3-power-hog {
gpio-hog; gpio-hog;
gpios = <6 GPIO_ACTIVE_HIGH>; gpios = <6 GPIO_ACTIVE_HIGH>;
output-high; output-high;
line-name = "usb3-power"; line-name = "usb3-power";
}; };
m2_devslp { m2-devslp-hog {
gpio-hog; gpio-hog;
gpios = <11 GPIO_ACTIVE_HIGH>; gpios = <11 GPIO_ACTIVE_HIGH>;
output-low; output-low;
......
...@@ -166,19 +166,19 @@ expander0: gpio-expander@20 { ...@@ -166,19 +166,19 @@ expander0: gpio-expander@20 {
interrupt-controller; interrupt-controller;
#interrupt-cells = <2>; #interrupt-cells = <2>;
board_rev_bit_0 { board-rev-bit-0-hog {
gpio-hog; gpio-hog;
gpios = <0 GPIO_ACTIVE_LOW>; gpios = <0 GPIO_ACTIVE_LOW>;
input; input;
line-name = "board-rev-0"; line-name = "board-rev-0";
}; };
board_rev_bit_1 { board-rev-bit-1-hog {
gpio-hog; gpio-hog;
gpios = <1 GPIO_ACTIVE_LOW>; gpios = <1 GPIO_ACTIVE_LOW>;
input; input;
line-name = "board-rev-1"; line-name = "board-rev-1";
}; };
usb3_ilimit { usb3-ilimit-hog {
gpio-hog; gpio-hog;
gpios = <5 GPIO_ACTIVE_HIGH>; gpios = <5 GPIO_ACTIVE_HIGH>;
input; input;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment