From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Mack Subject: Re: [PATCH] ARM: dts: pxa3xx: add gcu node Date: Wed, 14 Nov 2018 20:58:00 +0100 Message-ID: References: <20181105191827.3860-1-daniel@zonque.org> <87muqgll3u.fsf@belgarion.home> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <87muqgll3u.fsf@belgarion.home> Content-Language: en-US List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Robert Jarzmik , robh+dt@kernel.org Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, haojian.zhuang@gmail.com List-Id: devicetree@vger.kernel.org Hi Robert, On 10/11/2018 9:43 PM, Robert Jarzmik wrote: > Daniel Mack writes: > >> Add a device node for hardware graphic acceleration. >> >> Signed-off-by: Daniel Mack > Hi Daniel, > >> + gcu: display-controller@54000000 { >> + compatible = "marvell,pxa300-gcu"; > Isn't every IP devicetree entry supposed to have a documentation in > Documentation/devicetree going along a definition in the .dtsi files ? Ah, that's already there, see cf925575d292b. I did that when I taught the driver DT probing. Thanks, Daniel From mboxrd@z Thu Jan 1 00:00:00 1970 From: daniel@zonque.org (Daniel Mack) Date: Wed, 14 Nov 2018 20:58:00 +0100 Subject: [PATCH] ARM: dts: pxa3xx: add gcu node In-Reply-To: <87muqgll3u.fsf@belgarion.home> References: <20181105191827.3860-1-daniel@zonque.org> <87muqgll3u.fsf@belgarion.home> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Robert, On 10/11/2018 9:43 PM, Robert Jarzmik wrote: > Daniel Mack writes: > >> Add a device node for hardware graphic acceleration. >> >> Signed-off-by: Daniel Mack > Hi Daniel, > >> + gcu: display-controller at 54000000 { >> + compatible = "marvell,pxa300-gcu"; > Isn't every IP devicetree entry supposed to have a documentation in > Documentation/devicetree going along a definition in the .dtsi files ? Ah, that's already there, see cf925575d292b. I did that when I taught the driver DT probing. Thanks, Daniel