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.

AM5728: Disable GPIO Port in Linux

Part Number: AM5728

Hi!

I want to disable few gpio ports in linux. 
I'm using .dtb based on arch/arm/boot/dts/am572x-idk.dts

There I have this config:

&gpio8 {
	ti,no-idle;
	status = "disabled";
};

&gpio5 {
	ti,no-idle;
	status = "disabled";
};



System boots when I disabled only gpio8, but when adding gpio5 or gpio1 (these I tested). System is crashing in kernel boot process.

Can you please answer: what is the better way to disable gpio port from Linux?

Kind regards,
Ilya Fedusiv