Hi, recently I test my TI-8148-EVM board, and follow the "TI81XX PSP PCI Express Root Complex Driver User Guide" to enable PCIE.
I change some DIP switch and modified kernel config by guide, and I can use PCIE
But I wondering can I use GPIO pin to control PCIE enable/disable, so I link GPIO15 to PCIE enable, and write a bash script to set this pin high after I get into system.
And I find PCIE is unable to use now, I think maybe this pin should be pulled high before kernel do PCIE init functions. but I search the arch/arm/mach-omap2/board-ti8148evm.c, and can't find any function like this. could someone tell me where should I set this pin high in kernel code?
thanks.