Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ZyXEL EX5700 的复位键和WPS无效 #358

Open
1 task done
iamyangyiok opened this issue Dec 30, 2024 · 0 comments
Open
1 task done

ZyXEL EX5700 的复位键和WPS无效 #358

iamyangyiok opened this issue Dec 30, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@iamyangyiok
Copy link

iamyangyiok commented Dec 30, 2024

Describe the bug

ZyXEL EX5700 的复位键和WPS键无效。感觉GPIO-KEYS 没有注册上。

DTS内容:
gpio-keys {
compatible = "gpio-keys";
poll-interval = <20>;

	reset-button {
		label = "reset";
		gpios = <&pio 9 GPIO_ACTIVE_LOW>;
		linux,code = <KEY_RESTART>;
	};

	wps-button {
		label = "wps";
		gpios = <&pio 10 GPIO_ACTIVE_LOW>;
		linux,code = <KEY_WPS_BUTTON>;
	};
};

查询
root@6K:~# cat /sys/kernel/debug/gpio
gpiochip0: GPIOs 411-511, parent: platform/1001f000.pinctrl, pinctrl_moore:
gpio-416 ( |mt753x-reset ) out hi
gpio-417 ( |PHY reset ) out hi ACTIVE LOW
gpio-427 ( |white:status ) out lo
gpio-428 ( |red:status ) out lo
gpio-429 ( |amber:status ) out lo
gpio-434 ( |red:net ) out lo
gpio-436 ( |green:net ) out hi
gpio-440 ( |amber:net ) out hi
gpio-442 ( |green:status ) out hi

ImmortalWrt version

21.02

ImmortalWrt target/subtarget

immortalwrt-mt798x

Device

EX5700

Image kind

Self-built image

Steps to reproduce

No response

Actual behaviour

No response

Expected behaviour

No response

Additional info

No response

Diffconfig

No response

Terms

  • I am reporting an issue for ImmortalWrt, not an unsupported fork.
@iamyangyiok iamyangyiok added the bug Something isn't working label Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant