From c5f8ddc9b269871dc669cec96aa341f63c4ec1d9 Mon Sep 17 00:00:00 2001 From: Shivendra Pratap Date: Wed, 10 Apr 2024 22:21:43 +0530 Subject: [PATCH] ARM: dts: msm: Add pinctrl for TLMM on Tuna Add pinctrl node with compatible "qcom,tuna-tlmm" in order to enable the Top Level Multiplexer (TLMM) block on Tuna SoC. Change-Id: I0d493147efd67b73846701cddc31274a006a6a99 Signed-off-by: Shivendra Pratap --- qcom/tuna-pinctrl.dtsi | 7 +++++++ qcom/tuna.dtsi | 12 ++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 qcom/tuna-pinctrl.dtsi diff --git a/qcom/tuna-pinctrl.dtsi b/qcom/tuna-pinctrl.dtsi new file mode 100644 index 00000000..f0567b81 --- /dev/null +++ b/qcom/tuna-pinctrl.dtsi @@ -0,0 +1,7 @@ +// SPDX-License-Identifier: BSD-3-Clause +/* + * Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved. + */ + +&tlmm { +}; diff --git a/qcom/tuna.dtsi b/qcom/tuna.dtsi index d07a0955..3ba2c963 100644 --- a/qcom/tuna.dtsi +++ b/qcom/tuna.dtsi @@ -281,4 +281,16 @@ status = "disabled"; }; }; + + tlmm: pinctrl@f000000 { + compatible = "qcom,tuna-tlmm"; + reg = <0x0f000000 0x1000000>; + interrupts = ; + gpio-controller; + #gpio-cells = <2>; + interrupt-controller; + #interrupt-cells = <2>; + }; }; + +#include "tuna-pinctrl.dtsi"