Skip to content

Commit d1e4f18

Browse files
PENDING: arm64: dts: qcom: lemans-ride: Drop video firmware from common
As per memory map, video firmware memory region is 7MB for sa8775* variants while it is 16MB for qcs9100* variants. Keeping the 7MB variant of video firmware in ride common DTS does not allow qcs9100* to pick the 16MB variant. Drop it from common and define in respective variant DTS. Signed-off-by: Gourav Kumar <gouravk@qti.qualcomm.com> Signed-off-by: Vikash Garodia <vikash.garodia@oss.qualcomm.com> Signed-off-by: Venkata Siva Pavan KumarVenkatapatigari <venvenk@qti.qualcomm.com>
1 parent 4b6793b commit d1e4f18

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

arch/arm64/boot/dts/qcom/lemans-auto.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,7 @@
102102
};
103103
};
104104
};
105+
106+
&iris {
107+
firmware-name = "qcom/vpu/vpu30_p4_s6.mbn";
108+
};

arch/arm64/boot/dts/qcom/lemans-ride-common.dtsi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -580,8 +580,6 @@
580580
};
581581

582582
&iris {
583-
firmware-name = "qcom/vpu/vpu30_p4_s6.mbn";
584-
585583
status = "okay";
586584
};
587585

arch/arm64/boot/dts/qcom/lemans.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4563,6 +4563,8 @@
45634563

45644564
memory-region = <&pil_video_mem>;
45654565

4566+
firmware-name = "qcom/vpu/vpu30_p4_s6_16mb.mbn";
4567+
45664568
resets = <&gcc GCC_VIDEO_AXI0_CLK_ARES>;
45674569
reset-names = "bus";
45684570

0 commit comments

Comments
 (0)