I am working on jetson tx2 and trying to read value of some gpios in uboot.
but my gpio request is getting failed but same is passing in kernel.
gpio_request(CARRIER_RESET_GPIO, “carrier_reset_check”);
this gpio request is failing in uboot,how i can read status of a pin in uboot?