You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
1.3 KiB
49 lines
1.3 KiB
/* Copyright (c) 2019, The Linux Foundation. All rights reserved.
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 and
|
|
* only version 2 as published by the Free Software Foundation.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*/
|
|
|
|
/ {
|
|
fragment@abc {
|
|
target-path = "/";
|
|
__overlay__ {
|
|
sec_abc {
|
|
compatible = "samsung,sec_abc";
|
|
status = "okay";
|
|
|
|
gpu {
|
|
gpu,label="GPU fault";
|
|
gpu,threshold_count=<4>;
|
|
gpu,threshold_time=<1200>;
|
|
};
|
|
gpu_page {
|
|
gpu_page,label="GPU page fault";
|
|
gpu_page,threshold_count=<20>;
|
|
gpu_page,threshold_time=<1200>;
|
|
};
|
|
aicl {
|
|
aicl,label="battery aicl";
|
|
aicl,threshold_count=<5>;
|
|
aicl,threshold_time=<300>;
|
|
};
|
|
};
|
|
abc_hub {
|
|
compatible = "samsung,abc_hub";
|
|
status = "okay";
|
|
|
|
bootc {
|
|
bootc,time_spec_user = <100000>; /* user binary user build */
|
|
bootc,time_spec_eng = <100000>; /* user binary eng build */
|
|
bootc,time_spec_fac = <100000>; /* factory binary */
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|