pack: ipq5018: Add SOC HW version ID of 1.1 chip

Signed-off-by: Pavithra Palanisamy <pavip@codeaurora.org>
Change-Id: I44cc627fb5b6869a01d5ac369dd98b13f78090ca
This commit is contained in:
Pavithra Palanisamy 2020-10-26 14:14:58 +05:30
parent b7e5f67e98
commit b4d08cf1e8

View file

@ -94,7 +94,7 @@ atf = "false"
soc_hw_version_ipq40xx = { 0x20050100 };
soc_hw_version_ipq807x = { 0x200D0100, 0x200D0101, 0x200D0102, 0x200D0200 };
soc_hw_version_ipq6018 = { 0x20170100 };
soc_hw_version_ipq5018 = { 0x20180100 };
soc_hw_version_ipq5018 = { 0x20180100, 0x20180101 };
#
# Python 2.6 and earlier did not have OrderedDict use the backport