Loading arch/arm64/boot/dts/qcom/sdm855-pinctrl.dtsi +57 −1 Original line number Diff line number Diff line /* Copyright (c) 2017, The Linux Foundation. All rights reserved. /* Copyright (c) 2017-2018, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -1808,5 +1808,61 @@ }; }; }; pmx_sde: pmx_sde { sde_dsi_active: sde_dsi_active { mux { pins = "gpio6", "gpio7", "gpio130"; function = "gpio"; }; config { pins = "gpio6", "gpio7", "gpio130"; drive-strength = <8>; /* 8 mA */ bias-disable = <0>; /* no pull */ }; }; sde_dsi_suspend: sde_dsi_suspend { mux { pins = "gpio6", "gpio7", "gpio130"; function = "gpio"; }; config { pins = "gpio6", "gpio7", "gpio130"; drive-strength = <2>; /* 2 mA */ bias-pull-down; /* PULL DOWN */ }; }; }; pmx_sde_te { sde_te_active: sde_te_active { mux { pins = "gpio8"; function = "mdp_vsync"; }; config { pins = "gpio8"; drive-strength = <2>; /* 2 mA */ bias-pull-down; /* PULL DOWN */ }; }; sde_te_suspend: sde_te_suspend { mux { pins = "gpio8"; function = "mdp_vsync"; }; config { pins = "gpio8"; drive-strength = <2>; /* 2 mA */ bias-pull-down; /* PULL DOWN */ }; }; }; }; }; Loading
arch/arm64/boot/dts/qcom/sdm855-pinctrl.dtsi +57 −1 Original line number Diff line number Diff line /* Copyright (c) 2017, The Linux Foundation. All rights reserved. /* Copyright (c) 2017-2018, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -1808,5 +1808,61 @@ }; }; }; pmx_sde: pmx_sde { sde_dsi_active: sde_dsi_active { mux { pins = "gpio6", "gpio7", "gpio130"; function = "gpio"; }; config { pins = "gpio6", "gpio7", "gpio130"; drive-strength = <8>; /* 8 mA */ bias-disable = <0>; /* no pull */ }; }; sde_dsi_suspend: sde_dsi_suspend { mux { pins = "gpio6", "gpio7", "gpio130"; function = "gpio"; }; config { pins = "gpio6", "gpio7", "gpio130"; drive-strength = <2>; /* 2 mA */ bias-pull-down; /* PULL DOWN */ }; }; }; pmx_sde_te { sde_te_active: sde_te_active { mux { pins = "gpio8"; function = "mdp_vsync"; }; config { pins = "gpio8"; drive-strength = <2>; /* 2 mA */ bias-pull-down; /* PULL DOWN */ }; }; sde_te_suspend: sde_te_suspend { mux { pins = "gpio8"; function = "mdp_vsync"; }; config { pins = "gpio8"; drive-strength = <2>; /* 2 mA */ bias-pull-down; /* PULL DOWN */ }; }; }; }; };