From 1f2a22626c19026e5637266bf61e04917f021519 Mon Sep 17 00:00:00 2001 From: Hrishabh Rajput Date: Thu, 26 Oct 2023 10:56:47 +0530 Subject: [PATCH] bindings: Update TLMM VM documentation for Sun Pinctrl driver enables Top Level Mode Multiplexer block(TLMM) on Sun VM. TLMM VM irqchip acts as parent interrupt controller for TLMM on VM. Change-Id: I36df331dc4af91a5ef1f46c7791ffaa79d8f289f Signed-off-by: Hrishabh Rajput --- ...-vm-pinctrl.yaml => qcom,sun-vm-tlmm.yaml} | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) rename bindings/pinctrl/{qcom,sun-vm-pinctrl.yaml => qcom,sun-vm-tlmm.yaml} (56%) diff --git a/bindings/pinctrl/qcom,sun-vm-pinctrl.yaml b/bindings/pinctrl/qcom,sun-vm-tlmm.yaml similarity index 56% rename from bindings/pinctrl/qcom,sun-vm-pinctrl.yaml rename to bindings/pinctrl/qcom,sun-vm-tlmm.yaml index 99af8f24..d2a07ff9 100644 --- a/bindings/pinctrl/qcom,sun-vm-pinctrl.yaml +++ b/bindings/pinctrl/qcom,sun-vm-tlmm.yaml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) %YAML 1.2 --- -$id: http://devicetree.org/schemas/pinctrl/qcom,sun-vm-pinctrl.yaml# +$id: http://devicetree.org/schemas/pinctrl/qcom,sun-vm-tlmm.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# title: Qualcomm Technologies, Inc. SUN VM TLMM block @@ -15,17 +15,17 @@ description: | properties: compatible: - const: qcom,sun-vm-pinctrl + const: qcom,sun-vm-tlmm examples: - | tlmm: pinctrl@03000000 { - compatible = "qcom,pineapple-vm-pinctrl"; - reg = <0x03000000 0xdc2000>; - interrupts-extended = <0 208 0>; - gpio-controller; - #gpio-cells = <2>; - interrupt-controller; - #interrupt-cells = <2>; - gpios = /bits/ 16 <0 1>; + compatible = "qcom,sun-vm-tlmm"; + reg = <0x03000000 0xdc2000>; + interrupts-extended = <0 208 0>; + gpio-controller; + #gpio-cells = <2>; + interrupt-controller; + #interrupt-cells = <2>; + gpios = /bits/ 16 <0 1>; };