Skip to content
DeviceTree update for 4.8:

- Removal of most of_platform_populate() calls in arch code. Now the DT
core code calls it in the default case and platforms only need to call
it if they have special needs.

- Use pr_fmt on all the DT core print statements.

- CoreSight binding doc improvements to block name descriptions.

- Add dt_to_config script which can parse dts files and list
corresponding kernel config options.

- Fix memory leak hit with a PowerMac DT.

- Correct a bunch of STMicro compatible strings to use the correct
vendor prefix.

- Fix DA9052 PMIC binding doc to match what is actually used in dts
files.