linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: "hacklu" <embedway.test@gmail.com>
To: "linuxppc-dev" <linuxppc-dev@lists.ozlabs.org>
Subject: hi, i have two flashs, but my kernel can only find one , how can i write the dts?
Date: Fri, 16 Jul 2010 16:34:51 +0800	[thread overview]
Message-ID: <201007161634429622975@gmail.com> (raw)

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

this is my dts file:
flash@0,0 {
                        #address-cells = <1>;
                        #size-cells = <1>;
                        compatible = "cfi-flash";
                        probe-type = "CFI";
                        reg = <0 0 1000000>;
                        bank-width = <2>;
                        device-width = <1>;
                        hrcw@0 {
                                label = "hrcw";
                                reg = <0 40000>;
                        };
                        jffs@40000 {
                                label = "jffs";
                                reg = <40000 200000>;
                        };
                        jffs2@240000 {
                                label = "uimage";
                                reg = <240000 d80000>;
                        };
             };
flash@1,0 {
                        #address-cells = <1>;
                        #size-cells = <1>;
                        compatible = "cfi-flash";
                        probe-type = "CFI";
                        reg = <1000000 0 1000000>;
                        bank-width = <2>;
                        device-width = <1>;
                        jffs3@240000 {
                                label = "jffs2";
                                reg = <0 1000000>;
                        };
                }; 
2010-07-16 



hacklu 

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

             reply	other threads:[~2010-07-16  8:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-16  8:34 hacklu [this message]
2010-07-16 21:46 ` hi, i have two flashs, but my kernel can only find one , how can i write the dts? Grant Likely
2010-07-19  3:56   ` Re: hi, i have two flashs, but my kernel can only find one , how cani " hacklu
2010-07-19  4:33     ` Grant Likely

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=201007161634429622975@gmail.com \
    --to=embedway.test@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).