summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/qcom/msm8994-pins.dtsi
diff options
context:
space:
mode:
authorKonrad Dybcio <konradybcio@gmail.com>2020-06-24 00:48:00 +0200
committerBjorn Andersson <bjorn.andersson@linaro.org>2020-06-23 16:03:20 -0700
commit7c865b09b0a133fb9af47b1df6ba413d66b570a1 (patch)
treec53ce4f97f10e8c8273942bdd48ac18da1db9b74 /arch/arm64/boot/dts/qcom/msm8994-pins.dtsi
parent23a8903785b9dc64abf97540fd6ea1b76944dcb6 (diff)
arm64: dts: qcom: msm8994: Modernize the DTS style
Following changes have been made: - remove name, compatible and msm-id - wrap clocks in clocks{} - order nodes by name and by address - clock_gcc -> gcc - msmgpio -> tlmm - qcom,smem -> smem - remove unit-address from smem - retire msm8994-pins.dtsi - add some of the missing pins - make comments C-style Signed-off-by: Konrad Dybcio <konradybcio@gmail.com> Link: https://lore.kernel.org/r/20200623224813.297077-2-konradybcio@gmail.com Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'arch/arm64/boot/dts/qcom/msm8994-pins.dtsi')
-rw-r--r--arch/arm64/boot/dts/qcom/msm8994-pins.dtsi30
1 files changed, 0 insertions, 30 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8994-pins.dtsi b/arch/arm64/boot/dts/qcom/msm8994-pins.dtsi
deleted file mode 100644
index 2e118d967f53..000000000000
--- a/arch/arm64/boot/dts/qcom/msm8994-pins.dtsi
+++ /dev/null
@@ -1,30 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0-only
-/*
- * Copyright (c) 2013-2016, The Linux Foundation. All rights reserved.
- */
-
-&msmgpio {
- blsp1_uart2_default: blsp1_uart2_default {
- pinmux {
- function = "blsp_uart2";
- pins = "gpio4", "gpio5";
- };
- pinconf {
- pins = "gpio4", "gpio5";
- drive-strength = <16>;
- bias-disable;
- };
- };
-
- blsp1_uart2_sleep: blsp1_uart2_sleep {
- pinmux {
- function = "gpio";
- pins = "gpio4", "gpio5";
- };
- pinconf {
- pins = "gpio4", "gpio5";
- drive-strength = <2>;
- bias-pull-down;
- };
- };
-};