Hey Krzysztof,
On 10/27/23 13:55, Krzysztof Kozlowski wrote:
On 25/10/2023 15:50, Sibi Sankar wrote:
From: Rajendra Nayak <quic_rjendra@xxxxxxxxxxx>
Add device tree binding Documentation details for Qualcomm SC8380XP TLMM
device
+required:
+ - compatible
+ - reg
+
+additionalProperties: false
+
+examples:
+ - |
+ #include <dt-bindings/interrupt-controller/arm-gic.h>
+ tlmm: pinctrl@f100000 {
+ compatible = "qcom,sc8380xp-tlmm";
+ reg = <0x0f100000 0xf00000>;
+ gpio-controller;
+ #gpio-cells = <2>;
+ gpio-ranges = <&tlmm 0 0 239>;
Is the 239 number a mistake or do you include here UFS reset?
We seem to be including UFS reset on all the previous Qaulcomm SoCs, so
continuing the same here.
-Sibi
Best regards,
Krzysztof