[PATCH v2 6/6] ARM: sun8i: dts: Add Ippo-q8h v1.2 with A33 and 1024x600 lcd support
Hans de Goede
hdegoede at redhat.com
Tue Jun 2 01:29:09 PDT 2015
Hi,
On 02-06-15 10:14, Maxime Ripard wrote:
> On Sat, May 30, 2015 at 04:55:06PM +0200, Hans de Goede wrote:
>> The Ippo-q8h is a tablet circuit board commonly found in cheap Android
>> tablets. The v1.2 version can be used with either an A23 or A33 SoC.
>>
>> This adds a dts file for the v1.2 board with an A33 SoC and a 1024x600
>> LCD screen (most of these tablets have a 800x480 screen).
>
> I think the difference between the resolution here is more of a case
> for the DT quirks interface:
> https://lkml.org/lkml/2015/2/18/258
I would expect the only difference between the 2 dts files to be the
node describing the lcd panel, so yes that makes somewhat sense.
> Do you know if there's some way to autodetect the two board versions
> (like a board id somewhere in an EEPROM)?
No, AFAIK there is no way to tell the difference. There is no eeprom no
the board, and we really cannot rely on the nand contents.
> If not, then maybe u-boot can simply add that board compatible to the
> list, and we'll base our logic on that when we'll need it.
That means extra logic in u-boot, and on the kernel side, for what
benefit exactly? Such logic would make sense if there was one u-boot
image which runtime adjusted itself, but that is not an option.
And we can avoid copy and paste on the dts side by putting all
the common stuff in a common file and including that, I believe
that that is better (KISS = better) since we've no way to runtime
do the right thing AFAICT.
Regards,
Hans
More information about the linux-arm-kernel
mailing list