From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 6 Aug 2018 15:01:24 +0200 Subject: [U-Boot] [PATCH v4 01/13] test: regmap: Increase size of syscon0 memory In-Reply-To: <20180803080118.27748-1-mario.six@gdsys.cc> References: <20180803080118.27748-1-mario.six@gdsys.cc> Message-ID: <20180806150124.0288e675@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 3 Aug 2018 10:01:06 +0200 Mario Six mario.six at gdsys.cc wrote: > The upcoming changes to the regmap interface will contain a proper check > for plausibility when reading/writing from/to a register map. To still > have the current tests pass, increase the size of the memory region for > the syscon0 device, since one of the tests reads and writes beyond this > range. > > Reviewed-by: Anatolij Gustschin > Reviewed-by: Simon Glass > Signed-off-by: Mario Six > > --- > > v3 -> v4: > No changes > > v2 -> v3: > New in v3 > > --- > arch/sandbox/dts/test.dts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied to u-boot-staging/agust at denx.de, thanks! -- Anatolij