[linux-sunxi] Re: [PATCH v4 05/11] board: Add SoPine support

2017-10-30 Thread André Przywara
On 26/10/17 19:11, Jagan Teki wrote: > Add initial support for SoPine board with below features: > - U-Boot 2017.09 > - Linux 4.13.7 > - Default packages from buildroot > diff --git a/board/pine64/sopine/readme.txt b/board/pine64/sopine/readme.txt > new file mode 100644 > index

[linux-sunxi] [PATCH] sunxi: set the default CPUx frequency of H5 to 816MHz

2017-10-30 Thread Icenowy Zheng
Some H5 boards are designed to start at 1.1V CPUx voltage (e.g. Nano Pi NEO2), which may not work properly at 1008MHz if the chip's quality is not so good. Lower the default CPUx frequency of H5 to 816MHz. Signed-off-by: Icenowy Zheng --- arch/arm/mach-sunxi/Kconfig | 2 +- 1

[linux-sunxi] Re: [U-Boot] [PATCH] video: sunxi: de2: add support for LCD SimpleFB

2017-10-30 Thread Jagan Teki
On Mon, Oct 30, 2017 at 4:07 PM, Icenowy Zheng wrote: > Add support for setting up SimpleFB for LCD display output in DE2 > SimpleFB setup code. > > Signed-off-by: Icenowy Zheng > --- > drivers/video/sunxi/sunxi_de2.c | 25 ++--- > 1 file

[linux-sunxi] Re: [PATCH v2 00/10] Allwinner H3/H5/A64(DE2) SimpleFB support

2017-10-30 Thread icenowy
在 2017-10-27 23:06,Icenowy Zheng 写道: This patchset adds support for the SimpleFB on Allwinner SoCs with "Display Engine 2.0". PATCH 1 to PATCH 3 are DE2 CCU fixes for H3/H5 SoCs. PATCH 4 adds the pipeline strings for DE2 SimpleFB. PATCH 5 to 7 adds necessary device tree nodes (DE2 CCU and

[linux-sunxi] [PATCH] video: sunxi: de2: add support for LCD SimpleFB

2017-10-30 Thread Icenowy Zheng
Add support for setting up SimpleFB for LCD display output in DE2 SimpleFB setup code. Signed-off-by: Icenowy Zheng --- drivers/video/sunxi/sunxi_de2.c | 25 ++--- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/drivers/video/sunxi/sunxi_de2.c

[linux-sunxi] Re: [PATCH] added sun7i-a20-inet-k970.dts

2017-10-30 Thread dthexpert . sod
Hi, I found one ROM for INET-K970-REV-02 and modded by adding some updated and apps. But I could not able to adjust lcd parameters, however using screed adjuster app for display. If anyone knows please put some light on this ROM. https://www.4shared.com/s/f6lHZdHB0ei Regards, rk On Monday,

[linux-sunxi] Re: Inet K970,A20,linux-sunxi -- nand driver kernel panic

2017-10-30 Thread dthexpert . sod
Hi, I found one ROM for INET-K970-REV-02 and modded by adding some updated and apps. But I could not able to adjust lcd parameters, however using screed adjuster app for display. If anyone knows please put some light on this ROM. https://www.4shared.com/s/f6lHZdHB0ei Regards, rk On Sunday,

[linux-sunxi] Re: [PATCH v4 04/11] board: Add Pine64 support

2017-10-30 Thread Andre Przywara
Hi, On 26/10/17 19:11, Jagan Teki wrote: > Add initial support for Pine64 board with below features: > - U-Boot 2017.09 > - Linux 4.13.7 > - Default packages from buildroot > > Cc: TL Lim > Cc: Andre Przywara > Signed-off-by: Jagan Teki