nandpsu_v1_0: Modified supported_peripherals list in mdd file.

Kept only psu_nand as supported_peripherals for Zynq UltraScale MP Generic
NAND controller driver.
Removed pss_nand and ps8_nand from supported_peripherals.

Signed-off-by: Shakti Bhatnagar <shaktib@xilinx.com>
This commit is contained in:
Shakti Bhatnagar 2015-02-16 15:00:28 +05:30 committed by Nava kishore Manne
parent afeaf368c2
commit fd4a99ddbf

View file

@ -33,7 +33,7 @@ OPTION psf_version = 2.1;
BEGIN driver nandpsu
OPTION supported_peripherals = (ps8_nand pss_nand psu_nand);
OPTION supported_peripherals = (psu_nand);
OPTION driver_state = ACTIVE;
OPTION copyfiles = all;
OPTION VERSION = 1.0;