[PATCH 1/2] powerpc/5200: mpc5200b.dtsi: add spi node address- and size-cells properties
Grant Likely
grant.likely at secretlab.ca
Thu Jul 7 03:27:45 EST 2011
On Wed, Jul 06, 2011 at 11:43:19AM +0200, Anatolij Gustschin wrote:
> Hi Grant,
>
> can you please pick these patches for 3.1 ?
>
> On Mon, 16 May 2011 18:02:43 +0200
> Anatolij Gustschin <agust at denx.de> wrote:
>
> > Both, #address-cells and #size-cells properties are required
> > for spi bus node, so add them.
> >
> > Signed-off-by: Anatolij Gustschin <agust at denx.de>
Merged, thanks.
g.
> > ---
> > arch/powerpc/boot/dts/mpc5200b.dtsi | 2 ++
> > 1 files changed, 2 insertions(+), 0 deletions(-)
> >
> > diff --git a/arch/powerpc/boot/dts/mpc5200b.dtsi b/arch/powerpc/boot/dts/mpc5200b.dtsi
> > index bc27548..7ab286a 100644
> > --- a/arch/powerpc/boot/dts/mpc5200b.dtsi
> > +++ b/arch/powerpc/boot/dts/mpc5200b.dtsi
> > @@ -147,6 +147,8 @@
> > };
> >
> > spi at f00 {
> > + #address-cells = <1>;
> > + #size-cells = <0>;
> > compatible = "fsl,mpc5200b-spi","fsl,mpc5200-spi";
> > reg = <0xf00 0x20>;
> > interrupts = <2 13 0 2 14 0>;
>
> Thanks,
> Anatolij
More information about the devicetree-discuss
mailing list