Skip to content

Commit

Permalink
Enable psu ip support for ZynqMP
Browse files Browse the repository at this point in the history
This patch enables the psu ips in mdd files
of DTG to support ZynqMP.

Signed-off-by: Naga Sureshkumar Relli <nagasure@xilinx.com>
  • Loading branch information
Naga Sureshkumar Relli committed Oct 15, 2015
1 parent 0e2bf12 commit ab8df93
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion canps/data/canps.mdd
Expand Up @@ -16,7 +16,7 @@ OPTION psf_version = 3.0;

BEGIN driver canps

OPTION supported_peripherals = (ps7_can);
OPTION supported_peripherals = (ps7_can psu_can);
OPTION supported_os_types = (DTS);
OPTION driver_state = ACTIVE;
OPTION NAME = canps;
Expand Down
2 changes: 1 addition & 1 deletion ddrcps/data/ddrcps.mdd
Expand Up @@ -16,7 +16,7 @@ OPTION psf_version = 3.0;

BEGIN driver ddrcps

OPTION supported_peripherals = (ps7_ddrc);
OPTION supported_peripherals = (ps7_ddrc psu_ddrc);
OPTION supported_os_types = (DTS);
OPTION driver_state = ACTIVE;
OPTION NAME = ddrcps;
Expand Down
2 changes: 1 addition & 1 deletion dmaps/data/dmaps.mdd
Expand Up @@ -16,7 +16,7 @@ OPTION psf_version = 3.0;

BEGIN driver dmaps

OPTION supported_peripherals = (ps7_dma);
OPTION supported_peripherals = (ps7_dma psu_adma psu_gdma psu_csudma);
OPTION supported_os_types = (DTS);
OPTION driver_state = ACTIVE;
OPTION NAME = dmaps;
Expand Down
2 changes: 1 addition & 1 deletion emacps/data/emacps.mdd
Expand Up @@ -16,7 +16,7 @@ OPTION psf_version = 3.0;

BEGIN driver emacps

OPTION supported_peripherals = (ps7_ethernet);
OPTION supported_peripherals = (ps7_ethernet psu_ethernet);
OPTION supported_os_types = (DTS);
OPTION driver_state = ACTIVE;
OPTION NAME = emacps;
Expand Down
2 changes: 1 addition & 1 deletion gpiops/data/gpiops.mdd
Expand Up @@ -16,7 +16,7 @@ OPTION psf_version = 3.0;

BEGIN driver gpiops

OPTION supported_peripherals = (ps7_gpio);
OPTION supported_peripherals = (ps7_gpio psu_gpio);
OPTION supported_os_types = (DTS);
OPTION driver_state = ACTIVE;
OPTION NAME = gpiops;
Expand Down
2 changes: 1 addition & 1 deletion iicps/data/iicps.mdd
Expand Up @@ -16,7 +16,7 @@ OPTION psf_version = 3.0;

BEGIN driver iicps

OPTION supported_peripherals = (ps7_i2c);
OPTION supported_peripherals = (ps7_i2c psu_i2c);
OPTION supported_os_types = (DTS);
OPTION driver_state = ACTIVE;
OPTION NAME = iicps;
Expand Down
2 changes: 1 addition & 1 deletion ocmcps/data/ocmcps.mdd
Expand Up @@ -16,7 +16,7 @@ OPTION psf_version = 3.0;

BEGIN driver ocmcps

OPTION supported_peripherals = (ps7_ocmc);
OPTION supported_peripherals = (ps7_ocmc psu_ocm);
OPTION supported_os_types = (DTS);
OPTION driver_state = ACTIVE;
OPTION NAME = ocmcps;
Expand Down
2 changes: 1 addition & 1 deletion qspips/data/qspips.mdd
Expand Up @@ -16,7 +16,7 @@ OPTION psf_version = 3.0;

BEGIN driver qspips

