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.

Linux/TDA2P-ACD: PPS signal on GPIO

Part Number: TDA2P-ACD

Tool/software: Linux

Hi,

We have custom tda2p board and we connected PPS signal from GPS device to GPIO7_14. We enabled PPS support in kernel and added following changes in dra76-evm.dts file:

pps {
    compatible = "pps-gpio";
    pinctrl-names = "default";
    pinctrl-0 = <&pinctrl_pps>;
    gpios = <&gpio7 14 GPIO_ACTIVE_HIGH>;
    status = "okay";
};

…

&dra7_pmx_core {
   pinctrl_pps: pinctrl_pps {
       pinctrl_single, pins = <
           0x3c0 (PIN_INPUT_PULLDOWN | MUXMODE14)
       >;
   };
};

However, we don't have any log messages about pps source nor any directory in /sys/class/pps. What are we missing?

Regards,

Suzana