ARM: dts: am335x-evm: Rename pinctrl section for McASP1
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Thu, 2 Jul 2015 14:06:33 +0000 (17:06 +0300)
committerTony Lindgren <tony@atomide.com>
Tue, 14 Jul 2015 11:28:03 +0000 (04:28 -0700)
Use mcasp1_pins as name for the pinctrl section needed for McASP1 instead
of the am335x_evm_audio_pins name.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am335x-evm.dts

index 9cfb591a7f80fda73763e465cbab490cf8e745e1..4db03859105aceddb7459c193e3657eac1a34a8f 100644 (file)
                >;
        };
 
-       am335x_evm_audio_pins: am335x_evm_audio_pins {
+       mcasp1_pins: mcasp1_pins {
                pinctrl-single,pins = <
                        0x10c (PIN_INPUT_PULLDOWN | MUX_MODE4) /* mii1_crs.mcasp1_aclkx */
                        0x110 (PIN_INPUT_PULLDOWN | MUX_MODE4) /* mii1_rxerr.mcasp1_fsx */
 
 &mcasp1 {
        pinctrl-names = "default";
-       pinctrl-0 = <&am335x_evm_audio_pins>;
+       pinctrl-0 = <&mcasp1_pins>;
 
        status = "okay";