pps-gpio failes to request GPIO
I've enabled pps-gpio and pps in the kernel config and added the following to the device tree:
/{
//...
pps{
compatible = "pps-gpio";
gpios = <&gpiod 13 GPIO_PULL_UP>;
status = "okay";
};
};but this results in the following when starting the system:
[ 1.350093] pps-gpio pps: failed to request PPS GPIO
[ 1.350132] pps-gpio: probe of pps failed with error -22do you have any hint for me how i can fix that?
I also tried adding a pinctrl section (which resulted in other problems).
Thanks!
Thomas
