Hi.
My custom board with DM355 does not have the MSP430 chip as compared to the DM355 EVM. The EVM is using the chip to monitor and generate the whole bandwagon of signals and functions such as SD card insert/WP, IMAGER_RESET, DEEPSLP_EN, buttons, IR remote, DECODER_IMAGER, LEDs, real time clock, NTSC/PAL switch...
When recompiling kernel I can disable some of the features through menuconfig (for example, LEDs).
What files/drivers/things do I need to modify to get a clean removal of the MSP430 chip? BTW, my board is also Ethernetless (i.e. not networking stuff).
Thank you.