DeviceTree updates for 4.16:

- Convert to use memblock_virt_alloc in DT code which supports bootmem
  arches. With this we can remove the arch specific
  early_init_dt_alloc_memory_arch() functions.

- Enable running the DT unittests on UML

- Use SPDX license tags on DT files

- Fix early FDT kconfig ifdef logic

- Clean-up unittest Makefile

- Fix function comment for of_irq_parse_raw

- Add missing documentation for linux,initrd-{start,end} properties

- Clean-up of binding examples using uppercase hex

- Add trivial devices W83773G and Infineon TLV493D-A1B6

- Add missing STM32 SoC bindings

- Various small binding doc fixes

3a6fbcb2e2e4 (HEAD -> dt/next, korg/for-next, korg/dt/next) xtensa:
remove arch specific early DT functions
b75e250a9051 x86: remove arch specific early_init_dt_alloc_memory_arch
f7a6e01c8c90 nios2: remove arch specific early_init_dt_alloc_memory_arch
a518a04eb0f5 mips: remove arch specific early_init_dt_alloc_memory_arch
ac94f18f6636 metag: remove arch specific early DT functions
0fbc0b67a89d cris: remove arch specific early DT functions
5fbd55d21e56 libfdt: remove unnecessary include directive from
<linux/libfdt.h>
bd6dc70b62bb of: unittest: refactor Makefile
0fa1c579349f of/fdt: use memblock_virt_alloc for early alloc
af6074fc9aa4 of: Use SPDX license tag for DT files
f347c3670133 of/fdt: Fix #ifdef dependency of early flattree
declarations
33314a138700 dt-bindings: h8300 clocksource: correct spelling of pulse
62ce85a85e27 dt-bindings: imx6q-pcie: Add required property for i.MX6SX
d7e9ab3c6d76 mmc: Don't reference Linux-specific OF_GPIO_ACTIVE_LOW flag
in DT binding
afc3bca4cf9d dt-bindings: Use lower case hex in unit-addresses
81ee6f1ef9b1 dt-bindings: display: panel: Fix compatible string for
Toshiba LT089AC29000
49c22f7b8705 dt-bindings: Add Infineon TLV493D-A1B6
3b73ad33873e dt-bindings: mailbox: ti,message-manager: Fix interrupt
name error
271ba36e7b32 dt-bindings: chosen: Document linux,initrd-{start,end}
aa199b746678 dt-bindings: arm: document supported STM32 SoC family
fae3b9cd70bd of: irq: Fix function description comment
6019a3d07d72 of: enable unittests on UML
5cc2066d7326 dt-bindings: Add W83773G as a trivial device
xtensa: remove arch specific early DT functions

Now that the DT core code handles bootmem arches, we can remove the xtensa
specific early_init_dt_alloc_memory_arch function. The common
early_init_dt_add_memory_arch can be used too now that xtensa switched to
memblock.

Cc: Chris Zankel <chris@zankel.net>
Cc: linux-xtensa@linux-xtensa.org
Acked-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Rob Herring <robh@kernel.org>
1 file changed