[PATCH] Added support for pogoplug e02 (pink/gray)

Arnd Bergmann arnd at arndb.de
Mon Jan 12 00:24:26 PST 2015


On Sunday 11 January 2015 23:11:01 Christoph Junghans wrote:
> The pogoplug differs from the SheevaPlug only by a
> few details, but especially in the led assignments.
> This patch was tested under Gentoo Linux.
> A version of this patch was included in Arch Linux
> on Arm since Jun 2014:
> https://github.com/archlinuxarm/PKGBUILDs/commit/250c2f0aa6ffe66c0ebda61efaa356e5dc709cc7
> A similar patch is available for OpenWrt:
> https://dev.openwrt.org/browser/trunk/target/linux/kirkwood/patches-3.14/150-pogoplug_e02.patch
> 
> Suggested-by: Felix Kaechele <heffer at fedoraproject.org>
> Suggested-by: Oleg Rakhmanov <moonman.ca at gmail.com>
> Signed-off-by: Christoph Junghans <ottxor at gentoo.org>

Very nice, glad someone found the time to do this. Maybe
I should buy one now ;-)

> +
> +	chosen {
> +		bootargs = "console=ttyS0,115200n8 earlyprintk";
> +	};

I'd like to move away from using 'earlyprintk' in dts files.
Can you remove this here and add a 'stdout-path' property that
can be used with 'earlycon'? Unfortunately 3.19 doesn't support
earlycon on ARM yet, but I hope to see that working in 3.20
at last.

	Arnd



More information about the linux-arm-kernel mailing list