Skip to content

Commit

Permalink
linux-tegra: Add JN30B dtb
Browse files Browse the repository at this point in the history
Add JN30B carrier board device tree.

Change submitted by Willem Remie

Author: Willem Remie
Signed-off-by: Alexandru Costache <alexandru@balena.io>
  • Loading branch information
acostach committed Nov 6, 2019
1 parent b26631f commit e713393
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ SRC_URI_append_jetson-tx2 = " \
file://0001-mttcan_ivc-Fix-build-failure-with-kernel-4.9.patch \
"

SRC_URI_append_jn30b-nano = " \
file://tegra210-p3448-0002-p3449-0000-b00-jn30b-JP4.2.2.dtb \
"

TEGRA_INITRAMFS_INITRD = "0"

RESIN_CONFIGS_append = " tegra-wdt-t21x debug_kmemleak "
Expand Down Expand Up @@ -185,3 +189,7 @@ do_deploy_append_srd3-tx2() {
do_deploy_append_blackboard-tx2() {
cp ${WORKDIR}/tegra186-tx2-blackboard.dtb "${DEPLOYDIR}"
}

do_deploy_append_jn30b-nano() {
cp ${WORKDIR}/tegra210-p3448-0002-p3449-0000-b00-jn30b-JP4.2.2.dtb "${DEPLOYDIR}"
}

0 comments on commit e713393

Please sign in to comment.