]> git.ipfire.org Git - people/arne_f/kernel.git/commit
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)
commit7bceba83734dd4d50e978492959bd327f697fc23
tree5a84f62e40a1d3f9cca89fd7710ccaf562f0ebb0
parent4c7a078f9003f31862f3a194dfa6a2dcf0937b39
ARM: SPEAr: DT: add uart state to fix warning

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>
arch/arm/boot/dts/spear1310-evb.dts
arch/arm/boot/dts/spear1340-evb.dts
arch/arm/boot/dts/spear300-evb.dts
arch/arm/boot/dts/spear310-evb.dts
arch/arm/boot/dts/spear320-evb.dts
arch/arm/boot/dts/spear600-evb.dts