Files
android_kernel_xiaomi_sm845…/qcom/parrot-qrd-pm7250b.dtsi
Kamal Wadhwa d8c0fb0105 ARM: dts: qcom: Skip wireless supply registration for Parrot
Specify "qcom,wireless-charging-not-supported" for parrot
boards as they don't support wireless charging.
Thus, wireless power supply won't be registered and
reading the properties under it won't be attempted.

Change-Id: I6e272e7a8f471f2c04a40f9a75ecb6c5f483c010
2022-09-20 20:08:29 +05:30

41 lines
726 B
Plaintext

#include "parrot-pm7250b.dtsi"
/ {
qcom,pmic-id-size = <9>;
qcom,pmic-id = <0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x2E>;
};
&battery_charger {
qcom,thermal-mitigation = <11500000 11000000 10500000 10000000 9500000
9000000 8500000 8000000 7500000 7000000 6500000
6000000 5500000 5000000 4500000 4000000 3500000
3000000 2500000 2000000 1500000 1000000 500000>;
qcom,wireless-charging-not-supported;
};
&usb0 {
usb-role-switch;
extcon = <&eud>;
dwc3@a600000 {
usb-role-switch;
dr_mode = "otg";
};
port {
usb_port0: endpoint {
remote-endpoint = <&usb_port0_connector>;
};
};
};
&ucsi {
connector {
port {
usb_port0_connector: endpoint {
remote-endpoint = <&usb_port0>;
};
};
};
};