From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomasz Figa Date: Fri, 28 Sep 2012 06:48:22 +0000 Subject: Re: [PATCH V3] video: exynos_dp: Add device tree support to DP driver Message-Id: <1511551.R6uMubmq1B@flatron> List-Id: References: <1348515385-22332-1-git-send-email-ajaykumar.rs@samsung.com> <50645848.6080102@gmail.com> <000601cd9d0d$c3296ca0$497c45e0$%han@samsung.com> In-Reply-To: <000601cd9d0d$c3296ca0$497c45e0$%han@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Jingoo Han Cc: 'Sylwester Nawrocki' , 'Ajay Kumar' , linux-samsung-soc@vger.kernel.org, linux-fbdev@vger.kernel.org, FlorianSchandinat@gmx.de, thomas.ab@samsung.com, 'devicetree-discuss' Hi, On Friday 28 of September 2012 09:11:09 Jingoo Han wrote: > On Thursday, September 27, 2012 10:45 PM Sylwester Nawrocki wrote > > > +Example: > > > + > > > +SOC specific portion: > > > + dptx_phy: dptx_phy@0x10040720 { > > > + compatible = "samsung,dp-phy"; > > > + samsung,dptx_phy_reg =<0x10040720>; > > > + samsung,enable_bit =<1>; > > > + }; > > > + > > > + display-port-controller { > > > + compatible = "samsung,exynos5-dp"; > > > + reg =<0x145B0000 0x10000>; > > > + interrupts =<10 3>; > > > + interrupt-parent =<&combiner>; > > > + dp_phy =<&dptx_phy>; > > > > Shouldn't it be "samsung,dp_phy" ? > > Do you mean this ? It is not working. > + dp_phy = "samsung,dp_phy"; I believe he meant: -+ dp_phy =<&dptx_phy>; ++ samsung,dp_phy =<&dptx_phy>; to mark that this is a Samsung-specific property. Best regards, Tomasz Figa