Skip to content

Commit

Permalink
layerscape: armv8_64b: use non-SDK dts files for linux-5.10 or newer
Browse files Browse the repository at this point in the history
Since we decided to drop the LSDK patches with linux-5.10, we now have
to switch to the corresponding upstream dts files as well.

Signed-off-by: Martin Schiller <ms@dev.tdt.de>
  • Loading branch information
sch-m authored and hauke committed Dec 13, 2021
1 parent 82ce460 commit 83035a4
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions target/linux/layerscape/image/armv8_64b.mk
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,11 @@ define Device/fsl_ls1043a-rdb
kmod-ahci-qoriq \
kmod-hwmon-ina2xx \
kmod-hwmon-lm90
ifdef CONFIG_LINUX_5_4
DEVICE_DTS := freescale/fsl-ls1043a-rdb-sdk
else
DEVICE_DTS := freescale/fsl-ls1043a-rdb
endif
IMAGE/firmware.bin := \
ls-clean | \
ls-append $(1)-bl2.pbl | pad-to 1M | \
Expand All @@ -141,7 +145,11 @@ define Device/fsl_ls1043a-rdb-sdboot
kmod-ahci-qoriq \
kmod-hwmon-ina2xx \
kmod-hwmon-lm90
ifdef CONFIG_LINUX_5_4
DEVICE_DTS := freescale/fsl-ls1043a-rdb-sdk
else
DEVICE_DTS := freescale/fsl-ls1043a-rdb
endif
IMAGE/sdcard.img.gz := \
ls-clean | \
ls-append-sdhead $(1) | pad-to 4K | \
Expand All @@ -161,7 +169,11 @@ define Device/fsl_ls1046a-frwy
DEVICE_PACKAGES += \
layerscape-fman \
tfa-ls1046a-frwy
ifdef CONFIG_LINUX_5_4
DEVICE_DTS := freescale/fsl-ls1046a-frwy-sdk
else
DEVICE_DTS := freescale/fsl-ls1046a-frwy
endif
IMAGE/firmware.bin := \
ls-clean | \
ls-append $(1)-bl2.pbl | pad-to 1M | \
Expand All @@ -182,7 +194,11 @@ define Device/fsl_ls1046a-frwy-sdboot
DEVICE_PACKAGES += \
layerscape-fman \
tfa-ls1046a-frwy-sdboot
ifdef CONFIG_LINUX_5_4
DEVICE_DTS := freescale/fsl-ls1046a-frwy-sdk
else
DEVICE_DTS := freescale/fsl-ls1046a-frwy
endif
IMAGE/sdcard.img.gz := \
ls-clean | \
ls-append-sdhead $(1) | pad-to 4K | \
Expand All @@ -207,7 +223,11 @@ define Device/fsl_ls1046a-rdb
kmod-ahci-qoriq \
kmod-hwmon-ina2xx \
kmod-hwmon-lm90
ifdef CONFIG_LINUX_5_4
DEVICE_DTS := freescale/fsl-ls1046a-rdb-sdk
else
DEVICE_DTS := freescale/fsl-ls1046a-rdb
endif
IMAGE/firmware.bin := \
ls-clean | \
ls-append $(1)-bl2.pbl | pad-to 1M | \
Expand All @@ -233,7 +253,11 @@ define Device/fsl_ls1046a-rdb-sdboot
kmod-ahci-qoriq \
kmod-hwmon-ina2xx \
kmod-hwmon-lm90
ifdef CONFIG_LINUX_5_4
DEVICE_DTS := freescale/fsl-ls1046a-rdb-sdk
else
DEVICE_DTS := freescale/fsl-ls1046a-rdb
endif
IMAGE/sdcard.img.gz := \
ls-clean | \
ls-append-sdhead $(1) | pad-to 4K | \
Expand Down

0 comments on commit 83035a4

Please sign in to comment.