sen1_pwren GPIO pin is not able to power OFF/ON

I am trying to do power on/off  the below GPIO pin through UART test commands or through normal power on/off operation.
 i am not able to see the pin getting ON/OFF, nothing it is reflecting .

shared the below dts code for the pin

    aliases {
        sen1pwren = &sen1_pwren;
gpios {
        compatible = "gpio-keys";
        sen1_pwren: sen1_pwren {
            gpios = <&gpio1 02 GPIO_ACTIVE_HIGH>;
            label = "sen1 pwren";
        };

i  am using the correct pin configuration as shared, please provide any inputs why it is not being operable ?
Parents Reply Children
No Data
Related