Message ID | 20221017234653.55506-1-krzysztof.kozlowski@linaro.org |
---|---|
State | Accepted |
Commit | e3d5e948d1b87e8531d842f4c98f56e0bb1a5c60 |
Headers | show |
Series | [v4,1/4] arm64: dts: qcom: msm8998: add gpio-ranges to TLMM | expand |
On Mon, 17 Oct 2022 19:46:53 -0400, Krzysztof Kozlowski wrote: > Convert Qualcomm MSM8998 pin controller bindings to DT schema. Keep the > parsing of pin configuration subnodes consistent with other Qualcomm > schemas (children named with '-state' suffix, their children with > '-pins'). > > Applied, thanks! [4/4] dt-bindings: pinctrl: qcom,msm8998: convert to dtschema https://git.kernel.org/krzk/linux-dt/c/4065e0c1f81292eb8d954fe84ea1ad2bba703856 Best regards,
diff --git a/arch/arm64/boot/dts/qcom/msm8998.dtsi b/arch/arm64/boot/dts/qcom/msm8998.dtsi index f05f16ac5cc1..2c4acf227253 100644 --- a/arch/arm64/boot/dts/qcom/msm8998.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8998.dtsi @@ -1056,6 +1056,7 @@ tlmm: pinctrl@3400000 { compatible = "qcom,msm8998-pinctrl"; reg = <0x03400000 0xc00000>; interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>; + gpio-ranges = <&tlmm 0 0 150>; gpio-controller; #gpio-cells = <2>; interrupt-controller;