* Change imx28-evk.dts
@ 2013-10-17 18:08 Raul Rosetto Munoz
2013-10-17 20:14 ` Otavio Salvador
0 siblings, 1 reply; 6+ messages in thread
From: Raul Rosetto Munoz @ 2013-10-17 18:08 UTC (permalink / raw)
To: meta-freescale@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 659 bytes --]
Hello everyone,
I'm using a linux-fslc kernel for imx28 and I need to change the pin mux
for mine board.
I saw that is necessary to change the file imx28-evk.dts but I didnt find
many information how to change that.
In my case I just need to change the mux for these pins to output:
LED1 -> GPIO1_13 (LCD_D13);
LED2 -> GPIO1_13 (LCD_D12);
LED3 -> GPIO1_11 (LCD_D11);
LED4 -> GPIO1_10 (LCD_D10);
LED5 -> GPIO1_9 (LCD_D09);
I'm not sure if this is the correct way to change the mux in this kernel
version.
Some one know where I can find some informations or how to change this file?
Thanks for all help.
--
*Raul Rosetto Muñoz*
[-- Attachment #2: Type: text/html, Size: 924 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Change imx28-evk.dts
2013-10-17 18:08 Change imx28-evk.dts Raul Rosetto Munoz
@ 2013-10-17 20:14 ` Otavio Salvador
2013-10-18 17:23 ` Raul Rosetto Munoz
0 siblings, 1 reply; 6+ messages in thread
From: Otavio Salvador @ 2013-10-17 20:14 UTC (permalink / raw)
To: Raul Rosetto Munoz; +Cc: meta-freescale@yoctoproject.org
Hello Raul,
On Thu, Oct 17, 2013 at 3:08 PM, Raul Rosetto Munoz
<munoz0raul@gmail.com> wrote:
> I'm using a linux-fslc kernel for imx28 and I need to change the pin mux for
> mine board.
>
> I saw that is necessary to change the file imx28-evk.dts but I didnt find
> many information how to change that.
>
> In my case I just need to change the mux for these pins to output:
> LED1 -> GPIO1_13 (LCD_D13);
> LED2 -> GPIO1_13 (LCD_D12);
> LED3 -> GPIO1_11 (LCD_D11);
> LED4 -> GPIO1_10 (LCD_D10);
> LED5 -> GPIO1_9 (LCD_D09);
>
> I'm not sure if this is the correct way to change the mux in this kernel
> version.
>
> Some one know where I can find some informations or how to change this file?
The only way to change it is making a board specific patch but it'd be
better to make a new dts file for your board.
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Change imx28-evk.dts
2013-10-17 20:14 ` Otavio Salvador
@ 2013-10-18 17:23 ` Raul Rosetto Munoz
2013-10-18 17:26 ` Daiane Angolini
2013-10-18 17:32 ` Eric Bénard
0 siblings, 2 replies; 6+ messages in thread
From: Raul Rosetto Munoz @ 2013-10-18 17:23 UTC (permalink / raw)
To: Otavio Salvador; +Cc: meta-freescale@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 1452 bytes --]
Hello Otavio,
Thanks for you replay.
I try to creaty my one dts but I didnt find some information the layout and
how this file work.
Some one have any information how to create this file for imx28?
Thanks for all help.
On Thu, Oct 17, 2013 at 5:14 PM, Otavio Salvador <otavio@ossystems.com.br>wrote:
> Hello Raul,
>
> On Thu, Oct 17, 2013 at 3:08 PM, Raul Rosetto Munoz
> <munoz0raul@gmail.com> wrote:
> > I'm using a linux-fslc kernel for imx28 and I need to change the pin mux
> for
> > mine board.
> >
> > I saw that is necessary to change the file imx28-evk.dts but I didnt
> find
> > many information how to change that.
> >
> > In my case I just need to change the mux for these pins to output:
> > LED1 -> GPIO1_13 (LCD_D13);
> > LED2 -> GPIO1_13 (LCD_D12);
> > LED3 -> GPIO1_11 (LCD_D11);
> > LED4 -> GPIO1_10 (LCD_D10);
> > LED5 -> GPIO1_9 (LCD_D09);
> >
> > I'm not sure if this is the correct way to change the mux in this kernel
> > version.
> >
> > Some one know where I can find some informations or how to change this
> file?
>
> The only way to change it is making a board specific patch but it'd be
> better to make a new dts file for your board.
>
> --
> Otavio Salvador O.S. Systems
> http://www.ossystems.com.br http://code.ossystems.com.br
> Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
>
--
*Raul Rosetto Muñoz*
[-- Attachment #2: Type: text/html, Size: 2390 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Change imx28-evk.dts
2013-10-18 17:23 ` Raul Rosetto Munoz
@ 2013-10-18 17:26 ` Daiane Angolini
2013-10-18 17:49 ` Raul Rosetto Munoz
2013-10-18 17:32 ` Eric Bénard
1 sibling, 1 reply; 6+ messages in thread
From: Daiane Angolini @ 2013-10-18 17:26 UTC (permalink / raw)
To: Raul Rosetto Munoz, Otavio Salvador; +Cc: meta-freescale@yoctoproject.org
On 10/18/2013 02:23 PM, Raul Rosetto Munoz wrote:
> Hello Otavio,
>
> Thanks for you replay.
>
> I try to creaty my one dts but I didnt find some information the layout
> and how this file work.
>
> Some one have any information how to create this file for imx28?
Maybe a better mail list to get help on dts layout would be linux.org
Or you can create a new topic on imx-community.
It's completely kernel issue ;-)
>
> Thanks for all help.
>
>
> On Thu, Oct 17, 2013 at 5:14 PM, Otavio Salvador
> <otavio@ossystems.com.br <mailto:otavio@ossystems.com.br>> wrote:
>
> Hello Raul,
>
> On Thu, Oct 17, 2013 at 3:08 PM, Raul Rosetto Munoz
> <munoz0raul@gmail.com <mailto:munoz0raul@gmail.com>> wrote:
> > I'm using a linux-fslc kernel for imx28 and I need to change the
> pin mux for
> > mine board.
> >
> > I saw that is necessary to change the file imx28-evk.dts but I
> didnt find
> > many information how to change that.
> >
> > In my case I just need to change the mux for these pins to output:
> > LED1 -> GPIO1_13 (LCD_D13);
> > LED2 -> GPIO1_13 (LCD_D12);
> > LED3 -> GPIO1_11 (LCD_D11);
> > LED4 -> GPIO1_10 (LCD_D10);
> > LED5 -> GPIO1_9 (LCD_D09);
> >
> > I'm not sure if this is the correct way to change the mux in this
> kernel
> > version.
> >
> > Some one know where I can find some informations or how to change
> this file?
>
> The only way to change it is making a board specific patch but it'd be
> better to make a new dts file for your board.
>
> --
> Otavio Salvador O.S. Systems
> http://www.ossystems.com.br http://code.ossystems.com.br
> Mobile: +55 (53) 9981-7854 <tel:%2B55%20%2853%29%209981-7854>
> Mobile: +1 (347) 903-9750 <tel:%2B1%20%28347%29%20903-9750>
>
>
>
>
> --
> *Raul Rosetto Muñoz*
>
>
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
>
Best Regards,
--
Daiane
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Change imx28-evk.dts
2013-10-18 17:23 ` Raul Rosetto Munoz
2013-10-18 17:26 ` Daiane Angolini
@ 2013-10-18 17:32 ` Eric Bénard
1 sibling, 0 replies; 6+ messages in thread
From: Eric Bénard @ 2013-10-18 17:32 UTC (permalink / raw)
To: Raul Rosetto Munoz; +Cc: meta-freescale@yoctoproject.org, Otavio Salvador
Hi Raul,
Le Fri, 18 Oct 2013 14:23:48 -0300,
Raul Rosetto Munoz <munoz0raul@gmail.com> a écrit :
> I try to creaty my one dts but I didnt find some information the layout and
> how this file work.
>
> Some one have any information how to create this file for imx28?
>
you will find all the documentation here (and in your kernel source
tree) :
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/devicetree
Starting from an existing i.MX28 based board can be a good idea.
check arch/arm/boot/dts/imx28*.dts
Eric
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Change imx28-evk.dts
2013-10-18 17:26 ` Daiane Angolini
@ 2013-10-18 17:49 ` Raul Rosetto Munoz
0 siblings, 0 replies; 6+ messages in thread
From: Raul Rosetto Munoz @ 2013-10-18 17:49 UTC (permalink / raw)
To: Daiane Angolini; +Cc: meta-freescale@yoctoproject.org, Otavio Salvador
[-- Attachment #1: Type: text/plain, Size: 2597 bytes --]
Thanks for all Help,
I will check this documentation.
On Fri, Oct 18, 2013 at 2:26 PM, Daiane Angolini <
daiane.angolini@freescale.com> wrote:
> On 10/18/2013 02:23 PM, Raul Rosetto Munoz wrote:
>
>> Hello Otavio,
>>
>> Thanks for you replay.
>>
>> I try to creaty my one dts but I didnt find some information the layout
>> and how this file work.
>>
>> Some one have any information how to create this file for imx28?
>>
>
> Maybe a better mail list to get help on dts layout would be linux.org
>
> Or you can create a new topic on imx-community.
>
> It's completely kernel issue ;-)
>
>
>
>> Thanks for all help.
>>
>>
>> On Thu, Oct 17, 2013 at 5:14 PM, Otavio Salvador
>> <otavio@ossystems.com.br <mailto:otavio@ossystems.com.**br<otavio@ossystems.com.br>>>
>> wrote:
>>
>> Hello Raul,
>>
>> On Thu, Oct 17, 2013 at 3:08 PM, Raul Rosetto Munoz
>> <munoz0raul@gmail.com <mailto:munoz0raul@gmail.com>> wrote:
>> > I'm using a linux-fslc kernel for imx28 and I need to change the
>> pin mux for
>> > mine board.
>> >
>> > I saw that is necessary to change the file imx28-evk.dts but I
>> didnt find
>> > many information how to change that.
>> >
>> > In my case I just need to change the mux for these pins to output:
>> > LED1 -> GPIO1_13 (LCD_D13);
>> > LED2 -> GPIO1_13 (LCD_D12);
>> > LED3 -> GPIO1_11 (LCD_D11);
>> > LED4 -> GPIO1_10 (LCD_D10);
>> > LED5 -> GPIO1_9 (LCD_D09);
>> >
>> > I'm not sure if this is the correct way to change the mux in this
>> kernel
>> > version.
>> >
>> > Some one know where I can find some informations or how to change
>> this file?
>>
>> The only way to change it is making a board specific patch but it'd be
>> better to make a new dts file for your board.
>>
>> --
>> Otavio Salvador O.S. Systems
>> http://www.ossystems.com.br http://code.ossystems.com.br
>> Mobile: +55 (53) 9981-7854 <tel:%2B55%20%2853%29%209981-**7854>
>> Mobile: +1 (347) 903-9750 <tel:%2B1%20%28347%29%20903-**9750>
>>
>>
>>
>>
>> --
>> *Raul Rosetto Muñoz*
>>
>>
>> ______________________________**_________________
>> meta-freescale mailing list
>> meta-freescale@yoctoproject.**org <meta-freescale@yoctoproject.org>
>> https://lists.yoctoproject.**org/listinfo/meta-freescale<https://lists.yoctoproject.org/listinfo/meta-freescale>
>>
>>
>
> Best Regards,
> --
> Daiane
>
>
--
*Raul Rosetto Muñoz*
[-- Attachment #2: Type: text/html, Size: 4224 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-10-18 17:49 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-17 18:08 Change imx28-evk.dts Raul Rosetto Munoz
2013-10-17 20:14 ` Otavio Salvador
2013-10-18 17:23 ` Raul Rosetto Munoz
2013-10-18 17:26 ` Daiane Angolini
2013-10-18 17:49 ` Raul Rosetto Munoz
2013-10-18 17:32 ` Eric Bénard
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.