Re: [PATCH][V2] of/address: check for invalid range.cpu_addr

2020-08-14 Thread Rob Herring
On Thu, Aug 13, 2020 at 5:43 AM Colin King wrote: > > From: Colin Ian King > > Currently invalid CPU addresses are not being sanity checked resulting in > SATA setup failure on a SynQuacer SC2A11 development machine. The original > check was removed by and earlier commit, so add a sanity check ba

[PATCH][V2] of/address: check for invalid range.cpu_addr

2020-08-13 Thread Colin King
From: Colin Ian King Currently invalid CPU addresses are not being sanity checked resulting in SATA setup failure on a SynQuacer SC2A11 development machine. The original check was removed by and earlier commit, so add a sanity check back in to avoid this regression. Fixes: 7a8b64d17e35 ("of/addr