[GIT PULL] AT91 fixes for 6.1 #3

Claudiu Beznea claudiu.beznea at microchip.com
Fri Nov 25 01:35:21 PST 2022


The following changes since commit 40a2226e8bfacb79dd154dea68febeead9d847e9:

  ARM: dts: at91: sam9g20ek: enable udc vbus gpio pinctrl (2022-11-17 15:23:50 +0200)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/at91-fixes-6.1-3

for you to fetch changes up to 6a3fc8c330d1c1fa3d8773d7d38a7c55c4900dfe:

  ARM: at91: fix build for SAMA5D3 w/o L2 cache (2022-11-24 12:50:07 +0200)

----------------------------------------------------------------
AT91 fixes for 6.1 #3

It contains:
- build fix for SAMA5D3 devices which don't have an L2 cache and due to this
  accesssing outer_cache.write_sec in sama5_secure_cache_init() could throw
  undefined reference to `outer_cache' if CONFIG_OUTER_CACHE is disabled
  from common sama5_defconfig.

----------------------------------------------------------------
Peter Rosin (1):
      ARM: at91: fix build for SAMA5D3 w/o L2 cache

 arch/arm/mach-at91/sama5.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the linux-arm-kernel mailing list