Skip to content

Commit

Permalink
gs101: Remove clk_ignore_unused and no_console_suspend
Browse files Browse the repository at this point in the history
 * Both are for debugging

Signed-off-by: celtare21 <[email protected]>
  • Loading branch information
celtare21 committed Dec 17, 2022
1 parent 203d193 commit ad9567f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/google/gs101.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
};

chosen {
bootargs = "rcupdate.rcu_expedited=1 rcu_nocbs=0-7 earlycon=exynos4210,mmio32,0x10A00000 console=ttySAC0,115200n8 clocksource=arch_sys_counter root=/dev/ram0 androidboot.hardware.platform=gs101 androidboot.debug_level=0x4948 firmware_class.path=/vendor/firmware reserve-fimc=0xffffff90f9fe0000 clk_ignore_unused loop.max_part=7 coherent_pool=4M no_console_suspend softlockup_panic=1 cgroup_disable=memory";
bootargs = "rcupdate.rcu_expedited=1 rcu_nocbs=0-7 earlycon=exynos4210,mmio32,0x10A00000 console=ttySAC0,115200n8 clocksource=arch_sys_counter root=/dev/ram0 androidboot.hardware.platform=gs101 androidboot.debug_level=0x4948 firmware_class.path=/vendor/firmware reserve-fimc=0xffffff90f9fe0000 loop.max_part=7 coherent_pool=4M softlockup_panic=1 cgroup_disable=memory";
};

odm: odm {
Expand Down

0 comments on commit ad9567f

Please sign in to comment.