treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / arch / arm64 / boot / dts / qcom / msm8994-pins.dtsi
blob2e118d967f539f3fa1b715ad8e3a8af12b53e943
1 // SPDX-License-Identifier: GPL-2.0-only
2 /*
3  * Copyright (c) 2013-2016, The Linux Foundation. All rights reserved.
4  */
6 &msmgpio {
7         blsp1_uart2_default: blsp1_uart2_default {
8                 pinmux {
9                         function = "blsp_uart2";
10                         pins = "gpio4", "gpio5";
11                 };
12                 pinconf {
13                         pins = "gpio4", "gpio5";
14                         drive-strength = <16>;
15                         bias-disable;
16                 };
17         };
19         blsp1_uart2_sleep: blsp1_uart2_sleep {
20                 pinmux {
21                         function = "gpio";
22                         pins = "gpio4", "gpio5";
23                 };
24                 pinconf {
25                         pins = "gpio4", "gpio5";
26                         drive-strength = <2>;
27                         bias-pull-down;
28                 };
29         };