OPTION supported_peripherals = (ps7_qspi);
OPTION supported_peripherals = (ps7_qspi psu_qspi);
OPTION supported_os_types = (DTS);
OPTION driver_state = ACTIVE;
OPTION NAME = qspips;
Expand Down
2 changes: 1 addition & 1 deletion scugic/data/scugic.mdd
Expand Up @@ -16,7 +16,7 @@ OPTION psf_version = 3.0;

BEGIN driver scugic

OPTION supported_peripherals = (ps7_scugic);
OPTION supported_peripherals = (ps7_scugic psu_acpu_gic);
OPTION supported_os_types = (DTS);
OPTION driver_state = ACTIVE;
OPTION NAME = scugic;
Expand Down
2 changes: 1 addition & 1 deletion scuwdt/data/scuwdt.mdd
Expand Up @@ -16,7 +16,7 @@ OPTION psf_version = 3.0;

BEGIN driver scuwdt

OPTION supported_peripherals = (ps7_scuwdt);
OPTION supported_peripherals = (ps7_scuwdt psu_wdt);
OPTION supported_os_types = (DTS);
OPTION driver_state = ACTIVE;
OPTION NAME = scuwdt;
Expand Down
2 changes: 1 addition & 1 deletion sdps/data/sdps.mdd
Expand Up @@ -16,7 +16,7 @@ OPTION psf_version = 3.0;

BEGIN driver sdps

OPTION supported_peripherals = (ps7_sdio);
OPTION supported_peripherals = (ps7_sdioi psu_sd);
OPTION supported_os_types = (DTS);
OPTION driver_state = ACTIVE;
OPTION NAME = sdps;
Expand Down
2 changes: 1 addition & 1 deletion spips/data/spips.mdd
Expand Up @@ -16,7 +16,7 @@ OPTION psf_version = 3.0;

BEGIN driver spips

OPTION supported_peripherals = (ps7_spi);
OPTION supported_peripherals = (ps7_spi psu_spi);
OPTION supported_os_types = (DTS);
OPTION driver_state = ACTIVE;
OPTION NAME = spips;
Expand Down
2 changes: 1 addition & 1 deletion ttcps/data/ttcps.mdd
Expand Up @@ -16,7 +16,7 @@ OPTION psf_version = 3.0;

BEGIN driver ttcps

OPTION supported_peripherals = (ps7_ttc);
OPTION supported_peripherals = (ps7_ttc psu_ttc);
OPTION supported_os_types = (DTS);
OPTION driver_state = ACTIVE;
OPTION NAME = ttcps;
Expand Down
2 changes: 1 addition & 1 deletion uartps/data/uartps.mdd
Expand Up @@ -16,7 +16,7 @@ OPTION psf_version = 3.0;

BEGIN driver uartps

OPTION supported_peripherals = (ps7_uart);
OPTION supported_peripherals = (ps7_uart psu_uart);
OPTION supported_os_types = (DTS);
OPTION driver_state = ACTIVE;
OPTION NAME = uartps;
Expand Down
2 changes: 1 addition & 1 deletion usbps/data/usbps.mdd
Expand Up @@ -16,7 +16,7 @@ OPTION psf_version = 3.0;

BEGIN driver usbps

OPTION supported_peripherals = (ps7_usb);
OPTION supported_peripherals = (ps7_usb psu_usb);
OPTION supported_os_types = (DTS);
OPTION driver_state = ACTIVE;
OPTION NAME = usbps;
Expand Down
2 changes: 1 addition & 1 deletion wdtps/data/wdtps.mdd
Expand Up @@ -16,7 +16,7 @@ OPTION psf_version = 3.0;

BEGIN driver wdtps

OPTION supported_peripherals = (ps7_wdt);
OPTION supported_peripherals = (ps7_wdt psu_wdt);
OPTION supported_os_types = (DTS);
OPTION driver_state = ACTIVE;
OPTION NAME = wdtps;
Expand Down

0 comments on commit ab8df93

Please sign in to comment.