* LITE5200B Powerfail
@ 2006-12-15 15:33 Pedro Luis D. L.
2006-12-16 1:52 ` John Rigby
0 siblings, 1 reply; 5+ messages in thread
From: Pedro Luis D. L. @ 2006-12-15 15:33 UTC (permalink / raw)
To: linuxppc-embedded
Hi all,
I not pretty sure if this is the correct forum to ask for a solution but I
know that some of you have worked on a driver to make PSCs in this board
work in an I2S mode.
Have you ever have powerfail problems when writing the configuration
registers for this mode?
I´ve delimited the problem:
- GPIO Port Config register stores without problems the value "111" in bits
25:27 (PSC2 to work in CODEC2 functionality with MCLK).
- When I write a "1" in PSC2->SICR register bit GenClk to ensure that clock
and FrameSync are generated internally from MCLK the systems suffers a
powerfail and I suppose that´s consecuence or some kind of shortcircuit.
I´ve followed the same steps made by Bob Peterson in
http://ozlabs.org/pipermail/linuxppc-embedded/2005-September/020210.html
to write the configuration in the proper registers but I still suffer the
powerfail when GenClk is activated or, if I activate that bit first, when
Port Config is written.
I´m also trying to understand how things are done in Roman Fietze driver but
can´t find a difference. That makes me think that perhaps other registers
must be modificated before driver loading. Meanwhile, I keep waiting for
Grant Likely release, :-).
Has this happened to someone before?
Thanks for your help.
Pedro.
_________________________________________________________________
Horóscopo, tarot, numerología... Escucha lo que te dicen los astros.
http://astrocentro.msn.es/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: LITE5200B Powerfail
2006-12-15 15:33 LITE5200B Powerfail Pedro Luis D. L.
@ 2006-12-16 1:52 ` John Rigby
2006-12-19 17:34 ` John Rigby
0 siblings, 1 reply; 5+ messages in thread
From: John Rigby @ 2006-12-16 1:52 UTC (permalink / raw)
To: Pedro Luis D. L.; +Cc: linuxppc-embedded
[-- Attachment #1: Type: text/plain, Size: 1946 bytes --]
Have you looked at the Lite5200B schematic to see where the signals in
question go? Maybe you trying to drive something tied to ground high or
vice-versa.
On 12/15/06, Pedro Luis D. L. <carcadiz@hotmail.com> wrote:
>
> Hi all,
>
> I not pretty sure if this is the correct forum to ask for a solution but I
> know that some of you have worked on a driver to make PSCs in this board
> work in an I2S mode.
>
> Have you ever have powerfail problems when writing the configuration
> registers for this mode?
>
> I´ve delimited the problem:
> - GPIO Port Config register stores without problems the value "111" in
> bits
> 25:27 (PSC2 to work in CODEC2 functionality with MCLK).
> - When I write a "1" in PSC2->SICR register bit GenClk to ensure that
> clock
> and FrameSync are generated internally from MCLK the systems suffers a
> powerfail and I suppose that´s consecuence or some kind of shortcircuit.
> I´ve followed the same steps made by Bob Peterson in
> http://ozlabs.org/pipermail/linuxppc-embedded/2005-September/020210.html
> to write the configuration in the proper registers but I still suffer the
> powerfail when GenClk is activated or, if I activate that bit first, when
> Port Config is written.
> I´m also trying to understand how things are done in Roman Fietze driver
> but
> can´t find a difference. That makes me think that perhaps other registers
> must be modificated before driver loading. Meanwhile, I keep waiting for
> Grant Likely release, :-).
> Has this happened to someone before?
>
> Thanks for your help.
>
> Pedro.
>
> _________________________________________________________________
> Horóscopo, tarot, numerología... Escucha lo que te dicen los astros.
> http://astrocentro.msn.es/
>
> _______________________________________________
> Linuxppc-embedded mailing list
> Linuxppc-embedded@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-embedded
>
[-- Attachment #2: Type: text/html, Size: 2532 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: LITE5200B Powerfail
2006-12-16 1:52 ` John Rigby
@ 2006-12-19 17:34 ` John Rigby
2006-12-19 17:36 ` Pedro Luis D. L.
2007-01-19 11:17 ` Pedro Luis D. L.
0 siblings, 2 replies; 5+ messages in thread
From: John Rigby @ 2006-12-19 17:34 UTC (permalink / raw)
To: Pedro Luis D. L.; +Cc: linuxppc-embedded
[-- Attachment #1: Type: text/plain, Size: 2409 bytes --]
According to the Lite5200B schematic
http://www.freescale.com/files/32bit/hardware_tools/schematics/lite5200BSCH.pdf
PSC2_4 is tied to a signal called PWR_DN_CTL_STS via a zero ohm resistor
R88. If you want to use PSC2_4 as something else you probably need to
remove R88.
On 12/15/06, John Rigby <jcrigby@gmail.com> wrote:
>
> Have you looked at the Lite5200B schematic to see where the signals in
> question go? Maybe you trying to drive something tied to ground high or
> vice-versa.
>
> On 12/15/06, Pedro Luis D. L. <carcadiz@hotmail.com> wrote:
> >
> > Hi all,
> >
> > I not pretty sure if this is the correct forum to ask for a solution but
> > I
> > know that some of you have worked on a driver to make PSCs in this board
> > work in an I2S mode.
> >
> > Have you ever have powerfail problems when writing the configuration
> > registers for this mode?
> >
> > I´ve delimited the problem:
> > - GPIO Port Config register stores without problems the value "111" in
> > bits
> > 25:27 (PSC2 to work in CODEC2 functionality with MCLK).
> > - When I write a "1" in PSC2->SICR register bit GenClk to ensure that
> > clock
> > and FrameSync are generated internally from MCLK the systems suffers a
> > powerfail and I suppose that´s consecuence or some kind of shortcircuit.
> > I´ve followed the same steps made by Bob Peterson in
> > http://ozlabs.org/pipermail/linuxppc-embedded/2005-September/020210.html
> > to write the configuration in the proper registers but I still suffer
> > the
> > powerfail when GenClk is activated or, if I activate that bit first,
> > when
> > Port Config is written.
> > I´m also trying to understand how things are done in Roman Fietze driver
> > but
> > can´t find a difference. That makes me think that perhaps other
> > registers
> > must be modificated before driver loading. Meanwhile, I keep waiting for
> >
> > Grant Likely release, :-).
> > Has this happened to someone before?
> >
> > Thanks for your help.
> >
> > Pedro.
> >
> > _________________________________________________________________
> > Horóscopo, tarot, numerología... Escucha lo que te dicen los astros.
> > http://astrocentro.msn.es/
> >
> > _______________________________________________
> > Linuxppc-embedded mailing list
> > Linuxppc-embedded@ozlabs.org
> > https://ozlabs.org/mailman/listinfo/linuxppc-embedded
> >
>
>
[-- Attachment #2: Type: text/html, Size: 3714 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: LITE5200B Powerfail
2006-12-19 17:34 ` John Rigby
@ 2006-12-19 17:36 ` Pedro Luis D. L.
2007-01-19 11:17 ` Pedro Luis D. L.
1 sibling, 0 replies; 5+ messages in thread
From: Pedro Luis D. L. @ 2006-12-19 17:36 UTC (permalink / raw)
To: jcrigby; +Cc: linuxppc-embedded
Thank you very much for your help, I would have a look on that and see what
I can do.
Regards,
Pedro.
>From: "John Rigby" <jcrigby@gmail.com>
>To: "Pedro Luis D. L." <carcadiz@hotmail.com>
>CC: linuxppc-embedded@ozlabs.org
>Subject: Re: LITE5200B Powerfail
>Date: Tue, 19 Dec 2006 10:34:16 -0700
>
>According to the Lite5200B schematic
>http://www.freescale.com/files/32bit/hardware_tools/schematics/lite5200BSCH.pdf
>
>PSC2_4 is tied to a signal called PWR_DN_CTL_STS via a zero ohm resistor
>R88. If you want to use PSC2_4 as something else you probably need to
>remove R88.
>
>On 12/15/06, John Rigby <jcrigby@gmail.com> wrote:
>>
>>Have you looked at the Lite5200B schematic to see where the signals in
>>question go? Maybe you trying to drive something tied to ground high or
>>vice-versa.
>>
>>On 12/15/06, Pedro Luis D. L. <carcadiz@hotmail.com> wrote:
>> >
>> > Hi all,
>> >
>> > I not pretty sure if this is the correct forum to ask for a solution
>>but
>> > I
>> > know that some of you have worked on a driver to make PSCs in this
>>board
>> > work in an I2S mode.
>> >
>> > Have you ever have powerfail problems when writing the configuration
>> > registers for this mode?
>> >
>> > I´ve delimited the problem:
>> > - GPIO Port Config register stores without problems the value "111" in
>> > bits
>> > 25:27 (PSC2 to work in CODEC2 functionality with MCLK).
>> > - When I write a "1" in PSC2->SICR register bit GenClk to ensure that
>> > clock
>> > and FrameSync are generated internally from MCLK the systems suffers a
>> > powerfail and I suppose that´s consecuence or some kind of
>>shortcircuit.
>> > I´ve followed the same steps made by Bob Peterson in
>> >
>>http://ozlabs.org/pipermail/linuxppc-embedded/2005-September/020210.html
>> > to write the configuration in the proper registers but I still suffer
>> > the
>> > powerfail when GenClk is activated or, if I activate that bit first,
>> > when
>> > Port Config is written.
>> > I´m also trying to understand how things are done in Roman Fietze
>>driver
>> > but
>> > can´t find a difference. That makes me think that perhaps other
>> > registers
>> > must be modificated before driver loading. Meanwhile, I keep waiting
>>for
>> >
>> > Grant Likely release, :-).
>> > Has this happened to someone before?
>> >
>> > Thanks for your help.
>> >
>> > Pedro.
>> >
>> > _________________________________________________________________
>> > Horóscopo, tarot, numerología... Escucha lo que te dicen los astros.
>> > http://astrocentro.msn.es/
>> >
>> > _______________________________________________
>> > Linuxppc-embedded mailing list
>> > Linuxppc-embedded@ozlabs.org
>> > https://ozlabs.org/mailman/listinfo/linuxppc-embedded
>> >
>>
>>
_________________________________________________________________
Descubre la descarga digital con MSN Music. Más de un millón de canciones.
http://music.msn.es/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: LITE5200B Powerfail
2006-12-19 17:34 ` John Rigby
2006-12-19 17:36 ` Pedro Luis D. L.
@ 2007-01-19 11:17 ` Pedro Luis D. L.
1 sibling, 0 replies; 5+ messages in thread
From: Pedro Luis D. L. @ 2007-01-19 11:17 UTC (permalink / raw)
To: linuxppc-embedded
John Rigby wrote on Tue, 19 Dec 2006 10:34:16
>According to the Lite5200B schematic
>http://www.freescale.com/files/32bit/hardware_tools/schematics/lite5200BSCH.pdf
>
>PSC2_4 is tied to a signal called PWR_DN_CTL_STS via a zero ohm resistor
>R88. If you want to use PSC2_4 as something else you probably need to
>remove R88.
You were right, that solved the problem. Resitor should be removed.
Thx for the hint.
Pedro L.
>
>On 12/15/06, John Rigby <jcrigby@gmail.com> wrote:
>>
>>Have you looked at the Lite5200B schematic to see where the signals in
>>question go? Maybe you trying to drive something tied to ground high or
>>vice-versa.
>>
>>On 12/15/06, Pedro Luis D. L. <carcadiz@hotmail.com> wrote:
>> >
>> > Hi all,
>> >
>> > I not pretty sure if this is the correct forum to ask for a solution
>>but
>> > I
>> > know that some of you have worked on a driver to make PSCs in this
>>board
>> > work in an I2S mode.
>> >
>> > Have you ever have powerfail problems when writing the configuration
>> > registers for this mode?
>> >
>> > I´ve delimited the problem:
>> > - GPIO Port Config register stores without problems the value "111" in
>> > bits
>> > 25:27 (PSC2 to work in CODEC2 functionality with MCLK).
>> > - When I write a "1" in PSC2->SICR register bit GenClk to ensure that
>> > clock
>> > and FrameSync are generated internally from MCLK the systems suffers a
>> > powerfail and I suppose that´s consecuence or some kind of
>>shortcircuit.
>> > I´ve followed the same steps made by Bob Peterson in
>> >
>>http://ozlabs.org/pipermail/linuxppc-embedded/2005-September/020210.html
>> > to write the configuration in the proper registers but I still suffer
>> > the
>> > powerfail when GenClk is activated or, if I activate that bit first,
>> > when
>> > Port Config is written.
>> > I´m also trying to understand how things are done in Roman Fietze
>>driver
>> > but
>> > can´t find a difference. That makes me think that perhaps other
>> > registers
>> > must be modificated before driver loading. Meanwhile, I keep waiting
>>for
>> >
>> > Grant Likely release, :-).
>> > Has this happened to someone before?
>> >
>> > Thanks for your help.
>> >
>> > Pedro.
>> >
>> > _________________________________________________________________
>> > Horóscopo, tarot, numerología... Escucha lo que te dicen los astros.
>> > http://astrocentro.msn.es/
>> >
>> > _______________________________________________
>> > Linuxppc-embedded mailing list
>> > Linuxppc-embedded@ozlabs.org
>> > https://ozlabs.org/mailman/listinfo/linuxppc-embedded
>> >
>>
>>
_________________________________________________________________
¿Estás pensando en cambiar de coche? Todas los modelos de serie y extras en
MSN Motor. http://motor.msn.es/researchcentre/
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-01-19 11:17 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-15 15:33 LITE5200B Powerfail Pedro Luis D. L.
2006-12-16 1:52 ` John Rigby
2006-12-19 17:34 ` John Rigby
2006-12-19 17:36 ` Pedro Luis D. L.
2007-01-19 11:17 ` Pedro Luis D. L.
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).