lkml.org 
[lkml]   [2022]   [Jun]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v1 0/2] of: populate of_root node if not set
Date
In order to apply overlays or create new nodes under the root node, the
kernel expects of_root to be set. On some system were a device-tree us
not provided by firmware (x86 for instance) if CONFIG_OF is enabled,
then we will end up with a null of_root. This series add support to
create this root node using a builtin dtb and remove the manual
creation of the root node done in unittests.c.

Clément Léger (2):
of: base: populate of_root node if not set
of: unittest: remove check for of_root

drivers/of/Makefile | 2 +-
drivers/of/base.c | 18 ++++++++++++++++--
drivers/of/empty_root.dts | 6 ++++++
drivers/of/unittest.c | 10 ----------
4 files changed, 23 insertions(+), 13 deletions(-)
create mode 100644 drivers/of/empty_root.dts

--
2.36.1

\
 
 \ /
  Last update: 2022-06-23 12:54    [W:0.052 / U:1.592 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site