mirror of https://gitee.com/openkylin/linux.git
ARM: dts: omap3-gta04: Move spi gpio pins to pmx_core2
Because of commit: 3d49538364
spi_gpio_pins node isn't valid anymore. Move to pmx_core2 node.
Signed-off-by: Marek Belisko <marek@goldelico.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
e51c6beaef
commit
6c402f8d67
|
@ -141,12 +141,15 @@ dss_dpi_pins: pinmux_dss_dpi_pins {
|
|||
0x0da (PIN_OUTPUT | MUX_MODE0) /* dss_data23.dss_data23 */
|
||||
>;
|
||||
};
|
||||
};
|
||||
|
||||
&omap3_pmx_core2 {
|
||||
spi_gpio_pins: spi_gpio_pinmux {
|
||||
pinctrl-single,pins = <0x5a8 (PIN_OUTPUT | MUX_MODE4) /* clk */
|
||||
0x5b6 (PIN_OUTPUT | MUX_MODE4) /* cs */
|
||||
0x5b8 (PIN_OUTPUT | MUX_MODE4) /* tx */
|
||||
0x5b4 (PIN_INPUT | MUX_MODE4) /* rx */
|
||||
pinctrl-single,pins = <
|
||||
OMAP3630_CORE2_IOPAD(0x25d8, PIN_OUTPUT | MUX_MODE4) /* clk */
|
||||
OMAP3630_CORE2_IOPAD(0x25e6, PIN_OUTPUT | MUX_MODE4) /* cs */
|
||||
OMAP3630_CORE2_IOPAD(0x25e8, PIN_OUTPUT | MUX_MODE4) /* tx */
|
||||
OMAP3630_CORE2_IOPAD(0x25e4, PIN_INPUT | MUX_MODE4) /* rx */
|
||||
>;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue