Re: [PATCH 8/9] ARM: tegra: Refactor DT update helpers

2021-09-29 Thread Simon Glass
On Fri, 3 Sept 2021 at 07:16, Thierry Reding wrote: > > From: Thierry Reding > > Rather than duplicate the Ethernet MAC address and carveout updating > code for each board, move it to a common location and make it more > reusable. > > Signed-off-by: Thierry Reding > --- > arch/arm/include/asm/a

[PATCH 8/9] ARM: tegra: Refactor DT update helpers

2021-09-03 Thread Thierry Reding
From: Thierry Reding Rather than duplicate the Ethernet MAC address and carveout updating code for each board, move it to a common location and make it more reusable. Signed-off-by: Thierry Reding --- arch/arm/include/asm/arch-tegra/board.h | 10 ++ arch/arm/mach-tegra/dt-setup.c | 1