Commit 87e218ae authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Matthias Brugger

arm64: dts: mediatek: 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' suffix.
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20201002163940.7837-1-krzk@kernel.orgSigned-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent 40fe44ca
...@@ -63,91 +63,91 @@ tca6416: gpio@20 { ...@@ -63,91 +63,91 @@ tca6416: gpio@20 {
gpio-controller; gpio-controller;
#gpio-cells = <2>; #gpio-cells = <2>;
eint20_mux_sel0 { eint20-mux-sel0-hog {
gpio-hog; gpio-hog;
gpios = <0 0>; gpios = <0 0>;
input; input;
line-name = "eint20_mux_sel0"; line-name = "eint20_mux_sel0";
}; };
expcon_mux_sel1 { expcon-mux-sel1-hog {
gpio-hog; gpio-hog;
gpios = <1 0>; gpios = <1 0>;
input; input;
line-name = "expcon_mux_sel1"; line-name = "expcon_mux_sel1";
}; };
mrg_di_mux_sel2 { mrg-di-mux-sel2-hog {
gpio-hog; gpio-hog;
gpios = <2 0>; gpios = <2 0>;
input; input;
line-name = "mrg_di_mux_sel2"; line-name = "mrg_di_mux_sel2";
}; };
sd_sdio_mux_sel3 { sd-sdio-mux-sel3-hog {
gpio-hog; gpio-hog;
gpios = <3 0>; gpios = <3 0>;
input; input;
line-name = "sd_sdio_mux_sel3"; line-name = "sd_sdio_mux_sel3";
}; };
sd_sdio_mux_ctrl7 { sd-sdio-mux-ctrl7-hog {
gpio-hog; gpio-hog;
gpios = <7 0>; gpios = <7 0>;
output-low; output-low;
line-name = "sd_sdio_mux_ctrl7"; line-name = "sd_sdio_mux_ctrl7";
}; };
hw_id0 { hw-id0-hog {
gpio-hog; gpio-hog;
gpios = <8 0>; gpios = <8 0>;
input; input;
line-name = "hw_id0"; line-name = "hw_id0";
}; };
hw_id1 { hw-id1-hog {
gpio-hog; gpio-hog;
gpios = <9 0>; gpios = <9 0>;
input; input;
line-name = "hw_id1"; line-name = "hw_id1";
}; };
hw_id2 { hw-id2-hog {
gpio-hog; gpio-hog;
gpios = <10 0>; gpios = <10 0>;
input; input;
line-name = "hw_id2"; line-name = "hw_id2";
}; };
fg_int_n { fg-int-n-hog {
gpio-hog; gpio-hog;
gpios = <11 0>; gpios = <11 0>;
input; input;
line-name = "fg_int_n"; line-name = "fg_int_n";
}; };
usba_pwr_en { usba-pwr-en-hog {
gpio-hog; gpio-hog;
gpios = <12 0>; gpios = <12 0>;
output-high; output-high;
line-name = "usba_pwr_en"; line-name = "usba_pwr_en";
}; };
wifi_3v3_pg { wifi-3v3-pg-hog {
gpio-hog; gpio-hog;
gpios = <13 0>; gpios = <13 0>;
input; input;
line-name = "wifi_3v3_pg"; line-name = "wifi_3v3_pg";
}; };
cam_rst { cam-rst-hog {
gpio-hog; gpio-hog;
gpios = <14 0>; gpios = <14 0>;
output-low; output-low;
line-name = "cam_rst"; line-name = "cam_rst";
}; };
cam_pwdn { cam-pwdn-hog {
gpio-hog; gpio-hog;
gpios = <15 0>; gpios = <15 0>;
output-low; output-low;
......
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