hi, i have two flashs, but my kernel can only find one , how can i write the dts?

2010-07-16 Thread hacklu
reg = <100 0 100>; bank-width = <2>; device-width = <1>; jf...@24 { label = "jffs2"; reg = <0 1

Re: Re: hi, i have two flashs, but my kernel can only find one , how cani write the dts?

2010-07-19 Thread hacklu
thanks very much! it works well now~~ but i found in my system,if i add the 0x prefix it will cause a syntax error 2010-07-19 hacklu 发件人: Grant Likely 发送时间: 2010-07-17 05:46:59 收件人: hacklu 抄送: linuxppc-dev 主题: Re: hi, i have two flashs, but my kernel can only find one , how cani

one more question about dts

2010-07-20 Thread hacklu
r; reg = <3 0 8>; interrupt-parent = <&PIC>; interrupts = <14 8>; }; thanks for answering~ 2010-07-21 hacklu ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

i meet some surprising things,when i modify the dts file

2010-07-29 Thread hacklu
ut I can't get enough documents. I have readed the linux/document/... could you privode me some useful information? thank you ver much~ 2010-07-29 hacklu ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

how to understand powerpc's BRx ORx

2010-09-09 Thread hacklu
how to understand it? for instance, if my BR0[BA]=0111____0, OR0[AM]=__ if I want to access the 0x7000 or the 0x7101.what address calculate will be taken? thanks all ----