具有 gpio 行名称的 devicetree 和 libgpiod - 问题

devicetree and libgpiod with gpio-line-names - Issue

我继续尝试在我的 imx7d-pico 的 GPIO6_IO14 中输入名称 LED (技术)device/DEVICETREE(DTS/DTSi-files): https://github.com/neuberfran/Whosebug

我继续使用 Yocto/Zeus、内核 5.6、libgpiod v1.4。我可以眨眼 LED 使用 GPIO6_IO14。但是,当我尝试在此 GPIO 中放置标签名称 (LED) 时 我遇到以下屏幕上显示的问题:

你能帮忙吗

我错误地依赖这个 link:http://next.patchew.org/Linux/20201201074125.11806-1-o.rempel@pengutronix.de/mbox 解决问题。使用围绕 3D 单词的实现,可以在这样的 link.

中看到

从我根据下面 3 links 的那一刻起,我就解决了这个问题。

只需在 imx7d-pico.dtsi 文件中包含 &gpio1 - &gpio7 中的项目。并在&gpio6中,在第十四行包含“LED”。

https://sbexr.rabexc.org/latest/sources/1b/037aa2271810d7.html

https://sbexr.rabexc.org/latest/sources/12/6351a0f24647cd.html

https://sbexr.rabexc.org/latest/sources/d4/db1bab7dc0e22f.html