[PATCH] ARM i.MX51: Add Digi ConnectCore devicetree

Sascha Hauer s.hauer at pengutronix.de
Wed Apr 2 05:53:18 PDT 2014


On Wed, Apr 02, 2014 at 07:39:35PM +0800, Shawn Guo wrote:
> On Sat, Mar 29, 2014 at 10:48:26AM +0400, Alexander Shiyan wrote:
> > +&nfc {
> > +	pinctrl-names = "default";
> > +	pinctrl-0 = <&pinctrl_nfc>;
> > +	nand-bus-width = <8>;
> > +	nand-ecc-mode = "hw";
> > +	nand-on-flash-bbt;
> > +	#address-cells = <1>;
> > +	#size-cells = <1>;
> > +	status = "okay";
> > +
> > +	partition at 0 {
> > +		label = "boot";
> > +		reg = <0x00000 0x80000>;
> > +	};
> > +
> > +	partition at 1 {
> > +		label = "env";
> > +		reg = <0x80000 0x40000>;
> > +	};
> 
> @Sascha, does the argument that we shouldn't have partition table in the
> mainline dtb still stands?

Yes, I still think the partitions shouldn't be in the Linux dts files.

Sascha

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



More information about the linux-arm-kernel mailing list