From ca4e3bc19b92d1e01d64d54e2943a2efbdfbd1ef Mon Sep 17 00:00:00 2001 From: Melody Olvera Date: Tue, 16 May 2023 15:38:30 -0700 Subject: [PATCH] ARM: dts: qcom: Add pinctrl file for sun Add pinctrl dtsi file for sun. Change-Id: I72c684d233d2c9e9d7a0d7bdde322a20fea8e9e0 Signed-off-by: Melody Olvera --- qcom/sun-pinctrl.dtsi | 8 ++++++++ qcom/sun.dtsi | 1 + 2 files changed, 9 insertions(+) create mode 100644 qcom/sun-pinctrl.dtsi diff --git a/qcom/sun-pinctrl.dtsi b/qcom/sun-pinctrl.dtsi new file mode 100644 index 00000000..11ea4f47 --- /dev/null +++ b/qcom/sun-pinctrl.dtsi @@ -0,0 +1,8 @@ +// SPDX-License-Identifier: BSD-3-Clause +/* + * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved. + */ + +&tlmm { + +}; diff --git a/qcom/sun.dtsi b/qcom/sun.dtsi index d7504bb1..5fbee641 100644 --- a/qcom/sun.dtsi +++ b/qcom/sun.dtsi @@ -760,3 +760,4 @@ }; #include "msm-arm-smmu-sun.dtsi" +#include "sun-pinctrl.dtsi"