From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Guo Subject: Re: [PATCHv5 1/6] ARM: dts: Add SoC level device tree support for LS1021A Date: Sun, 19 Oct 2014 09:37:02 +0800 Message-ID: <20141019013701.GC7869@tiger> References: <1413192963-11153-1-git-send-email-jingchang.lu@freescale.com> <1413192963-11153-2-git-send-email-jingchang.lu@freescale.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1413192963-11153-2-git-send-email-jingchang.lu-KZfg59tc24xl57MIdRCFDg@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Jingchang Lu Cc: arnd-r2nGTMty4D4@public.gmane.org, mark.rutland-5wv7dgnIgG8@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Jingchang Lu , Nikhil Badola , Chenhui Zhao , Suresh Gupta , Shaveta Leekha , Ruchika Gupta , Bhupesh Sharma , Chao Fu , Xiubo Li List-Id: devicetree@vger.kernel.org On Mon, Oct 13, 2014 at 05:35:58PM +0800, Jingchang Lu wrote: > +/ { > + compatible = "fsl,ls1021a"; > + interrupt-parent = <&gic>; > + > + aliases { > + serial0 = &lpuart0; > + serial1 = &lpuart1; > + serial2 = &lpuart2; > + serial3 = &lpuart3; > + serial4 = &lpuart4; > + serial5 = &lpuart5; > + sysclk = &sysclk; What is this sysclk aliase used for? > + }; Bad indent. > + > + cpus { > + #address-cells = <1>; > + #size-cells = <0>; > + > + cpu@f00 { > + compatible = "arm,cortex-a7"; > + device_type = "cpu"; > + reg = <0xf00>; > + }; > + > + cpu@f01 { > + compatible = "arm,cortex-a7"; > + device_type = "cpu"; > + reg = <0xf01>; > + }; > + }; > + > + timer { > + compatible = "arm,armv7-timer"; > + interrupts = , > + , > + , > + ; I like this indent style ... > + }; > + > + pmu { > + compatible = "arm,cortex-a7-pmu"; > + interrupts = , > + ; ... not this style. Please fix such indents through the file. > + }; Shawn -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html