OrangePi-RV2: add missing interrupt for bcmdhd WLAN hostwake GPIO

Signed-off-by: Sven-Ola Tuecke <sven-ola@gmx.de>
This commit is contained in:
Sven-Ola Tuecke 2026-01-17 17:04:38 +01:00 committed by c0rnelius
parent 51295805e2
commit d68fb5d2d2

View File

@ -150,6 +150,8 @@
wlan_pwrseq: wlan-pwrseq {
compatible = "spacemit,wlan-pwrseq";
interrupt-parent = <&gpio>;
interrupts = <66 1>;
regon-gpios = <&gpio 67 GPIO_ACTIVE_HIGH>;
hostwake-gpios = <&gpio 66 GPIO_ACTIVE_HIGH>;
};