Skip to content

Commit 3f06e48

Browse files
authored
Include downstream camera dtb into image (#1181)
8275-iq-8275-evk.conf: include downstream camera dtb into image qcs8300-ride-sx.conf: include downstream camera dtb into image 9075-iq-9075-evk.conf: include downstream camera dtb into image qcs9100-ride-sx.conf: include downstream qcs9100 camera dtb into image
2 parents 15faee4 + b2e469c commit 3f06e48

File tree

5 files changed

+23
-0
lines changed

5 files changed

+23
-0
lines changed

conf/machine/iq-8275-evk.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ KERNEL_DEVICETREE ?= " \
1313
qcom/monaco-evk-camera-imx577.dtb \
1414
"
1515

16+
KERNEL_DEVICETREE:append:pn-linux-qcom-next = " \
17+
qcom/monaco-evk-camx.dtb \
18+
"
19+
1620
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \
1721
packagegroup-iq-8275-evk-firmware \
1822
packagegroup-iq-8275-evk-hexagon-dsp-binaries \

conf/machine/iq-9075-evk.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ KERNEL_DEVICETREE ?= " \
1313
qcom/lemans-evk-camera-csi1-imx577.dtb \
1414
"
1515

16+
KERNEL_DEVICETREE:append:pn-linux-qcom-next = " \
17+
qcom/lemans-evk-camx.dtb \
18+
"
19+
1620
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \
1721
packagegroup-iq-9075-evk-firmware \
1822
packagegroup-iq-9075-evk-hexagon-dsp-binaries \

conf/machine/qcs6490-rb3gen2-core-kit.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ KERNEL_DEVICETREE ?= " \
1313
qcom/qcs6490-rb3gen2-vision-mezzanine.dtb \
1414
"
1515

16+
KERNEL_DEVICETREE:append:pn-linux-qcom-next = " \
17+
qcom/qcs6490-rb3gen2-vision-mezzanine-camx.dtb \
18+
"
19+
1620
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \
1721
packagegroup-rb3gen2-firmware \
1822
packagegroup-rb3gen2-hexagon-dsp-binaries \

conf/machine/qcs8300-ride-sx.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ KERNEL_DEVICETREE ?= " \
1212
qcom/qcs8300-ride.dtb \
1313
"
1414

15+
KERNEL_DEVICETREE:append:pn-linux-qcom-next = " \
16+
qcom/qcs8300-ride-camx.dtb \
17+
"
18+
1519
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \
1620
packagegroup-qcs8300-ride-firmware \
1721
packagegroup-qcs8300-ride-hexagon-dsp-binaries \

conf/machine/qcs9100-ride-sx.conf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ KERNEL_DEVICETREE ?= " \
1515
qcom/sa8775p-ride-r3.dtb \
1616
"
1717

18+
KERNEL_DEVICETREE:append:pn-linux-qcom-next = " \
19+
qcom/qcs9100-ride-camx.dtb \
20+
qcom/qcs9100-ride-r3-camx.dtb \
21+
qcom/sa8775p-ride-camx.dtb \
22+
qcom/sa8775p-ride-r3-camx.dtb \
23+
"
24+
1825
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \
1926
packagegroup-sa8775p-ride-firmware \
2027
packagegroup-sa8775p-ride-hexagon-dsp-binaries \

0 commit comments

Comments
 (0)