Commit 11fd9a9b authored by Peter Ujfalusi's avatar Peter Ujfalusi Committed by Tony Lindgren

ARM: dts: am335x-evm: Rename pinctrl section for McASP1

Use mcasp1_pins as name for the pinctrl section needed for McASP1 instead
of the am335x_evm_audio_pins name.
Signed-off-by: default avatarPeter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent a6ccad68
...@@ -342,7 +342,7 @@ lcd_pins_s0: lcd_pins_s0 { ...@@ -342,7 +342,7 @@ lcd_pins_s0: lcd_pins_s0 {
>; >;
}; };
am335x_evm_audio_pins: am335x_evm_audio_pins { mcasp1_pins: mcasp1_pins {
pinctrl-single,pins = < pinctrl-single,pins = <
0x10c (PIN_INPUT_PULLDOWN | MUX_MODE4) /* mii1_crs.mcasp1_aclkx */ 0x10c (PIN_INPUT_PULLDOWN | MUX_MODE4) /* mii1_crs.mcasp1_aclkx */
0x110 (PIN_INPUT_PULLDOWN | MUX_MODE4) /* mii1_rxerr.mcasp1_fsx */ 0x110 (PIN_INPUT_PULLDOWN | MUX_MODE4) /* mii1_rxerr.mcasp1_fsx */
...@@ -576,7 +576,7 @@ partition@9 { ...@@ -576,7 +576,7 @@ partition@9 {
&mcasp1 { &mcasp1 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&am335x_evm_audio_pins>; pinctrl-0 = <&mcasp1_pins>;
status = "okay"; status = "okay";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment