j7200: dts: binman: HS TI-FS should be for SR2.0
Version SR1.0 was not widely shipped for HS devices, use SR2.0 here. Signed-off-by: Andrew Davis <afd@ti.com>
This commit is contained in:
parent
f4c529c10d
commit
61abc09762
|
|
@ -72,7 +72,7 @@
|
||||||
no-expanded;
|
no-expanded;
|
||||||
};
|
};
|
||||||
ti_fs_enc: ti-fs-enc.bin {
|
ti_fs_enc: ti-fs-enc.bin {
|
||||||
filename = "ti-sysfw/ti-fs-firmware-j7200-hs-enc.bin";
|
filename = "ti-sysfw/ti-fs-firmware-j7200_sr2-hs-enc.bin";
|
||||||
type = "blob-ext";
|
type = "blob-ext";
|
||||||
optional;
|
optional;
|
||||||
};
|
};
|
||||||
|
|
@ -81,7 +81,7 @@
|
||||||
type = "blob-ext";
|
type = "blob-ext";
|
||||||
};
|
};
|
||||||
sysfw_inner_cert: sysfw-inner-cert {
|
sysfw_inner_cert: sysfw-inner-cert {
|
||||||
filename = "ti-sysfw/ti-fs-firmware-j7200-hs-cert.bin";
|
filename = "ti-sysfw/ti-fs-firmware-j7200_sr2-hs-cert.bin";
|
||||||
type = "blob-ext";
|
type = "blob-ext";
|
||||||
optional;
|
optional;
|
||||||
};
|
};
|
||||||
|
|
@ -117,7 +117,7 @@
|
||||||
no-expanded;
|
no-expanded;
|
||||||
};
|
};
|
||||||
ti_fs_enc_fs: ti-fs-enc.bin {
|
ti_fs_enc_fs: ti-fs-enc.bin {
|
||||||
filename = "ti-sysfw/ti-fs-firmware-j7200-hs-enc.bin";
|
filename = "ti-sysfw/ti-fs-firmware-j7200_sr2-hs-fs-enc.bin";
|
||||||
type = "blob-ext";
|
type = "blob-ext";
|
||||||
optional;
|
optional;
|
||||||
};
|
};
|
||||||
|
|
@ -126,7 +126,7 @@
|
||||||
type = "blob-ext";
|
type = "blob-ext";
|
||||||
};
|
};
|
||||||
sysfw_inner_cert_fs: sysfw-inner-cert {
|
sysfw_inner_cert_fs: sysfw-inner-cert {
|
||||||
filename = "ti-sysfw/ti-fs-firmware-j7200-hs-cert.bin";
|
filename = "ti-sysfw/ti-fs-firmware-j7200_sr2-hs-fs-cert.bin";
|
||||||
type = "blob-ext";
|
type = "blob-ext";
|
||||||
optional;
|
optional;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue