Commit 38a275fa725499273696b4cd6bf385d2dd7294b2

Authored by Nishanth Menon
Committed by Tero Kristo
1 parent cab690df28

ARM: keystone: Update compatible to have SoC specific matches

commit 9c92287ae4090052e60df8b834cd6000116036f9 upstream.

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>

Showing 1 changed file with 3 additions and 0 deletions Side-by-side Diff

arch/arm/mach-keystone/keystone.c
... ... @@ -97,6 +97,9 @@
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 };