“203373c81b83e98da82836c4b8b5dd1e6fc9011f”上不存在“kernel/rcu/tiny_plugin.h”
提交 ad4152d6 编写于 作者: D Douglas Anderson 提交者: Bjorn Andersson

arm64: dts: qcom: sc7280: Move dp_hot_plug_det pull from SoC dtsi file

Pulls should be in the board files, not in the SoC dtsi
file. Remove. Even though the sc7280 boards don't currently refer to
dp_hot_plug_det, let's re-add the pulls there just to keep this as a
no-op change. If boards don't need this / don't want it later then we
can remove it from them.
Signed-off-by: NDouglas Anderson <dianders@chromium.org>
Reviewed-by: NStephen Boyd <swboyd@chromium.org>
Reviewed-by: NMatthias Kaehlcke <mka@chromium.org>
Signed-off-by: NBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220202132301.v3.10.Id346b23642f91e16d68d75f44bcdb5b9fbd155ea@changeid
上级 376e9183
...@@ -826,6 +826,10 @@ ap_ec_spi: &spi8 { ...@@ -826,6 +826,10 @@ ap_ec_spi: &spi8 {
/* PINCTRL - additions to nodes defined in sc7280.dtsi */ /* PINCTRL - additions to nodes defined in sc7280.dtsi */
&dp_hot_plug_det {
bias-disable;
};
&pcie1_clkreq_n { &pcie1_clkreq_n {
bias-pull-up; bias-pull-up;
drive-strength = <2>; drive-strength = <2>;
......
...@@ -355,6 +355,10 @@ ...@@ -355,6 +355,10 @@
/* PINCTRL - additions to nodes defined in sc7280.dtsi */ /* PINCTRL - additions to nodes defined in sc7280.dtsi */
&dp_hot_plug_det {
bias-disable;
};
&pm7325_gpios { &pm7325_gpios {
key_vol_up_default: key-vol-up-default { key_vol_up_default: key-vol-up-default {
pins = "gpio6"; pins = "gpio6";
......
...@@ -3284,7 +3284,6 @@ ...@@ -3284,7 +3284,6 @@
dp_hot_plug_det: dp-hot-plug-det { dp_hot_plug_det: dp-hot-plug-det {
pins = "gpio47"; pins = "gpio47";
function = "dp_hot"; function = "dp_hot";
bias-disable;
}; };
edp_hot_plug_det: edp-hot-plug-det { edp_hot_plug_det: edp-hot-plug-det {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册