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

html - jquery - p element wont show after I hid it -

python - BeautifulSoup: How to get the nearest tag -

php - Return Last Insert ID with PDO -