Skip to content
Snippets Groups Projects
Commit f4adc9a5 authored by Simon Glass's avatar Simon Glass
Browse files

rockchip: jerry: Disable pmic-int-1 setup to avoid a hang


This hangs when activated (by probing the PMIC). Disable it for now until we
understand the root cause.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 79d020ee
No related branches found
No related tags found
No related merge requests found
...@@ -715,7 +715,10 @@ ...@@ -715,7 +715,10 @@
pmic { pmic {
pmic_int_l: pmic-int-l { pmic_int_l: pmic-int-l {
rockchip,pins = <RK_GPIO0 4 RK_FUNC_GPIO &pcfg_pull_up>; /*
* Causes jerry to hang when probing bus 0
* rockchip,pins = <RK_GPIO0 4 RK_FUNC_GPIO &pcfg_pull_up>;
*/
}; };
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment