From mboxrd@z Thu Jan 1 00:00:00 1970 From: s.hauer@pengutronix.de (Sascha Hauer) Date: Wed, 19 Dec 2012 21:39:36 +0100 Subject: [PATCH] Add apf51 basic support In-Reply-To: <1355694591-7084-1-git-send-email-laurent.cans@gmail.com> References: <1355694591-7084-1-git-send-email-laurent.cans@gmail.com> Message-ID: <20121219203936.GG26326@pengutronix.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Sun, Dec 16, 2012 at 10:49:51PM +0100, Laurent Cans wrote: > Signed-off-by: Laurent Cans > Signed-off-by: Gwenhael Goavec-Merou > --- > + clocks { > + #address-cells = <1>; > + #size-cells = <0>; > + > + ckih1 { > + compatible = "fsl,imx-ckih1", "fixed-clock"; > + clock-frequency = <0>; > + }; > + > + osc { > + compatible = "fsl,imx-osc", "fixed-clock"; > + clock-frequency = <33554432>; > + }; These compatible properties shouldn't be necessary, right? > + }; > + soc { > + aips at 70000000 { /* aips-1 */ > + spba at 70000000 { > + uart3: serial at 7000c000 { > + pinctrl-names = "default"; > + pinctrl-0 = <&pinctrl_uart3_2>; > + status = "okay"; > + }; > + }; > + }; This (and the other nodes) can more eaasily be written as: &uart3 { ... }; see arch/arm/boot/dts/omap5-evm.dts for a good example. This has the advantage that you don't have to resemble the SoC layout in your board file. 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 |