ARM: SPEAr: DT: add uart state to fix warning
authorVipul Kumar Samar <vipulkumar.samar@st.com>
Thu, 30 Aug 2012 04:02:24 +0000 (09:32 +0530)
committerViresh Kumar <viresh.kumar@linaro.org>
Mon, 26 Nov 2012 10:23:52 +0000 (15:53 +0530)
amba-pl011 driver supports two pin state "default" and "sleep" and it
expect from dt to provide this pinctrl states and phandler otherwise it
gives a warning message.

To remove this warning message pass default state with null phandler to uart
pins in device node (In our case all the pins are configured in default states
so we pass null phandler to pins).

Signed-off-by: Vipul Kumar Samar <vipulkumar.samar@st.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>

No differences found