diff options
author | Andrew F. Davis | 2019-07-23 22:51:10 -0500 |
---|---|---|
committer | Praneeth Bajjuri | 2019-07-23 22:55:59 -0500 |
commit | 2a32c0450f885aea1fd60a014640fe9937099e2a (patch) | |
tree | c3e566404bee03f35b8c95e938d24925c4ac434f | |
parent | bbb1932e09723c5d2e9b64afd39dc322dfc733e0 (diff) | |
download | device-ti-j721e-2a32c0450f885aea1fd60a014640fe9937099e2a.tar.gz device-ti-j721e-2a32c0450f885aea1fd60a014640fe9937099e2a.tar.xz device-ti-j721e-2a32c0450f885aea1fd60a014640fe9937099e2a.zip |
Add Infotainment Expansion Overlay to FIT ITS file
Signed-off-by: Andrew F. Davis <afd@ti.com>
Acked-by: Praneeth Bajjuri <praneeth@ti.com>
-rw-r--r-- | j721e.its | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -31,6 +31,14 @@ | |||
31 | compression = "none"; | 31 | compression = "none"; |
32 | load = <0x83000000>; | 32 | load = <0x83000000>; |
33 | }; | 33 | }; |
34 | fdt@2 { | ||
35 | description = "J721E Infotainment Expansion Overlay"; | ||
36 | data = /incbin/("k3-j721e-common-proc-board-infotainment.dtbo"); | ||
37 | type = "flat_dt"; | ||
38 | arch = "arm64"; | ||
39 | compression = "none"; | ||
40 | load = <0x83080000>; | ||
41 | }; | ||
34 | }; | 42 | }; |
35 | 43 | ||
36 | configurations { | 44 | configurations { |
@@ -41,5 +49,8 @@ | |||
41 | ramdisk = "ramdisk@1"; | 49 | ramdisk = "ramdisk@1"; |
42 | fdt = "fdt@1"; | 50 | fdt = "fdt@1"; |
43 | }; | 51 | }; |
52 | k3-j721e-common-proc-board-infotainment.dtbo { | ||
53 | fdt = "fdt@2"; | ||
54 | }; | ||
44 | }; | 55 | }; |
45 | }; | 56 | }; |