Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ba3aa33b authored by Saravana Kannan's avatar Saravana Kannan
Browse files

ANDROID: of: property: Enable of_devlink by default



The of_devlink feature creates device links between devices based on
the common device tree bindings listed in their device node. This
allows improved probe ordering and also makes sure the sync_state()
calls to the device drivers come only after all the consumers of a
device have probed successfully.

Enable this by default on Android since this is required to ease
modularization efforts for GKI.

Bug: 143308885
Signed-off-by: default avatarSaravana Kannan <saravanak@google.com>
Change-Id: I57c44e74e35d829ae2ae3145dc241ccf348f2eea
parent 5e64fb89
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1229,7 +1229,7 @@ static int of_link_to_suppliers(struct device *dev,
	return ret;
}

static bool of_devlink;
static bool of_devlink = true;
core_param(of_devlink, of_devlink, bool, 0);

static int of_fwnode_add_links(const struct fwnode_handle *fwnode,