Re: [linux-sunxi] [PATCH] Fix K1001L1C LCD bug

2014-01-26 Thread Michal Suchanek
On 24 January 2014 09:44, Michal Suchanek  wrote:
> On 13 January 2014 00:51, Korneliusz Osmenda  wrote:
>> Fex file for tablet didn't specified pll3 setting which caused nonworking 
>> LCD.
>>
>> ---
>>  sys_config/a20/k1001l1c.fex | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/sys_config/a20/k1001l1c.fex b/sys_config/a20/k1001l1c.fex
>> index 54ac2c7..b11d75e 100644
>> --- a/sys_config/a20/k1001l1c.fex
>> +++ b/sys_config/a20/k1001l1c.fex
>> @@ -16,6 +16,7 @@ power_start = 0
>>  storage_type = -1
>>
>>  [clock]
>> +pll3 = 297
>>  pll4 = 300
>>  pll6 = 600
>>  pll7 = 297
>
> Hello,
>
> I have similar problem with an a13 tablet. When I insert a card with

Except A13 does not do LVDS according to datasheet so this is probably
not the issue.

Also I don't even have [clock] section.

Thanks

Michal

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to linux-sunxi+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [linux-sunxi] [PATCH] Fix K1001L1C LCD bug

2014-01-24 Thread Michal Suchanek
On 13 January 2014 00:51, Korneliusz Osmenda  wrote:
> Fex file for tablet didn't specified pll3 setting which caused nonworking LCD.
>
> ---
>  sys_config/a20/k1001l1c.fex | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/sys_config/a20/k1001l1c.fex b/sys_config/a20/k1001l1c.fex
> index 54ac2c7..b11d75e 100644
> --- a/sys_config/a20/k1001l1c.fex
> +++ b/sys_config/a20/k1001l1c.fex
> @@ -16,6 +16,7 @@ power_start = 0
>  storage_type = -1
>
>  [clock]
> +pll3 = 297
>  pll4 = 300
>  pll6 = 600
>  pll7 = 297

Hello,

I have similar problem with an a13 tablet. When I insert a card with
my own image or the Fedora 19 a13_mid image the tablet does not boot
into android and does not do anything else visible. It does not even
have a power led.

I would like to try setting the LVDS pll to see if that changes
anything but I have no idea which pll that would be on a13.

fex file here: 
https://github.com/hramrach/sunxi-boards/commit/2535fa4d5d27a220fab94c1c44791448ffa66aca

Thanks

Michal

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to linux-sunxi+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [linux-sunxi] [PATCH] Fix K1001L1C LCD bug

2014-01-17 Thread Olliver Schinagl

On 13-01-14 00:51, Korneliusz Osmenda wrote:

Fex file for tablet didn't specified pll3 setting which caused nonworking LCD.

---
  sys_config/a20/k1001l1c.fex | 1 +
  1 file changed, 1 insertion(+)

diff --git a/sys_config/a20/k1001l1c.fex b/sys_config/a20/k1001l1c.fex
index 54ac2c7..b11d75e 100644
--- a/sys_config/a20/k1001l1c.fex
+++ b/sys_config/a20/k1001l1c.fex
@@ -16,6 +16,7 @@ power_start = 0
  storage_type = -1

  [clock]
+pll3 = 297
  pll4 = 300
  pll6 = 600
  pll7 = 297


applied, thanks

oliver

--
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to linux-sunxi+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[linux-sunxi] [PATCH] Fix K1001L1C LCD bug

2014-01-12 Thread Korneliusz Osmenda
Fex file for tablet didn't specified pll3 setting which caused nonworking LCD.

---
 sys_config/a20/k1001l1c.fex | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys_config/a20/k1001l1c.fex b/sys_config/a20/k1001l1c.fex
index 54ac2c7..b11d75e 100644
--- a/sys_config/a20/k1001l1c.fex
+++ b/sys_config/a20/k1001l1c.fex
@@ -16,6 +16,7 @@ power_start = 0
 storage_type = -1
 
 [clock]
+pll3 = 297
 pll4 = 300
 pll6 = 600
 pll7 = 297
-- 
1.8.3.2

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to linux-sunxi+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.