Add the eUSB2 repeater node and references for PM7550BA and PMIV010x. pm7550ba -> ATP and MTP. pmib010x -> QRD and CDP. Change-Id: If971486537915c1f3b8e13a66d294e1fef2596cd Signed-off-by: Uttkarsh Aggarwal <quic_uaggarwa@quicinc.com>
26 lines
437 B
Plaintext
26 lines
437 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_amoled_ecm {
|
|
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>;
|
|
};
|