* [PATCH] arm64: dts: armada-3720-espressobin: Document URL for schematic
@ 2018-03-16 10:01 Uwe Kleine-König
2018-03-16 14:14 ` Andrew Lunn
` (3 more replies)
0 siblings, 4 replies; 6+ messages in thread
From: Uwe Kleine-König @ 2018-03-16 10:01 UTC (permalink / raw)
To: linux-arm-kernel
The schematic of hte espressobin is publicly available, add a comment
where to find it.
Signed-off-by: Uwe Kleine-K?nig <u.kleine-koenig@pengutronix.de>
---
arch/arm64/boot/dts/marvell/armada-3720-espressobin.dts | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm64/boot/dts/marvell/armada-3720-espressobin.dts b/arch/arm64/boot/dts/marvell/armada-3720-espressobin.dts
index bdfb5553ddb5..6d070b267abe 100644
--- a/arch/arm64/boot/dts/marvell/armada-3720-espressobin.dts
+++ b/arch/arm64/boot/dts/marvell/armada-3720-espressobin.dts
@@ -42,6 +42,9 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
* OTHER DEALINGS IN THE SOFTWARE.
*/
+/*
+ * Schematic available at http://espressobin.net/wp-content/uploads/2017/08/ESPRESSObin_V5_Schematics.pdf
+ */
/dts-v1/;
--
2.16.2
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH] arm64: dts: armada-3720-espressobin: Document URL for schematic
2018-03-16 10:01 [PATCH] arm64: dts: armada-3720-espressobin: Document URL for schematic Uwe Kleine-König
@ 2018-03-16 14:14 ` Andrew Lunn
2018-03-16 14:53 ` Uwe Kleine-König
2018-03-16 17:23 ` Andrew Lunn
` (2 subsequent siblings)
3 siblings, 1 reply; 6+ messages in thread
From: Andrew Lunn @ 2018-03-16 14:14 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Mar 16, 2018 at 11:01:24AM +0100, Uwe Kleine-K?nig wrote:
> The schematic of hte espressobin is publicly available, add a comment
> where to find it.
>
> Signed-off-by: Uwe Kleine-K?nig <u.kleine-koenig@pengutronix.de>
> ---
> arch/arm64/boot/dts/marvell/armada-3720-espressobin.dts | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/marvell/armada-3720-espressobin.dts b/arch/arm64/boot/dts/marvell/armada-3720-espressobin.dts
> index bdfb5553ddb5..6d070b267abe 100644
> --- a/arch/arm64/boot/dts/marvell/armada-3720-espressobin.dts
> +++ b/arch/arm64/boot/dts/marvell/armada-3720-espressobin.dts
> @@ -42,6 +42,9 @@
> * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
> * OTHER DEALINGS IN THE SOFTWARE.
> */
> +/*
> + * Schematic available at http://espressobin.net/wp-content/uploads/2017/08/ESPRESSObin_V5_Schematics.pdf
> + */
Version 4 is also available:
http://wiki.espressobin.net/tiki-download_file.php?fileId=90. I've no
idea how you tell the boards apart. But my espressobin has more
jumpers behind the reset button than the board on the home page.
Andrew
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH] arm64: dts: armada-3720-espressobin: Document URL for schematic
2018-03-16 14:14 ` Andrew Lunn
@ 2018-03-16 14:53 ` Uwe Kleine-König
0 siblings, 0 replies; 6+ messages in thread
From: Uwe Kleine-König @ 2018-03-16 14:53 UTC (permalink / raw)
To: linux-arm-kernel
Hello Andrew,
On Fri, Mar 16, 2018 at 03:14:50PM +0100, Andrew Lunn wrote:
> On Fri, Mar 16, 2018 at 11:01:24AM +0100, Uwe Kleine-K?nig wrote:
> > The schematic of hte espressobin is publicly available, add a comment
> > where to find it.
> >
> > Signed-off-by: Uwe Kleine-K?nig <u.kleine-koenig@pengutronix.de>
> > ---
> > arch/arm64/boot/dts/marvell/armada-3720-espressobin.dts | 3 +++
> > 1 file changed, 3 insertions(+)
> >
> > diff --git a/arch/arm64/boot/dts/marvell/armada-3720-espressobin.dts b/arch/arm64/boot/dts/marvell/armada-3720-espressobin.dts
> > index bdfb5553ddb5..6d070b267abe 100644
> > --- a/arch/arm64/boot/dts/marvell/armada-3720-espressobin.dts
> > +++ b/arch/arm64/boot/dts/marvell/armada-3720-espressobin.dts
> > @@ -42,6 +42,9 @@
> > * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
> > * OTHER DEALINGS IN THE SOFTWARE.
> > */
> > +/*
> > + * Schematic available at http://espressobin.net/wp-content/uploads/2017/08/ESPRESSObin_V5_Schematics.pdf
> > + */
>
> Version 4 is also available:
> http://wiki.espressobin.net/tiki-download_file.php?fileId=90. I've no
> idea how you tell the boards apart. But my espressobin has more
> jumpers behind the reset button than the board on the home page.
on the back side my board has printed:
ESPRESSObin_V5_0_1
between the ethernet ports and the blue USB port, so I guess V5 is the
right schematic for me. And my board has 3 3-pin-headers near the reset
button, these are described on page 7 of the V5 schematic.
Best regards
Uwe
--
Pengutronix e.K. | Uwe Kleine-K?nig |
Industrial Linux Solutions | http://www.pengutronix.de/ |
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH] arm64: dts: armada-3720-espressobin: Document URL for schematic
2018-03-16 10:01 [PATCH] arm64: dts: armada-3720-espressobin: Document URL for schematic Uwe Kleine-König
2018-03-16 14:14 ` Andrew Lunn
@ 2018-03-16 17:23 ` Andrew Lunn
2018-03-16 19:58 ` Uwe Kleine-König
2018-03-19 16:22 ` Gregory CLEMENT
3 siblings, 0 replies; 6+ messages in thread
From: Andrew Lunn @ 2018-03-16 17:23 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Mar 16, 2018 at 11:01:24AM +0100, Uwe Kleine-K?nig wrote:
> The schematic of hte espressobin is publicly available, add a comment
> where to find it.
>
> Signed-off-by: Uwe Kleine-K?nig <u.kleine-koenig@pengutronix.de>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Andrew
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH] arm64: dts: armada-3720-espressobin: Document URL for schematic
2018-03-16 10:01 [PATCH] arm64: dts: armada-3720-espressobin: Document URL for schematic Uwe Kleine-König
2018-03-16 14:14 ` Andrew Lunn
2018-03-16 17:23 ` Andrew Lunn
@ 2018-03-16 19:58 ` Uwe Kleine-König
2018-03-19 16:22 ` Gregory CLEMENT
3 siblings, 0 replies; 6+ messages in thread
From: Uwe Kleine-König @ 2018-03-16 19:58 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Mar 16, 2018 at 11:01:24AM +0100, Uwe Kleine-K?nig wrote:
> The schematic of hte espressobin is publicly available, add a comment
s/hte/the/
Maybe you can fix this up when applying?
Best regards
Uwe
--
Pengutronix e.K. | Uwe Kleine-K?nig |
Industrial Linux Solutions | http://www.pengutronix.de/ |
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH] arm64: dts: armada-3720-espressobin: Document URL for schematic
2018-03-16 10:01 [PATCH] arm64: dts: armada-3720-espressobin: Document URL for schematic Uwe Kleine-König
` (2 preceding siblings ...)
2018-03-16 19:58 ` Uwe Kleine-König
@ 2018-03-19 16:22 ` Gregory CLEMENT
3 siblings, 0 replies; 6+ messages in thread
From: Gregory CLEMENT @ 2018-03-19 16:22 UTC (permalink / raw)
To: linux-arm-kernel
Hi Uwe,
On ven., mars 16 2018, Uwe Kleine-K?nig <u.kleine-koenig@pengutronix.de> wrote:
> The schematic of hte espressobin is publicly available, add a comment
> where to find it.
>
> Signed-off-by: Uwe Kleine-K?nig <u.kleine-koenig@pengutronix.de>
Applied on mvebu/dt64 with the Reviewed-by from Andrew Lunn and the typo
fixed.
Thanks,
Gregory
> ---
> arch/arm64/boot/dts/marvell/armada-3720-espressobin.dts | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/marvell/armada-3720-espressobin.dts b/arch/arm64/boot/dts/marvell/armada-3720-espressobin.dts
> index bdfb5553ddb5..6d070b267abe 100644
> --- a/arch/arm64/boot/dts/marvell/armada-3720-espressobin.dts
> +++ b/arch/arm64/boot/dts/marvell/armada-3720-espressobin.dts
> @@ -42,6 +42,9 @@
> * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
> * OTHER DEALINGS IN THE SOFTWARE.
> */
> +/*
> + * Schematic available at http://espressobin.net/wp-content/uploads/2017/08/ESPRESSObin_V5_Schematics.pdf
> + */
>
> /dts-v1/;
>
> --
> 2.16.2
>
--
Gregory Clement, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
http://bootlin.com
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2018-03-19 16:22 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-16 10:01 [PATCH] arm64: dts: armada-3720-espressobin: Document URL for schematic Uwe Kleine-König
2018-03-16 14:14 ` Andrew Lunn
2018-03-16 14:53 ` Uwe Kleine-König
2018-03-16 17:23 ` Andrew Lunn
2018-03-16 19:58 ` Uwe Kleine-König
2018-03-19 16:22 ` Gregory CLEMENT
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).