On 6.11.2023 09:39, Neil Armstrong wrote:
Now interconnect dependent devices are added in sm8650 DTSI,Little nits:
now enable more devices for the Qualcomm SM8650 MTP board:
- PCIe
- Display
- DSPs
- SDCard
- UFS
- USB role switch with PMIC Glink
Signed-off-by: Neil Armstrong <neil.armstrong@xxxxxxxxxx>
---
[...]
&tlmm {Dmitry voiced concerns about having the "SDE_" part here lately
gpio-reserved-ranges = <32 8>;
+
+ sde_dsi_active: sde-dsi-active-state {
is it part of the actual pin name (in the schematic)?
[...]
&usb_1_dwc3 {Isn't that the default?
- dr_mode = "peripheral";
+ dr_mode = "otg";
Konrad