提交 c351c254 编写于 作者: S Srinivas Kandagatla 提交者: Andy Gross

ARM: dts: apq8064: move sdcc3 pinctrls out of baord file

This patch move sdcc3 pinctrl nodes out of board file, so that
other boards do not duplicate the same thing.
Signed-off-by: NSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: NAndy Gross <andy.gross@linaro.org>
上级 ccd140b5
...@@ -27,6 +27,26 @@ ...@@ -27,6 +27,26 @@
}; };
}; };
sdcc3_pins: sdcc3-pin-active {
clk {
pins = "sdc3_clk";
drive-strengh = <8>;
bias-disable;
};
cmd {
pins = "sdc3_cmd";
drive-strengh = <8>;
bias-pull-up;
};
data {
pins = "sdc3_data";
drive-strengh = <8>;
bias-pull-up;
};
};
ps_hold: ps_hold { ps_hold: ps_hold {
mux { mux {
pins = "gpio78"; pins = "gpio78";
......
...@@ -71,26 +71,6 @@ ...@@ -71,26 +71,6 @@
}; };
sdcc3_pin_a: sdcc3-pin-active {
clk {
pins = "sdc3_clk";
drive-strengh = <8>;
bias-disable;
};
cmd {
pins = "sdc3_cmd";
drive-strengh = <8>;
bias-pull-up;
};
data {
pins = "sdc3_data";
drive-strengh = <8>;
bias-pull-up;
};
};
sdcc3_cd_pin_a: sdcc3-cd-pin-active { sdcc3_cd_pin_a: sdcc3-cd-pin-active {
pins = "gpio26"; pins = "gpio26";
function = "gpio"; function = "gpio";
...@@ -407,7 +387,7 @@ ...@@ -407,7 +387,7 @@
cd-gpios = <&tlmm_pinmux 26 GPIO_ACTIVE_LOW>; cd-gpios = <&tlmm_pinmux 26 GPIO_ACTIVE_LOW>;
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&sdcc3_pin_a>, <&sdcc3_cd_pin_a>; pinctrl-0 = <&sdcc3_pins>, <&sdcc3_cd_pin_a>;
}; };
}; };
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册