From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sachin Kamat Subject: Re: [PATCH 1/6] ARM: dts: Update MFC DT binding documentation Date: Wed, 30 Jan 2013 11:19:29 +0530 Message-ID: References: <1359432822-23846-1-git-send-email-sachin.kamat@linaro.org> <1359432822-23846-2-git-send-email-sachin.kamat@linaro.org> <5107CF9D.6000200@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: In-Reply-To: <5107CF9D.6000200@samsung.com> Sender: linux-samsung-soc-owner@vger.kernel.org To: Sylwester Nawrocki Cc: linux-samsung-soc@vger.kernel.org, devicetree-discuss@lists.ozlabs.org, kgene.kim@samsung.com, patches@linaro.org, Arun Kumar K List-Id: devicetree@vger.kernel.org Hi Sylwester, >> +Example: > > Maybe adding a comment that this is a SoC... > >> +mfc: codec@13400000 { >> + compatible = "samsung,mfc-v5"; >> + reg = <0x13400000 0x10000>; >> + interrupts = <0 94 0>; >> +}; > > and the board specific part would make it more clear ? Absolutely :) > >> +codec@13400000 { >> + samsung,mfc-r = <0x43000000 0x800000>; >> + samsung,mfc-l = <0x51000000 0x800000>; >> +}; > > Also please note that in the first node above you need > status = "disabled"; line, so the MFC is disabled by default. > Then in dts files for boards that use the codec it can be > overridden to enable the device as needed. Right. -- With warm regards, Sachin