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