Hi, On Wed, Mar 20, 2013 at 16:16:57, Manjunathappa, Prakash wrote: > Patch adds SPI1 DT node along with pinmux data. > > Signed-off-by: Manjunathappa, Prakash <[email protected]> > --- > arch/arm/boot/dts/da850.dtsi | 18 ++++++++++++++++++ > 1 files changed, 18 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi > index 3ec1bda..327fb06 100644 > --- a/arch/arm/boot/dts/da850.dtsi > +++ b/arch/arm/boot/dts/da850.dtsi > @@ -62,6 +62,14 @@ > 0x10 0x00002200 0x0000ff00 > >; > }; > + spi1_pins: pinmux_spi_pins { > + pinctrl-single,bits = < > + /* SIMO, SOMI, ENA, > + * CLK, CS[0], CS[1] > + */ > + 0x14 0x00111111 0x00ffffff
Since chip select is specific to a board, let me separate it out so as to allow boards choose accordingly. Thanks, Prakash ------------------------------------------------------------------------------ Minimize network downtime and maximize team effectiveness. Reduce network management and security costs.Learn how to hire the most talented Cisco Certified professionals. Visit the Employer Resources Portal http://www.cisco.com/web/learning/employer_resources/index.html _______________________________________________ spi-devel-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/spi-devel-general
