提交 6a3b10e5 编写于 作者: G Geert Uytterhoeven

ARM: 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/972d982024cbb04dcf29b2a0ac6beaf41e66c363.1645705927.git.geert+renesas@glider.be
上级 48d8ee5b
......@@ -181,7 +181,7 @@
};
&gpio2 {
touch-interrupt {
touch-interrupt-hog {
gpio-hog;
gpios = <12 GPIO_ACTIVE_LOW>;
input;
......
......@@ -266,7 +266,7 @@
function = "lcd0";
};
lcd0_mux {
lcd0-mux-hog {
/* DBGMD/LCDC0/FSIA MUX */
gpio-hog;
gpios = <176 0>;
......
......@@ -91,10 +91,10 @@
&gpio0 {
/* Disable hogging GP0_18 to output LOW */
/delete-node/ qspi_en;
/delete-node/ qspi-en-hog;
/* Hog GP0_18 to output HIGH to enable VIN2 */
vin2_en {
vin2-en-hog {
gpio-hog;
gpios = <18 GPIO_ACTIVE_HIGH>;
output-high;
......
......@@ -226,7 +226,7 @@
};
&gpio0 {
touch-interrupt {
touch-interrupt-hog {
gpio-hog;
gpios = <24 GPIO_ACTIVE_LOW>;
input;
......@@ -234,7 +234,7 @@
};
&gpio1 {
can-trx-en-gpio{
can-trx-en-hog {
gpio-hog;
gpios = <28 GPIO_ACTIVE_HIGH>;
output-low;
......
......@@ -37,7 +37,7 @@
&gpio0 {
/* GP0_18 set low to select QSPI. Doing so will disable VIN2 */
qspi_en {
qspi-en-hog {
gpio-hog;
gpios = <18 GPIO_ACTIVE_HIGH>;
output-low;
......
......@@ -116,7 +116,7 @@
};
&gpio2 {
interrupt-fixup {
interrupt-fixup-hog {
gpio-hog;
gpios = <29 GPIO_ACTIVE_HIGH>;
line-name = "hdmi-hpd-int";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册