drivers: wdtps: change in mdd file

This patch changes mdd file for selecting proper peripherals

Signed-off-by: Kinjal Pravinbhai Patel <patelki@xilinx.com>
This commit is contained in:
Kinjal Pravinbhai Patel 2014-12-13 13:13:27 +05:30 committed by Suneel Garapati
parent aaae2fd207
commit d4ebc8c091

View file

@ -33,10 +33,10 @@ OPTION psf_version = 2.1;
BEGIN driver wdtps
OPTION supported_peripherals = (ps7_wdt, ps8_wdt, pss_wdt);
OPTION supported_peripherals = (ps7_wdt ps8_wdt pss_wdt);
OPTION driver_state = ACTIVE;
OPTION copyfiles = all;
OPTION VERSION = 3.0;
OPTION VERSION = 3.0;
OPTION NAME = wdtps;
END driver