RE: [PATCH v5 9/9] add MPC837x MDS board default device tree
From: Li Yang-r58472 <hidden>
Date: 2007-10-19 07:31:41
-----Original Message----- From: David Gibson [mailto:david@gibson.dropbear.id.au]=20 Sent: Friday, October 19, 2007 8:56 AM To: Li Yang-r58472 Cc: galak@kernel.crashing.org; paulus@samba.org;=20 linuxppc-dev@ozlabs.org Subject: Re: [PATCH v5 9/9] add MPC837x MDS board default device tree =20 On Thu, Oct 18, 2007 at 06:16:20PM +0800, Li Yang wrote:quoted
Signed-off-by: Li Yang <redacted> ---diff --git a/arch/powerpc/boot/dts/mpc8377_mds.dts=20b/arch/powerpc/boot/dts/mpc8377_mds.dts new file mode 100644 index 0000000..8530de6--- /dev/null +++ b/arch/powerpc/boot/dts/mpc8377_mds.dts@@ -0,0 +1,282 @@[snip]quoted
+ crypto@30000 { + model =3D "SEC3"; + compatible =3D "talitos";=20 That compatible doesn't look specific enough. It should at=20 least have a vendor portion. In general it's best to have=20 all the information you need to pick a driver and options in=20 compatible, rather than splitting that info into model.
I think we could do this in a separate patch. Change the spec and then update all the in-tree device tree with SEC node. - Leo