Re: [U-Boot] [PATCH 10/17] sunxi: video: Add suppport SoCs without HDMI, e.g. the A13 and A23

2014-12-31 Thread Hans de Goede
Hi, On 29-12-14 14:50, Ian Campbell wrote: On Wed, 2014-12-24 at 20:06 +0100, Hans de Goede wrote: You've got three p's in suppport in the subject. Some SoCs, specifically the A13 (sun5i variant) and the A23 (sun8i) only have lcd output support. Signed-off-by: Hans de Goede --- board/sunx

Re: [U-Boot] [PATCH 10/17] sunxi: video: Add suppport SoCs without HDMI, e.g. the A13 and A23

2014-12-29 Thread Ian Campbell
On Wed, 2014-12-24 at 20:06 +0100, Hans de Goede wrote: You've got three p's in suppport in the subject. > Some SoCs, specifically the A13 (sun5i variant) and the A23 (sun8i) only have > lcd output support. > > Signed-off-by: Hans de Goede > --- > board/sunxi/Kconfig | 7 +++ >

[U-Boot] [PATCH 10/17] sunxi: video: Add suppport SoCs without HDMI, e.g. the A13 and A23

2014-12-24 Thread Hans de Goede
Some SoCs, specifically the A13 (sun5i variant) and the A23 (sun8i) only have lcd output support. Signed-off-by: Hans de Goede --- board/sunxi/Kconfig | 7 +++ drivers/video/sunxi_display.c | 30 ++ 2 files changed, 33 insertions(+), 4 deletions(-) dif