From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [PATCH 1/4] arm: dts: dra7: Add initial status for the devices. Date: Fri, 19 Jul 2013 12:27:39 -0600 Message-ID: <51E9851B.40309@wwwdotorg.org> References: <1374251050-10033-1-git-send-email-sourav.poddar@ti.com> <1374251050-10033-2-git-send-email-sourav.poddar@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1374251050-10033-2-git-send-email-sourav.poddar@ti.com> Sender: linux-omap-owner@vger.kernel.org To: Sourav Poddar Cc: tony@atomide.com, benoit.cousson@linaro.org, linux-omap@vger.kernel.org, devicetree-discuss@lists.ozlabs.org, balbi@ti.com List-Id: devicetree@vger.kernel.org On 07/19/2013 10:24 AM, Sourav Poddar wrote: > This patch disabled I2C/SPI/UART device initially(status = "disabled"). > This devices will only be probed, if the devices are > present in the dts file(status = "okay"). > interrupts = <0 72 0x4>; > ti,hwmods = "uart1"; > clock-frequency = <48000000>; Those lines (and I assume the whole file) is indented with TABs. > + status = "disabled"; Whereas all the new lines use spaces.