* Xilinx framebuffer platform bus binding
@ 2007-04-30  9:03 Grant Likely
  2007-04-30 14:57 ` Grant Likely
  0 siblings, 1 reply; 2+ messages in thread
From: Grant Likely @ 2007-04-30  9:03 UTC (permalink / raw)
  To: Andrei Konovalov, Linux PPC
[-- Attachment #1: Type: text/plain, Size: 207 bytes --]
Andrei; FWIW, here is the code that I'm using to register the Xilinx
FB to the platform bus.
Cheers,
g.
-- 
Grant Likely, B.Sc. P.Eng.
Secret Lab Technologies Ltd.
grant.likely@secretlab.ca
(403) 399-0195
[-- Attachment #2: tft_binding.patch --]
[-- Type: application/x-patch, Size: 1045 bytes --]
^ permalink raw reply	[flat|nested] 2+ messages in thread
* Re: Xilinx framebuffer platform bus binding
  2007-04-30  9:03 Xilinx framebuffer platform bus binding Grant Likely
@ 2007-04-30 14:57 ` Grant Likely
  0 siblings, 0 replies; 2+ messages in thread
From: Grant Likely @ 2007-04-30 14:57 UTC (permalink / raw)
  To: Andrei Konovalov, Linux PPC
On 4/30/07, Grant Likely <grant.likely@secretlab.ca> wrote:
> Andrei; FWIW, here is the code that I'm using to register the Xilinx
> FB to the platform bus.
>
Oh, and in keeping with the other devices, I use this snippet in xparams:
Cheers,
g.
diff --git a/arch/ppc/platforms/4xx/xparameters/xparameters.h
b/arch/ppc/platforms/4xx/xparameters/xparameters.h
index 917cc81..8675511 100644
--- a/arch/ppc/platforms/4xx/xparameters/xparameters.h
+++ b/arch/ppc/platforms/4xx/xparameters/xparameters.h
@@ -103,3 +103,9 @@
 #define XPAR_GPIO_4_IS_DUAL 0
 #endif
+#ifndef XPAR_TFT_0_USE_DCR
+#define XPAR_TFT_0_USE_DCR 0
+#endif
+#ifndef XPAR_TFT_1_USE_DCR
+#define XPAR_TFT_1_USE_DCR 0
+#endif
^ permalink raw reply related	[flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-04-30 14:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-30  9:03 Xilinx framebuffer platform bus binding Grant Likely
2007-04-30 14:57 ` Grant Likely
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).