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>
22 lines
394 B
Plaintext
22 lines
394 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
#include "tuna-pmiv0108.dtsi"
|
|
|
|
&pmiv010x_amoled {
|
|
status= "ok";
|
|
};
|
|
|
|
&pmiv010x_eusb2_repeater {
|
|
vdd18-supply = <&L7B>;
|
|
vdd3-supply = <&L17B>;
|
|
status = "ok";
|
|
};
|
|
|
|
&eusb2_phy0 {
|
|
dummy-supply = <&pmiv010x_eusb2_repeater>;
|
|
usb-repeater = <&pmiv010x_eusb2_repeater>;
|
|
};
|