This reverts commit 442c5fff97
.
Signed-off-by: Vishvanath Singh <quic_vishvana@quicinc.com>
Change-Id: I091847ba54ada84b902a91dd7b23200a333d6854
30 lines
428 B
Plaintext
30 lines
428 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>;
|
|
};
|
|
};
|
|
|
|
&thermal_zones {
|
|
/delete-node/ sys-therm-11;
|
|
};
|