Last active
January 8, 2020 22:09
-
-
Save hanetzer/262c448afba51c2f3e092dc343263c9d to your computer and use it in GitHub Desktop.
$ git format-patch -1 --stdout;
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 53487660655aebe04832f47406bf007ce93fbdb4 Mon Sep 17 00:00:00 2001 | |
From: "Marty E. Plummer" <[email protected]> | |
Date: Wed, 8 Jan 2020 16:07:14 -0600 | |
Subject: [PATCH] sm8150-common: set SSR9-10 restart_level in init.qcom.rc | |
Change-Id: Ic0da5fec9734be8b92e8a2868f0bc1b16ff34acf | |
Signed-off-by: Marty E. Plummer <[email protected]> | |
--- | |
rootdir/etc/init.qcom.rc | 2 ++ | |
1 file changed, 2 insertions(+) | |
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc | |
index be224a7..787e69a 100644 | |
--- a/rootdir/etc/init.qcom.rc | |
+++ b/rootdir/etc/init.qcom.rc | |
@@ -99,6 +99,8 @@ on early-boot | |
write /sys/bus/msm_subsys/devices/subsys6/restart_level RELATED | |
write /sys/bus/msm_subsys/devices/subsys7/restart_level RELATED | |
write /sys/bus/msm_subsys/devices/subsys8/restart_level RELATED | |
+ write /sys/bus/msm_subsys/devices/subsys9/restart_level RELATED | |
+ write /sys/bus/msm_subsys/devices/subsys10/restart_level RELATED | |
# for backward compatibility | |
-- | |
2.24.1 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment