On Mon, Mar 25, 2013 at 12:57:56PM +0530, Mugunthan V N wrote: > am33xx_pinmux: pinmux@44e10800 { > pinctrl-names = "default"; > - pinctrl-0 = <&user_leds_s0>; > + pinctrl-0 = <&user_leds_s0 &cpsw_s0>; Why do you add &cpsw_s0 to the pinmux node? This should go into the cpsw node itself, which should work without further code changes since: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=ab78029ecc347 (drivers/pinctrl: grab default handles from device core) Same for the other patches. Regards, Jan -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html