Re: [PATCH] MTD ofpart: Check availability of reg property instead of name property
From: Kumar Gala <hidden>
Date: 2009-08-25 13:56:19
From: Kumar Gala <hidden>
Date: 2009-08-25 13:56:19
On Aug 25, 2009, at 8:52 AM, Benjamin Krill wrote:
The previous implementation breaks the dts binding "mtd- physmap.txt". This implementation fixes the issue by checking the availability of the reg property instead of the name property. Signed-off-by: Benjamin Krill <redacted> --- drivers/mtd/ofpart.c | 21 ++++++++++----------- 1 files changed, 10 insertions(+), 11 deletions(-)
David, Can you look at pushing this for .31 if possible. We have a # of device trees in the kernel which have "broken" functionality because of this. - k