Disable sys-therm-11 node for kera as it is not required in kera platforms. While at it disable amoled-ecm for pmiv0102 kera platforms. Change-Id: I983c49129182d40d32efc79d062bfbf41684580b Signed-off-by: Kavya Nunna <quic_knunna@quicinc.com>
27 lines
379 B
Plaintext
27 lines
379 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
#include "tuna-pmic-overlay.dtsi"
|
|
|
|
&pm8550ve_f {
|
|
status = "disabled";
|
|
};
|
|
|
|
&pm8550ve_f_temp_alarm {
|
|
status = "disabled";
|
|
};
|
|
|
|
&pm8550ve_f_tz {
|
|
status = "disabled";
|
|
};
|
|
|
|
&pmk8550_sdam_1 {
|
|
ufs_dev: ufs_dev@af {
|
|
reg = <0xaf 0x1>;
|
|
bits = <0 0>;
|
|
};
|
|
};
|
|
|