* [PATCH] ARM: dts: sunxi: Enable spi1 and spi2 for Olimex A20 SOM EVB @ 2016-12-26 17:53 Emmanuel Vadot 2017-01-05 17:16 ` Maxime Ripard 0 siblings, 1 reply; 5+ messages in thread From: Emmanuel Vadot @ 2016-12-26 17:53 UTC (permalink / raw) To: linux-arm-kernel Enable the spi1 and spi2 node since the pins are exposed on the UEXT connectors. Signed-off-by: Emmanuel Vadot <manu@bidouilliste.com> --- arch/arm/boot/dts/sun7i-a20-olimex-som-evb.dts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/sun7i-a20-olimex-som-evb.dts b/arch/arm/boot/dts/sun7i-a20-olimex-som-evb.dts index 669a1c338c76..fa8c6f60552b 100644 --- a/arch/arm/boot/dts/sun7i-a20-olimex-som-evb.dts +++ b/arch/arm/boot/dts/sun7i-a20-olimex-som-evb.dts @@ -300,12 +300,14 @@ pinctrl-names = "default"; pinctrl-0 = <&spi1_pins_a>, <&spi1_cs0_pins_a>; + status = "okay"; }; &spi2 { pinctrl-names = "default"; pinctrl-0 = <&spi2_pins_a>, <&spi2_cs0_pins_a>; + status = "okay"; }; &uart0 { -- 2.11.0 ^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH] ARM: dts: sunxi: Enable spi1 and spi2 for Olimex A20 SOM EVB 2016-12-26 17:53 [PATCH] ARM: dts: sunxi: Enable spi1 and spi2 for Olimex A20 SOM EVB Emmanuel Vadot @ 2017-01-05 17:16 ` Maxime Ripard 2017-01-05 17:37 ` Emmanuel Vadot 0 siblings, 1 reply; 5+ messages in thread From: Maxime Ripard @ 2017-01-05 17:16 UTC (permalink / raw) To: linux-arm-kernel Hi, On Mon, Dec 26, 2016 at 06:53:49PM +0100, Emmanuel Vadot wrote: > Enable the spi1 and spi2 node since the pins are exposed on the UEXT > connectors. > > Signed-off-by: Emmanuel Vadot <manu@bidouilliste.com> > --- > arch/arm/boot/dts/sun7i-a20-olimex-som-evb.dts | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm/boot/dts/sun7i-a20-olimex-som-evb.dts b/arch/arm/boot/dts/sun7i-a20-olimex-som-evb.dts > index 669a1c338c76..fa8c6f60552b 100644 > --- a/arch/arm/boot/dts/sun7i-a20-olimex-som-evb.dts > +++ b/arch/arm/boot/dts/sun7i-a20-olimex-som-evb.dts > @@ -300,12 +300,14 @@ > pinctrl-names = "default"; > pinctrl-0 = <&spi1_pins_a>, > <&spi1_cs0_pins_a>; > + status = "okay"; > }; > > &spi2 { > pinctrl-names = "default"; > pinctrl-0 = <&spi2_pins_a>, > <&spi2_cs0_pins_a>; > + status = "okay"; > }; Those nodes don't exist unfortunately. Maybe you forgot to send one patch? Thanks! Maxime -- Maxime Ripard, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 801 bytes Desc: not available URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20170105/d6854ac6/attachment.sig> ^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH] ARM: dts: sunxi: Enable spi1 and spi2 for Olimex A20 SOM EVB 2017-01-05 17:16 ` Maxime Ripard @ 2017-01-05 17:37 ` Emmanuel Vadot 2017-01-05 18:01 ` Maxime Ripard 0 siblings, 1 reply; 5+ messages in thread From: Emmanuel Vadot @ 2017-01-05 17:37 UTC (permalink / raw) To: linux-arm-kernel Hi, On Thu, 5 Jan 2017 18:16:01 +0100 Maxime Ripard <maxime.ripard@free-electrons.com> wrote: > Hi, > > On Mon, Dec 26, 2016 at 06:53:49PM +0100, Emmanuel Vadot wrote: > > Enable the spi1 and spi2 node since the pins are exposed on the UEXT > > connectors. > > > > Signed-off-by: Emmanuel Vadot <manu@bidouilliste.com> > > --- > > arch/arm/boot/dts/sun7i-a20-olimex-som-evb.dts | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/arch/arm/boot/dts/sun7i-a20-olimex-som-evb.dts b/arch/arm/boot/dts/sun7i-a20-olimex-som-evb.dts > > index 669a1c338c76..fa8c6f60552b 100644 > > --- a/arch/arm/boot/dts/sun7i-a20-olimex-som-evb.dts > > +++ b/arch/arm/boot/dts/sun7i-a20-olimex-som-evb.dts > > @@ -300,12 +300,14 @@ > > pinctrl-names = "default"; > > pinctrl-0 = <&spi1_pins_a>, > > <&spi1_cs0_pins_a>; > > + status = "okay"; > > }; > > > > &spi2 { > > pinctrl-names = "default"; > > pinctrl-0 = <&spi2_pins_a>, > > <&spi2_cs0_pins_a>; > > + status = "okay"; > > }; > > Those nodes don't exist unfortunately. Maybe you forgot to send one > patch? > > Thanks! > Maxime > > -- > Maxime Ripard, Free Electrons > Embedded Linux and Kernel engineering > http://free-electrons.com It's based on a previous sent patch : http://lists.infradead.org/pipermail/linux-arm-kernel/2016-November/469288.html You said you'll squash the two commits. -- Emmanuel Vadot <manu@bidouilliste.com> <manu@freebsd.org> ^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH] ARM: dts: sunxi: Enable spi1 and spi2 for Olimex A20 SOM EVB 2017-01-05 17:37 ` Emmanuel Vadot @ 2017-01-05 18:01 ` Maxime Ripard 2017-01-05 18:04 ` Emmanuel Vadot 0 siblings, 1 reply; 5+ messages in thread From: Maxime Ripard @ 2017-01-05 18:01 UTC (permalink / raw) To: linux-arm-kernel On Thu, Jan 05, 2017 at 06:37:34PM +0100, Emmanuel Vadot wrote: > > Hi, > > On Thu, 5 Jan 2017 18:16:01 +0100 > Maxime Ripard <maxime.ripard@free-electrons.com> wrote: > > > Hi, > > > > On Mon, Dec 26, 2016 at 06:53:49PM +0100, Emmanuel Vadot wrote: > > > Enable the spi1 and spi2 node since the pins are exposed on the UEXT > > > connectors. > > > > > > Signed-off-by: Emmanuel Vadot <manu@bidouilliste.com> > > > --- > > > arch/arm/boot/dts/sun7i-a20-olimex-som-evb.dts | 2 ++ > > > 1 file changed, 2 insertions(+) > > > > > > diff --git a/arch/arm/boot/dts/sun7i-a20-olimex-som-evb.dts b/arch/arm/boot/dts/sun7i-a20-olimex-som-evb.dts > > > index 669a1c338c76..fa8c6f60552b 100644 > > > --- a/arch/arm/boot/dts/sun7i-a20-olimex-som-evb.dts > > > +++ b/arch/arm/boot/dts/sun7i-a20-olimex-som-evb.dts > > > @@ -300,12 +300,14 @@ > > > pinctrl-names = "default"; > > > pinctrl-0 = <&spi1_pins_a>, > > > <&spi1_cs0_pins_a>; > > > + status = "okay"; > > > }; > > > > > > &spi2 { > > > pinctrl-names = "default"; > > > pinctrl-0 = <&spi2_pins_a>, > > > <&spi2_cs0_pins_a>; > > > + status = "okay"; > > > }; > > > > Those nodes don't exist unfortunately. Maybe you forgot to send one > > patch? > > > > Thanks! > > Maxime > > > > -- > > Maxime Ripard, Free Electrons > > Embedded Linux and Kernel engineering > > http://free-electrons.com > > It's based on a previous sent patch : > http://lists.infradead.org/pipermail/linux-arm-kernel/2016-November/469288.html > > You said you'll squash the two commits. Hmmm, indeed, I might have made a mistake on this one and ended up dropping it... :/ I reapplied both and squashed them together, thanks (and sorry again)! Maxime -- Maxime Ripard, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 801 bytes Desc: not available URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20170105/a970b7d1/attachment-0001.sig> ^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH] ARM: dts: sunxi: Enable spi1 and spi2 for Olimex A20 SOM EVB 2017-01-05 18:01 ` Maxime Ripard @ 2017-01-05 18:04 ` Emmanuel Vadot 0 siblings, 0 replies; 5+ messages in thread From: Emmanuel Vadot @ 2017-01-05 18:04 UTC (permalink / raw) To: linux-arm-kernel On Thu, 5 Jan 2017 19:01:51 +0100 Maxime Ripard <maxime.ripard@free-electrons.com> wrote: > On Thu, Jan 05, 2017 at 06:37:34PM +0100, Emmanuel Vadot wrote: > > > > Hi, > > > > On Thu, 5 Jan 2017 18:16:01 +0100 > > Maxime Ripard <maxime.ripard@free-electrons.com> wrote: > > > > > Hi, > > > > > > On Mon, Dec 26, 2016 at 06:53:49PM +0100, Emmanuel Vadot wrote: > > > > Enable the spi1 and spi2 node since the pins are exposed on the UEXT > > > > connectors. > > > > > > > > Signed-off-by: Emmanuel Vadot <manu@bidouilliste.com> > > > > --- > > > > arch/arm/boot/dts/sun7i-a20-olimex-som-evb.dts | 2 ++ > > > > 1 file changed, 2 insertions(+) > > > > > > > > diff --git a/arch/arm/boot/dts/sun7i-a20-olimex-som-evb.dts b/arch/arm/boot/dts/sun7i-a20-olimex-som-evb.dts > > > > index 669a1c338c76..fa8c6f60552b 100644 > > > > --- a/arch/arm/boot/dts/sun7i-a20-olimex-som-evb.dts > > > > +++ b/arch/arm/boot/dts/sun7i-a20-olimex-som-evb.dts > > > > @@ -300,12 +300,14 @@ > > > > pinctrl-names = "default"; > > > > pinctrl-0 = <&spi1_pins_a>, > > > > <&spi1_cs0_pins_a>; > > > > + status = "okay"; > > > > }; > > > > > > > > &spi2 { > > > > pinctrl-names = "default"; > > > > pinctrl-0 = <&spi2_pins_a>, > > > > <&spi2_cs0_pins_a>; > > > > + status = "okay"; > > > > }; > > > > > > Those nodes don't exist unfortunately. Maybe you forgot to send one > > > patch? > > > > > > Thanks! > > > Maxime > > > > > > -- > > > Maxime Ripard, Free Electrons > > > Embedded Linux and Kernel engineering > > > http://free-electrons.com > > > > It's based on a previous sent patch : > > http://lists.infradead.org/pipermail/linux-arm-kernel/2016-November/469288.html > > > > You said you'll squash the two commits. > > Hmmm, indeed, I might have made a mistake on this one and ended up > dropping it... :/ > > I reapplied both and squashed them together, thanks (and sorry again)! > > Maxime > > -- > Maxime Ripard, Free Electrons > Embedded Linux and Kernel engineering > http://free-electrons.com No problem, thank you! -- Emmanuel Vadot <manu@bidouilliste.com> <manu@freebsd.org> ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-01-05 18:04 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2016-12-26 17:53 [PATCH] ARM: dts: sunxi: Enable spi1 and spi2 for Olimex A20 SOM EVB Emmanuel Vadot 2017-01-05 17:16 ` Maxime Ripard 2017-01-05 17:37 ` Emmanuel Vadot 2017-01-05 18:01 ` Maxime Ripard 2017-01-05 18:04 ` Emmanuel Vadot
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox