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

Commit d1b1ab71 authored by Deepak Katragadda's avatar Deepak Katragadda
Browse files

msm: subsys-pil-tz: Add compatible field to subsys-pil-tz table



Add the compatible field to the pil_tz_match_table for other
subsystems to use. The compatible entry in the subsystem's device
tree node will need to be "qcom,pil-tz-generic" for enabling them
to use the generic PIL/SSR driver functionalities.

Change-Id: Ib52822304b4d7f9cfb8e7060c796e02eca3340b2
Signed-off-by: default avatarDeepak Katragadda <dkatraga@codeaurora.org>
parent dd2a8a62
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -713,6 +713,7 @@ static int pil_tz_driver_exit(struct platform_device *pdev)
}

static struct of_device_id pil_tz_match_table[] = {
	{.compatible = "qcom,pil-tz-generic"},
	{}
};