From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 10 Aug 2015 22:24:11 -0600 Subject: [U-Boot] [PATCH v3 01/11] dm: serial: Update binding for PL01x serial UART In-Reply-To: References: <1438954951-13329-1-git-send-email-sjg@chromium.org> <1438954951-13329-2-git-send-email-sjg@chromium.org> <55C972BA.5050706@wwwdotorg.org> Message-ID: <55C978EB.8090104@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08/10/2015 10:11 PM, Simon Glass wrote: > HI Stephen, > > On 10 August 2015 at 21:57, Stephen Warren wrote: >> On 08/07/2015 07:42 AM, Simon Glass wrote: >>> This binding differs from that of Linux. Update it and change existing >>> users. >> >> Is that meant to imply that this patch fixes the copy of the binding doc >> in U-Boot so it does match the kernel's copy? >> >>> Changes in v3: >>> - Rename binding file to pl01x.txt >> >> The file is named pl011.txt in the kernel. Shouldn't U-Boot's copy be >> named the same? > > In the previous discussion a reviewed asked for this change, since it > covers both drivers. I think it's more important to match the DT docs in the Linux kernel since they are a shared resource, and should eventually be split off into a separate project at some point, forking from whatever Linux has at that time.