提交 48d8ee5b 编写于 作者: G Geert Uytterhoeven

arm64: dts: renesas: Align GPIO hog names with dtschema

Dtschema expects GPIO hogs to end with a "hog" suffix.
Also, the convention for node names is to use hyphens, not underscores.
Signed-off-by: NGeert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/baee4b9980576ffbab24122fce7147c9cbc2ea59.1645705998.git.geert+renesas@glider.be
上级 d05e409e
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
}; };
&gpio6 { &gpio6 {
usb_hub_reset { usb-hub-reset-hog {
gpio-hog; gpio-hog;
gpios = <10 GPIO_ACTIVE_HIGH>; gpios = <10 GPIO_ACTIVE_HIGH>;
output-high; output-high;
......
...@@ -140,7 +140,7 @@ ...@@ -140,7 +140,7 @@
}; };
&gpio6 { &gpio6 {
usb1-reset { usb1-reset-hog {
gpio-hog; gpio-hog;
gpios = <10 GPIO_ACTIVE_LOW>; gpios = <10 GPIO_ACTIVE_LOW>;
output-low; output-low;
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
* When GP1_20 is LOW LVDS0 is connected to the LVDS connector * When GP1_20 is LOW LVDS0 is connected to the LVDS connector
* When GP1_20 is HIGH LVDS0 is connected to the LT8918L * When GP1_20 is HIGH LVDS0 is connected to the LT8918L
*/ */
lvds-connector-en-gpio { lvds-connector-en-hog {
gpio-hog; gpio-hog;
gpios = <20 GPIO_ACTIVE_HIGH>; gpios = <20 GPIO_ACTIVE_HIGH>;
output-low; output-low;
......
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
* When GP0_17 is low LVDS[01] are connected to the LVDS connector * When GP0_17 is low LVDS[01] are connected to the LVDS connector
* When GP0_17 is high LVDS[01] are connected to the LT8918L * When GP0_17 is high LVDS[01] are connected to the LT8918L
*/ */
lvds-connector-en-gpio{ lvds-connector-en-hog {
gpio-hog; gpio-hog;
gpios = <17 GPIO_ACTIVE_HIGH>; gpios = <17 GPIO_ACTIVE_HIGH>;
output-low; output-low;
......
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
}; };
&pinctrl { &pinctrl {
/delete-node/ can0-stb; /delete-node/ can0-stb-hog;
/delete-node/ can1-stb; /delete-node/ can1-stb-hog;
/delete-node/ gpio-sd0-pwr-en-hog; /delete-node/ gpio-sd0-pwr-en-hog;
/delete-node/ sd0-dev-sel-hog; /delete-node/ sd0-dev-sel-hog;
/delete-node/ sd1-pwr-en-hog; /delete-node/ sd1-pwr-en-hog;
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
}; };
/* SW7 should be at position 2->3 so that GPIO8_CAN0_STB line is activated */ /* SW7 should be at position 2->3 so that GPIO8_CAN0_STB line is activated */
can0-stb { can0-stb-hog {
gpio-hog; gpio-hog;
gpios = <RZG2L_GPIO(42, 2) GPIO_ACTIVE_HIGH>; gpios = <RZG2L_GPIO(42, 2) GPIO_ACTIVE_HIGH>;
output-low; output-low;
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
}; };
/* SW8 should be at position 2->3 so that GPIO9_CAN1_STB line is activated */ /* SW8 should be at position 2->3 so that GPIO9_CAN1_STB line is activated */
can1-stb { can1-stb-hog {
gpio-hog; gpio-hog;
gpios = <RZG2L_GPIO(42, 3) GPIO_ACTIVE_HIGH>; gpios = <RZG2L_GPIO(42, 3) GPIO_ACTIVE_HIGH>;
output-low; output-low;
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
#if SW_RSPI_CAN #if SW_RSPI_CAN
/* SW8 should be at position 2->3 so that GPIO9_CAN1_STB line is activated */ /* SW8 should be at position 2->3 so that GPIO9_CAN1_STB line is activated */
can1-stb { can1-stb-hog {
gpio-hog; gpio-hog;
gpios = <RZG2L_GPIO(44, 3) GPIO_ACTIVE_HIGH>; gpios = <RZG2L_GPIO(44, 3) GPIO_ACTIVE_HIGH>;
output-low; output-low;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册