for muram in DTS file, why change #address-cells from <1> to <2>?

2016-05-17 Thread Robert P. J. Day
currently working on a project involving MPC8360 board, and was handed a patch to the system .dts file that contained the following snippet for the muram node: muram@1 { - #address-cells = <1>; + #address-cells = <2>;

Re: in dts file

2014-06-10 Thread Emil Medve
Hello Tony, On 06/09/2014 10:28 AM, Tony wrote: > Thank Emil. > > Where can i find the details about a 'diff' of qman revisions ? Let me look if someody bothered to write an AN about this > The code > i ported doesnt support latest qman revision (REV3). Ported from what (I suspect) SDK releas

Re: in dts file

2014-06-09 Thread Tony
Thank Emil. Where can i find the details about a 'diff' of qman revisions ? The code i ported doesnt support latest qman revision (REV3). Can i still work on qman REV1.1 for all the latest targets ? (read t-series) Regards On Mon, Jun 9, 2014 at 8:32 PM, Emil Medve wrote: > Hello Tony, > > >

Re: in dts file

2014-06-09 Thread Emil Medve
Hello Tony, On 06/09/2014 06:43 AM, Tony wrote: > How's the fsl,qman-channel-id value different for different targets ? Channel ids are assigned in hardware > Is there any document on how this value is achieved ? They are described in the RM of each SoC and in the DPAA RM > Or can it be any v

in dts file

2014-06-09 Thread Tony
How's the fsl,qman-channel-id value different for different targets ? Is there any document on how this value is achieved ? Or can it be any value ??? Alan. ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/li

[PATCH 1/2 V2] Powerpc: Add voltage support in dts file

2013-07-23 Thread Haijun Zhang
eSDHC of T4240 had 1.8v voltage support. Add this node to specify eSDHC voltage capacity. If this node not specified eSDHC driver still can read from eSDHC host capacity register. Signed-off-by: Haijun Zhang Signed-off-by: Anton Vorontsov --- changes for v2: - rewrite the voltage-ranges

Re: [PATCH 1/2] Powerpc: Add voltage support in dts file

2013-07-23 Thread Scott Wood
On 07/22/2013 09:59:04 PM, Haijun Zhang wrote: eSDHC of T4240 had 1.8v voltage support. Add this node to specify eSDHC voltage capacity. If this node not specified eSDHC driver still can read from eSDHC host capacity register. Signed-off-by: Haijun Zhang Signed-off-by: Anton Vorontsov --- chan

[PATCH 1/2] Powerpc: Add voltage support in dts file

2013-07-22 Thread Haijun Zhang
eSDHC of T4240 had 1.8v voltage support. Add this node to specify eSDHC voltage capacity. If this node not specified eSDHC driver still can read from eSDHC host capacity register. Signed-off-by: Haijun Zhang Signed-off-by: Anton Vorontsov --- changes for this patch set: - split from patc

How to add i2c platform data in dts file

2009-06-02 Thread Stefan Strobl
Hi I'm using the i2c/chips/tsl2550 driver. In the tsl2550_probe() function the driver checks for platform data to set the operating_mode. I suppose I can provide this data in my dts file but I don't know how to do that. Currently my dts looks like this: tsl2...@39 { compatible = "taos,tsl2

[PATCH] [POWERPC] 4xx: Change Kilauea PCIe bus ranges in dts file

2007-12-15 Thread Stefan Roese
Currently we have some limitations in the 4xx PCIe driver and can't support all possible PCIe busses. But the current limits in the dts file are quite low (only 16 busses per RC). This patch increases the number to 64 per RC. Signed-off-by: Stefan Roese <[EMAIL PROTECTED]> --- arch/powerpc/boot/d