From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Sun, 11 Oct 2015 17:35:37 +0800 Subject: [U-Boot] [PATCH v2] dm: implement a cfi flash uclass In-Reply-To: References: <1444289667-23775-1-git-send-email-thomas@wytron.com.tw> <1444548628-10119-1-git-send-email-thomas@wytron.com.tw> Message-ID: <561A2D69.6070407@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Bin, On 10/11/2015 03:54 PM, Bin Meng wrote: >> + flash at f0000000,0 { >> + #address-cells = <1>; >> + #size-cells = <1>; >> + compatible = "intel,PC48F4400P0VB", "cfi-flash"; > > PC48F4400P0VB should be lower cases Thanks for your review. I will change it to lower cases. Best regards, Thomas