工具与软件:
最初的问题仍然是相同的。
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
链接的代码发生了以下变化:
-引脚控制的参考 DTSchema : https://www.kernel.org/doc/Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml
-问题:在原始线程中, PMIC pinctrl 命名不正确。
MAIN_GPIO1_PMIC_INTR_PINS_DEFAULT:main-gpio1-PMIC-intr-pins-default
-解决方案:确保您的命名结束与 -pins
PMIC_IRQ_PINS_DEFAULT:PMIC-IRQ-DEFAULT-PINS
-所以从原来的线程的正确解决方案是:
MAIN_GPIO1_PMIC_INTR_PINS_DEFAULT:main-gpio1-pmic-intr-default-pins
main_gpio1_pmic_intr_pins_default: main-gpio1-pmic-intr-default-pins { pinctrl-single,pins = < AM62X_IOPAD(0x01f4, PIN_INPUT_PULLUP, 0) /* (D16) EXTINTn.GPIO1_31 */ >; };
此外: 可以确认是否为 PMIC 输出 INT 引脚设置了外部上拉电阻器吗? 如果未解决、请添加一个、然后查看 IRQ 问题是否已解决。 此解决方案适用于具有类似启动日志但使用 IRQ 27而不是26的用户。