linux use board init file and device tree simultaneously -


is possible simultaneously use "board init file" , "device tree" peripheral device configuration in linux kernel? example have set of peripherals. half of them fixed , other harf changeable. can keep fixed peripherals in "board init file" , rest in "device tree"?

@kiran if check code, still haven't removed board file. can safely both used in parallel. not advisable keep half of peripheral in device tree , other half in board file. goes against reason why device tree brought in first place.


Comments

Popular posts from this blog

sql server - MSSQL Text and Varchar(MAX) fields shown (MEMO) in DBGrid -

php - Changing the visibility scope of parent methods in child classes -

qml - Is it possible to implement SystemTrayIcon functionality in Qt Quick application -