提交 fb97f631 编写于 作者: G Grygorii Strashko 提交者: Tony Lindgren

ARM: dts: am335x: align GPIO hog names with dt-schema

The GPIO Hog dt-schema node naming convention expect GPIO hogs node names
to end with a 'hog' suffix.
Signed-off-by: NGrygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: NTony Lindgren <tony@atomide.com>
上级 3d7bf585
...@@ -101,7 +101,7 @@ ...@@ -101,7 +101,7 @@
}; };
&gpio3 { &gpio3 {
ls_buf_en { ls-buf-en-hog {
gpio-hog; gpio-hog;
gpios = <10 GPIO_ACTIVE_HIGH>; gpios = <10 GPIO_ACTIVE_HIGH>;
output-high; output-high;
......
...@@ -436,7 +436,7 @@ ...@@ -436,7 +436,7 @@
}; };
&gpio3 { &gpio3 {
ls_buf_en { ls-buf-en-hog {
gpio-hog; gpio-hog;
gpios = <10 GPIO_ACTIVE_HIGH>; gpios = <10 GPIO_ACTIVE_HIGH>;
output-high; output-high;
......
...@@ -101,7 +101,7 @@ ...@@ -101,7 +101,7 @@
}; };
&gpio1 { &gpio1 {
ls_buf_en { ls-buf-en-hog {
gpio-hog; gpio-hog;
gpios = <29 GPIO_ACTIVE_HIGH>; gpios = <29 GPIO_ACTIVE_HIGH>;
output-high; output-high;
...@@ -118,7 +118,7 @@ ...@@ -118,7 +118,7 @@
/* an external pulldown on U21 pin 4. */ /* an external pulldown on U21 pin 4. */
&gpio3 { &gpio3 {
bt_aud_in { bt-aud-in-hog {
gpio-hog; gpio-hog;
gpios = <16 GPIO_ACTIVE_HIGH>; gpios = <16 GPIO_ACTIVE_HIGH>;
output-low; output-low;
......
...@@ -458,14 +458,14 @@ ...@@ -458,14 +458,14 @@
}; };
&gpio3 { &gpio3 {
p4 { pr1-mii-ctl-hog {
gpio-hog; gpio-hog;
gpios = <4 GPIO_ACTIVE_HIGH>; gpios = <4 GPIO_ACTIVE_HIGH>;
output-high; output-high;
line-name = "PR1_MII_CTRL"; line-name = "PR1_MII_CTRL";
}; };
p10 { mux-mii-hog {
gpio-hog; gpio-hog;
gpios = <10 GPIO_ACTIVE_HIGH>; gpios = <10 GPIO_ACTIVE_HIGH>;
/* ETH1 mux: Low for MII-PRU, high for RMII-CPSW */ /* ETH1 mux: Low for MII-PRU, high for RMII-CPSW */
......
...@@ -140,14 +140,14 @@ ...@@ -140,14 +140,14 @@
}; };
&gpio1 { &gpio1 {
hmtc_rst { hmtc-rst-hog {
gpio-hog; gpio-hog;
gpios = <24 GPIO_ACTIVE_LOW>; gpios = <24 GPIO_ACTIVE_LOW>;
output-high; output-high;
line-name = "homematic_reset"; line-name = "homematic_reset";
}; };
hmtc_prog { hmtc-prog-hog {
gpio-hog; gpio-hog;
gpios = <27 GPIO_ACTIVE_LOW>; gpios = <27 GPIO_ACTIVE_LOW>;
output-high; output-high;
...@@ -156,14 +156,14 @@ ...@@ -156,14 +156,14 @@
}; };
&gpio3 { &gpio3 {
zgb_rst { zgb-rst-hog {
gpio-hog; gpio-hog;
gpios = <18 GPIO_ACTIVE_LOW>; gpios = <18 GPIO_ACTIVE_LOW>;
output-low; output-low;
line-name = "zigbee_reset"; line-name = "zigbee_reset";
}; };
zgb_boot { zgb-boot-hog {
gpio-hog; gpio-hog;
gpios = <19 GPIO_ACTIVE_HIGH>; gpios = <19 GPIO_ACTIVE_HIGH>;
output-high; output-high;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册