提交 6aab42b7 编写于 作者: A Andrew F. Davis 提交者: Tony Lindgren

ARM: dts: am43xx-epos-evm: Add sleep pinmux for ecap0

Add sleep pinmux for ecap0.
Signed-off-by: NAndrew F. Davis <afd@ti.com>
Signed-off-by: NTony Lindgren <tony@atomide.com>
上级 c582413d
...@@ -219,12 +219,18 @@ ...@@ -219,12 +219,18 @@
>; >;
}; };
ecap0_pins: backlight_pins { ecap0_pins_default: backlight_pins_default {
pinctrl-single,pins = < pinctrl-single,pins = <
AM4372_IOPAD(0x964, MUX_MODE0) /* eCAP0_in_PWM0_out.eCAP0_in_PWM0_out MODE0 */ AM4372_IOPAD(0x964, MUX_MODE0) /* eCAP0_in_PWM0_out.eCAP0_in_PWM0_out MODE0 */
>; >;
}; };
ecap0_pins_sleep: backlight_pins_sleep {
pinctrl-single,pins = <
AM4372_IOPAD(0x964, DS0_PIN_OUTPUT_PULLUP | MUX_MODE7)
>;
};
i2c2_pins: pinmux_i2c2_pins { i2c2_pins: pinmux_i2c2_pins {
pinctrl-single,pins = < pinctrl-single,pins = <
AM4372_IOPAD(0x9c0, PIN_INPUT_PULLUP | SLEWCTRL_FAST | MUX_MODE8) /* i2c2_sda.i2c2_sda */ AM4372_IOPAD(0x9c0, PIN_INPUT_PULLUP | SLEWCTRL_FAST | MUX_MODE8) /* i2c2_sda.i2c2_sda */
...@@ -680,8 +686,9 @@ ...@@ -680,8 +686,9 @@
&ecap0 { &ecap0 {
status = "okay"; status = "okay";
pinctrl-names = "default"; pinctrl-names = "default", "sleep";
pinctrl-0 = <&ecap0_pins>; pinctrl-0 = <&ecap0_pins_default>;
pinctrl-1 = <&ecap0_pins_sleep>;
}; };
&spi0 { &spi0 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册