Hi, * Drew Fustini <drew@xxxxxxxxxxxxxxx> [200712 21:56]: > P2.03 header pin on PocketBeagle maps to gpiochip 0 line 23. It is PIN9 > which value on boot: 0x37 (input [0x20] pull-up [0x10] gpio mode [0x7]) > > $ cat /sys/kernel/debug/pinctrl/44e10800.pinmux-pinctrl-single/pins |grep ^'pin 9' |head -1 > pin 9 (PIN9) 44e10824 00000037 pinctrl-single > > $ gpiomon -B pull-down 0 23 Nice it's getting quite close to a user usable feature :) I think we really should have an easy way to use the dts configured GPIO line names here though. Can we make the dts configured GPIO line name show up in the pinctrl output directly? This would allow grepping for the device specific GPIO line name directly in from the debugfs "pins" output. But Ideally this should be done with the gpio sysfs interface though somehow rather than rely on pinctrl debugfs. The debugfs interface should be optional, and can change. Regards, Tony