arm64: zynqmp: Add idcodes for new RFSoC silicons ZU48DR and ZU49DR

Add support for zu48dr and zu49dr to the list of zynqmp devices. The
zu48dr and zu49dr are the new RFSoC silicons with id values of 0x7b
and 0x7e.

Signed-off-by: Venkatesh Yadav Abbarapu <venkatesh.abbarapu@xilinx.com>
Signed-off-by: Jolly Shah <jolly.shah@xilinx.com>
Change-Id: I2978f16bb663853951ef8059bf0327f909447f34
This commit is contained in:
Venkatesh Yadav Abbarapu 2019-07-30 11:12:55 +05:30 committed by Jolly Shah
parent 345a85aef4
commit c613a6602e

View File

@ -193,6 +193,14 @@ static const struct {
.id = 0x66, .id = 0x66,
.name = "39DR", .name = "39DR",
}, },
{
.id = 0x7b,
.name = "48DR",
},
{
.id = 0x7e,
.name = "49DR",
},
}; };
#define ZYNQMP_PL_STATUS_BIT 9 #define ZYNQMP_PL_STATUS_BIT 9