x86/devicetree: Initialize device tree before using it
authorIvan Gorinov <ivan.gorinov@intel.com>
Wed, 7 Mar 2018 19:46:29 +0000 (11:46 -0800)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 8 Mar 2018 08:59:53 +0000 (09:59 +0100)
commit628df9dc5ad886b0a9b33c75a7b09710eb859ca1
treef1ea0bac6ce55474a3371fc0cc2773568a6cf5ee
parentac95090a0440be1b17aa1b5d9462d9c67146ce0b
x86/devicetree: Initialize device tree before using it

Commit 08d53aa58cb1 added CRC32 calculation in early_init_dt_verify() and
checking in late initcall of_fdt_raw_init(), making early_init_dt_verify()
mandatory.

The required call to early_init_dt_verify() was not added to the
x86-specific implementation, causing failure to create the sysfs entry in
of_fdt_raw_init().

Fixes: 08d53aa58cb1 ("of/fdt: export fdt blob as /sys/firmware/fdt")
Signed-off-by: Ivan Gorinov <ivan.gorinov@intel.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Rob Herring <robh+dt@kernel.org>
Link: https://lkml.kernel.org/r/c8c7e941efc63b5d25ebf9b6350b0f3df38f6098.1520450752.git.ivan.gorinov@intel.com
arch/x86/kernel/devicetree.c