mirror of
https://xff.cz/git/u-boot/
synced 2025-10-21 10:01:20 +02:00
ddr: altera: agilex: Add SDRAM driver for Agilex
Add SDRAM driver for Agilex SoC. Signed-off-by: Tien Fong Chee <tien.fong.chee@intel.com> Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com> Reviewed-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
This commit is contained in:
committed by
Marek Vasut
parent
733cc6cbcc
commit
6a48c34c25
@@ -289,6 +289,7 @@ static struct ram_ops altera_sdram_ops = {
|
||||
|
||||
static const struct udevice_id altera_sdram_ids[] = {
|
||||
{ .compatible = "altr,sdr-ctl-s10" },
|
||||
{ .compatible = "intel,sdr-ctl-agilex" },
|
||||
{ /* sentinel */ }
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user