Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: pinctrl: qcom: msm8960: rename msmgpio node to tlmm

Rename the GPIO controller node from "msmgpio" to "tlmm" to match the
convention used by other Qualcomm SoCs.

Suggested-by: Shinjo Park <peremen@gmail.com>
Signed-off-by: Antony Kurniawan Soemardi <linux@smankusors.com>
Reviewed-by: Bjorn Andersson <andersson@kernel.org>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Antony Kurniawan Soemardi and committed by
Linus Walleij
543e3b4a a7b4825c

+2 -2
+2 -2
Documentation/devicetree/bindings/pinctrl/qcom,msm8960-pinctrl.yaml
··· 107 107 - | 108 108 #include <dt-bindings/interrupt-controller/arm-gic.h> 109 109 110 - msmgpio: pinctrl@800000 { 110 + tlmm: pinctrl@800000 { 111 111 compatible = "qcom,msm8960-pinctrl"; 112 112 reg = <0x800000 0x4000>; 113 113 #gpio-cells = <2>; 114 114 gpio-controller; 115 - gpio-ranges = <&msmgpio 0 0 152>; 115 + gpio-ranges = <&tlmm 0 0 152>; 116 116 interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>; 117 117 interrupt-controller; 118 118 #interrupt-cells = <2>;