Navigation Menu

Skip to content

Commit

Permalink
Add ddr3 memory support
Browse files Browse the repository at this point in the history
Currently DTG doesn't support ddr3 as memory, so ddr3 will
be generated as peripheral in pl.dtsi and the memory node is
empty. Hence add support for ddr3 as memory.

Signed-off-by: Venkatesh Yadav Abbarapu <vabbarap@xilinx.com>
  • Loading branch information
vabbarap committed Nov 2, 2017
1 parent 5b21302 commit df4f8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mig_7series/data/mig_7series.mdd
Expand Up @@ -16,7 +16,7 @@ OPTION psf_version = 3.0;

BEGIN driver mig_7series

OPTION supported_peripherals = (mig_7series ddr4);
OPTION supported_peripherals = (mig_7series ddr4 ddr3);
OPTION supported_os_types = (DTS);
OPTION driver_state = ACTIVE;
OPTION NAME = mig_7series;
Expand Down

0 comments on commit df4f8e2

Please sign in to comment.