All of lore.kernel.org
 help / color / mirror / Atom feed
From: himbA <goavr@email.si>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] passive LCD support
Date: Mon, 05 Apr 2004 09:12:30 +0200	[thread overview]
Message-ID: <407106DE.7010803@email.si> (raw)

Good morning,

I'm trying to enable LCD support on my board. It 
has PXA255, 64M ram and 32 M flash. STN LCD 
320x240 (hitachi SX14Q004) is hooked to LCLK, 
PCLK, FCLK and LDD0-LDD7.

What I did so far:
- in board include set pin settings in pxa 
registers that are for LCD to AF_2_OUT
- edited board include and added
#define CONFIG_LCD           1
#define CONFIG_HITACHI_SXQ14004      1   /* we 
have Hitachi LCD */

- edited pxafb.c and added panel_info (LCD 
section) between
#ifdef CONFIG_HITACHI_SXQ14004
...
#endif CONFIG_HITACHI_SXQ14004

- provided settings for LCCR0-3 and other LCD regs 
in pxafb.c

Is this correct approach ?
What else do I need to enable/configure to get LCD 
working ?
What is the status of pxafb ?

regards, himba

-- 
..because under Linux "if something is possible in 
principle,
then it is already implemented or somebody is 
working on it".
							--LKI

                 reply	other threads:[~2004-04-05  7:12 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=407106DE.7010803@email.si \
    --to=goavr@email.si \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.