linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: vinayak.kale@gmail.com
To: linuxppc-dev@lists.ozlabs.org
Subject: DTS parsing and kernel bus support query
Date: Tue, 08 Dec 2009 13:53:41 +0000	[thread overview]
Message-ID: <0016363b7ec8d1ffb8047a37e663@google.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1057 bytes --]

Hi

I have following queries about DTS parsing and kernel bus support. I would  
really appreciate any help.

I have a PowerPC 440 core based board. We are porting Linux kernel – 2.6.31.

1) For other PowerPC 4xx based boards, what we found is devices like  
UART/I2C/GPIO are connected through PLB->OPB buses. Accordingly we specify  
the node structure inside a dts file. Does kernel uses the actual path to  
locate a node eg /plb/opb/i2c? or it uses the compatible property to locate  
a node?

2)In case of our board, instead of OPB and EBC we have buses like AI and  
APB. So our DTS node struct for UART looks like /plb/ai/apb/serial. For  
this do we need to add any extra support in kernel in order to recognize  
the devices on AI and APB buses? Similar question for Flash device. It's on  
the path /plb/ai/flash.
I need to access UART/I2C/GPIO/Flash devices over AI and APB bus. PLB is  
connected to AI bus. AI is further connected to APB.

3) Do we need to add extra support for AI/APB bus in kernel?

Thanks,
Vinayak

[-- Attachment #2: Type: text/html, Size: 1116 bytes --]

             reply	other threads:[~2009-12-08 13:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-08 13:53 vinayak.kale [this message]
2009-12-08 18:32 ` DTS parsing and kernel bus support query Josh Boyer

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=0016363b7ec8d1ffb8047a37e663@google.com \
    --to=vinayak.kale@gmail.com \
    --cc=linuxppc-dev@lists.ozlabs.org \
    /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 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).