Re: [U-Boot] [PATCH V3 09/10] dt: bcm968580xref: add a spi-nor device

2019-10-12 Thread Tom Rini
On Wed, Aug 14, 2019 at 03:18:40PM +0200, Philippe Reynes wrote: > This commit add a spi-nor device in the bcm96850xref device tree. > > Signed-off-by: Philippe Reynes > Reviewed-by: Kursad Oney Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[U-Boot] [PATCH V3 09/10] dt: bcm968580xref: add a spi-nor device

2019-08-14 Thread Philippe Reynes
This commit add a spi-nor device in the bcm96850xref device tree. Signed-off-by: Philippe Reynes Reviewed-by: Kursad Oney --- arch/arm/dts/bcm968580xref.dts | 12 1 file changed, 12 insertions(+) Changelog: v3: - no change v2: - no change diff --git