From 2c972e80d9715fd22022e1d95c8b4c192b7b1f7a Mon Sep 17 00:00:00 2001 From: Timo Schuster Date: Fri, 28 Jun 2024 16:59:07 +0200 Subject: [PATCH] p3737-0000-p3701-0005: set correct TEGRA_FLASHVARs, KERNEL_DEVICETREE and EMMC_BCT Signed-off-by: Timo Schuster --- conf/machine/p3737-0000-p3701-0005.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/conf/machine/p3737-0000-p3701-0005.conf b/conf/machine/p3737-0000-p3701-0005.conf index 69812bff..b2d2d406 100644 --- a/conf/machine/p3737-0000-p3701-0005.conf +++ b/conf/machine/p3737-0000-p3701-0005.conf @@ -5,8 +5,12 @@ TEGRA_BOARDSKU ?= "0005" TEGRA_BUPGEN_SPECS ?= "fab=300;boardsku=0005;boardrev=;chipsku=00:00:00:D0;bup_type=bl \ fab=300;boardsku=0005;boardrev=;bup_type=kernel" -KERNEL_DEVICETREE ?= "tegra234-p3701-0005-p3737-0000.dtb" +KERNEL_DEVICETREE ?= "tegra234-p3737-0000+p3701-0005-nv.dtb" +TEGRA_FLASHVAR_BPFDTB_FILE ?= "tegra234-bpmp-3701-0005-3737-0000.dtb" TEGRA_FLASHVAR_PMIC_CONFIG ?= "tegra234-mb1-bct-pmic-p3701-0005.dts" +TEGRA_FLASHVAR_WB0SDRAM_BCT ?= "tegra234-p3701-0005-wb0sdram-l4t.dts" + +EMMC_BCT ?= "tegra234-p3701-0005-sdram-l4t.dts" require conf/machine/include/agx-orin.inc require conf/machine/include/devkit-wifi.inc