Re: [U-Boot] [PATCH] sunxi: Fix wrong serial console setup in Forfun Q88DB tablet

2015-09-10 Thread Hans de Goede
Hi, On 08-09-15 16:49, Siarhei Siamashka wrote: The Forfun Q88DB tablet was unbootable since commit b6006baf9c2553543e3384983d23d95efbf24fa6 ("sunxi: Move all boards to the driver-model"). Appears that this is caused by the wrong serial console setup in the SPL. The serial console should use

[U-Boot] [PATCH] sunxi: Fix wrong serial console setup in Forfun Q88DB tablet

2015-09-08 Thread Siarhei Siamashka
The Forfun Q88DB tablet was unbootable since commit b6006baf9c2553543e3384983d23d95efbf24fa6 ("sunxi: Move all boards to the driver-model"). Appears that this is caused by the wrong serial console setup in the SPL. The serial console should use PG3/PG4 pins according to the FEX file.

Re: [U-Boot] [PATCH] sunxi: Fix wrong serial console setup in Forfun Q88DB tablet

2015-09-08 Thread Siarhei Siamashka
On Tue, 8 Sep 2015 17:49:08 +0300 Siarhei Siamashka wrote: > The Forfun Q88DB tablet was unbootable since commit > b6006baf9c2553543e3384983d23d95efbf24fa6 ("sunxi: Move all > boards to the driver-model"). Appears that this is caused > by the wrong serial console