On 7/17/25 1:17 AM, Violet wrote:
Add new device support for the Samsung Galaxy S22 (SM-S901E) phone[...]
What works:
- SimpleFB
- USB
Signed-off-by: Violet <violet@atl.tools>
---
+&tlmm {Do you know what these are connected to?
+ gpio-reserved-ranges = <36 4>, <50 1>;
We tend to document it, see e.g. x1-crd.dtsi
+};Is that a hardware limitation? I thought these phones had the necessary
+
+&usb_1 {
+ /* USB 2.0 only */
+ qcom,select-utmi-as-pipe-clk;
pins connected (for DeX)..
+ status = "okay";A newline before 'status' is good practice, file-wide
Konrad