Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: keystone: Update compatible to have SoC specific matches

With future SoCs of keystone2 family, the generic compatible match
may not be sufficient to handle SoC specific handling. So introduce
matches based on SoC compatiblity.

Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>

authored by

Nishanth Menon and committed by
Santosh Shilimkar
01cf228b 2df7b0f0

+3
+3
arch/arm/mach-keystone/keystone.c
··· 97 97 } 98 98 99 99 static const char *const keystone_match[] __initconst = { 100 + "ti,k2hk", 101 + "ti,k2e", 102 + "ti,k2l", 100 103 "ti,keystone", 101 104 NULL, 102 105 };