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"