cpu: at91: add compatible for ARM9260EJ-S
The crystal, CPU and master clock were not displayed correctly on SAM9X60
after adding CCF clock support. Add compatible for ARM926EJ-S to fix
this.
Reported-by: Eugen Hristev <eugen.hristev@microchip.com>
Fixes: a64862284f
("clk: at91: sam9x60: add support compatible with CCF")
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
This commit is contained in:
parent
c05be59ca8
commit
7d4ce3ac58
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ static const struct cpu_ops at91_cpu_ops = {
|
|||
|
||||
static const struct udevice_id at91_cpu_ids[] = {
|
||||
{ .compatible = "arm,cortex-a7" },
|
||||
{ .compatible = "arm,arm926ej-s" },
|
||||
{ /* Sentinel. */ }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue